Extension:MoodBar

      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.

      ↑Jump back a section

      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 array keys are below.

      To modify, set the array element in LocalSettings.php. E.g.:

      $wgMoodBarConfig['disableExpiration'] = 180;
      

      bucketConfig

      Allows you to modify the parameters passed to mediaWiki.user.bucket()

      infoUrl

      Allows you to modify the URL that users are given for further information about the feature.

      privacyUrl

      Allows you to modify the URL that users are given for privacy information.

      disableExpiration

      Days cookie for disabling MoodBar should last.

      ↑Jump back a section

      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.


      ↑Jump back a section
      Last modified on 8 May 2013, at 17:34