Extension:MoodBar
|
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 |
Download snapshot (Git master)
Git [?]: repo summary • tree • code changes SVN [?]: checkout-url • tree • code changes |
||
|
|||
|
|||
|
Check usage (experimental) |
|||
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.
|
|
This extension is being used on one or more of Wikimedia's wikis. This means that the extension is stable and works well enough to be used by such high traffic websites. A full list of the extensions installed on a particular wiki can be seen on the wiki's Special:Version page. |