Extension:FanBoxes

Category:Extensions without an imageCategory:Extensions without a compatibility policyCategory:GPL licensed extensions
MediaWiki extensions manual
FanBoxes
Release status: stableCategory:Stable extensions
Implementation Special page Category:Special page extensions
Description A new way of creating and using userboxes, based on special pages
Author(s)
Latest version 3.3.0 (2016-07-01)
MediaWiki 1.35+Category:Extensions with manual MediaWiki version
Database changes Yes
Tables fantag
user_fantag
License GNU General Public License 2.0 or later
Download Category:Extensions in Wikimedia version control
NS_FANTAG, NS_FANTAG_TALK
$wgFanBoxPageDisplay['comments']
  • create-userbox
Quarterly downloads 1 (Ranked 109th)
Translate the FanBoxes extension if it is available at translatewiki.net
Issues Open tasks · Report a bug
Category:All extensions

The FanBoxes extension adds a new way of creating and using userboxes, based on special pages. When installed, three new special pages will be added: Special:UserBoxes (to create new userboxes), Special:TopUserBoxes (to view most popular ones) and Special:ViewUserBoxes (to view all userboxes). It also adds <userboxes> and <fan> parser hooks (TODO: document). Both of these parser hooks disable parser cache.

FanBoxes requires the SocialProfile extension and YUI (YUI is used only for the color picker feature on Special:UserBoxes; the YUI files are loaded from Yahoo!'s servers).

Dependencies

  • Yahoo! User Interface Library (YUI)

Database

  • New database tables: fantag,user_fantag

Installation

  • Download and move the extracted FanBoxes folder to your extensions/ directory.
    Developers and code contributors should install the extension from Git instead, using:cd extensions/
    git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/FanBoxes
  • Add the following code at the bottom of your LocalSettings.php file:
    wfLoadExtension( 'FanBoxes' );
    
  • 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.

Parameters

  • $wgFanBoxPageDisplay['comments'] - Should we display comments on FanBox pages? Defaults to true (for now, anyway). Requires Extension:Comments.
Category:Social tools
Category:All extensions Category:ApiCheckCanExecute extensions Category:ArticleDelete extensions Category:ArticleFromTitle extensions Category:Extensions in Wikimedia version control Category:Extensions with manual MediaWiki version Category:Extensions without a compatibility policy Category:Extensions without an image Category:GPL licensed extensions Category:LoadExtensionSchemaUpdates extensions Category:PageMoveComplete extensions Category:PageSaveComplete extensions Category:PageUndeleteComplete extensions Category:ParserBeforeInternalParse extensions Category:ParserBeforePreprocess extensions Category:ParserFirstCallInit extensions Category:Social tools Category:Special page extensions Category:Stable extensions