Extension:MoodBar

From MediaWiki.org
Jump to: navigation, search
MediaWiki extensions manual - list
Crystal Clear action run.png
MoodBar

Release status: beta

Implementation User interface, API
Description
Author(s) Brandon Harris, Andrew Garrett, Timo Tijhof
Last version 0.1
MediaWiki 1.18
License GPL
Download
Added rights

moodbar-view
moodbar-admin

Hooks used
BeforePageDisplay

LoadExtensionSchemaUpdates

Check usage (experimental)
Bugs: list open list all report

For more info on MoodBar, check out the MoodBar project page.

[edit] Installation

To install this extension, add the following to LocalSettings.php:

require_once("$IP/extensions/MoodBar/MoodBar.php");

You will also need to run update.php to apply schema changes.

[edit] Configuration

$wgMoodBarCutoffTime 
MoodBar will only be shown to users registered after this time, format is a MediaWiki 14-character timestamp (e.g. 20110721103700)
$wgMoodBarConfig 
A set of settings sent to clients. Valid keys: bucketConfig allows you to modify the parameters passed to mediaWiki.user.bucket(), and infoUrl allows you to modify the URL that users are given for further information about the feature.

[edit] Behaviour

MoodBar adds a trigger to the top-left corner in the vector skin. It is displayed for all users who registered after $wgMoodBarCutoffTime. If EditPageTracking is installed, it is only shown for users who have visited an edit page before.

Users with the right moodbar-view can view feedback sent through the interface on Special:MoodBar, or by exporting it to CSV with the included maintenance script exportMoodBar.php.

MoodBar accepts feedback through an API module, action=moodbar.


Personal tools
Namespaces

Variants
Actions
Navigation
Support
Download
Development
Communication
Print/export
Toolbox