MediaWiki extensions manual
UserStatus
Release status: beta
Implementation Special page
Description Provides networking functionality
Author(s)
  • Aaron Wright
  • David Pean
  • Jack Phoenix
Latest version 3.6.0
MediaWiki 1.39+
Database changes Yes
License GNU General Public License 2.0 or later
Download
Hooks used
  • LoadExtensionSchemaUpdates
Quarterly downloads 4 (Ranked 166th)
Translate the UserStatus extension if it is available at translatewiki.net
Issues Open tasks · Report a bug

UserStatus is an extension that, together with the SportsTeams extension, provides the ability to post status updates that are associated with a social network (a sports team).

Requirements

  • Extension:SocialProfile
  • Extension:SportsTeams

Installation

  • Download and place the file(s) in a directory called UserStatus in your extensions/ folder.
  • Add the following code at the bottom of your LocalSettings.php file:
    wfLoadExtension( 'UserStatus' );
    
  • Run the update script which will automatically create the necessary database tables that this extension needs.
  • Yes Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.

Usage

When logged in, you can add a status update either via your social profile page (if you're a member of at least one sports network) or via the network page of a sports network.

User rights

The new delete-status-updates user right, which sysop and staff groups have by default, allows deleting other users' status updates than just your own.

This article is issued from Mediawiki. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.