Extension:BlueSpiceRating
Appearance
| This extension is mainly supported in an external venue: BlueSpice Community Forum. If you need help, you should post there, and not on the talk page. |
BlueSpiceRating enables users to rate a wiki page with up to five stars or to recommend the page.
Usage / features
[edit]The rating and recommendation features are displayed next to the page title.
- Rating: Users select a number of stars to provide their rating. Users can change their assessment at any time, by choosing less or more stars. The average evaluation as well as the number of assessments are displayed.
- Recommendation: Users click on a recommendation link to make the recommendation. Users can change their assessment at any time by recommending the page or by retracting their recommendation.
Installation
[edit]- Add the repo url (https://github.com/wikimedia/mediawiki-extensions-BlueSpiceRating
.git) as a "vcs repository" and the package name (mediawiki/BlueSpiceRating) and version to the require section of your composer.local.json. Example:
{ "repositories": [ { "type": "vcs", "url": "https://github.com/wikimedia/mediawiki-extensions-BlueSpiceRating .git" } ], "require": { "mediawiki/BlueSpiceRating": "BlueSpiceRating" } }
- Run the following command in your MediaWiki installation path
composer update --no-dev
- Add the following code at the bottom of your LocalSettings.php file:
wfLoadExtension( 'BlueSpiceRating' );
Done Navigate to Special:Version on your wiki to verify that the extension is successfully installed.
External Links
[edit]Categories:
- Stable extensions
- Extensions with invalid or missing type
- BSApiNamespaceStoreMakeData extensions
- BSMigrateSettingsFromDeviatingNames extensions
- BSMigrateSettingsSetNewSettings extensions
- BeforePageDisplay extensions
- GetDoubleUnderscoreIDs extensions
- LoadExtensionSchemaUpdates extensions
- MWStakeCommonUIRegisterSkinSlotComponents extensions
- NamespaceManager::editNamespace extensions
- NamespaceManager::getMetaFields extensions
- NamespaceManagerBeforePersistSettings extensions
- NamespaceManagerCollectNamespaceProperties extensions
- UserMergeAccountFields extensions
- GPL licensed extensions
- Extensions in Wikimedia version control
- All extensions
- Extensions by HalloWelt
- BlueSpice

