Extension:ReadConfirmation
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. |
ReadConfirmation asks for confirmation that a page has been read by users who have a page assignment for that page.
Usage / features
[edit]When the feature is enabled for a namespace, users who are assigned to a page see a checkbox at the top of the page. By clicking the checkbox, they confirm that they have read the page.
External links
[edit]- Helpdesk: Read confirmation
See also
[edit]
Installation
[edit]- Add the repo url (https://github.com/wikimedia/mediawiki-extensions-ReadConfirmation
.git) as a "vcs repository" and the package name (mediawiki/ReadConfirmation) and version to the require section of your composer.local.json. Example:
{ "repositories": [ { "type": "vcs", "url": "https://github.com/wikimedia/mediawiki-extensions-ReadConfirmation .git" } ], "require": { "mediawiki/ReadConfirmation": "ReadConfirmation" } }
- 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( 'ReadConfirmation' );
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
- BSApiExtJSStoreBaseBeforePostProcessData extensions
- BSApiNamespaceStoreMakeData extensions
- BSPageAssignmentsManager extensions
- BSPageAssignmentsOverview extensions
- BSPageStoreDataProviderBeforeAppendRow extensions
- BeforePageDisplay extensions
- LoadExtensionSchemaUpdates extensions
- NamespaceManager::editNamespace extensions
- NamespaceManager::getMetaFields extensions
- NamespaceManagerBeforePersistSettings extensions
- NamespaceManagerCollectNamespaceProperties extensions
- PageSaveComplete extensions
- SkinTemplateNavigation::Universal extensions
- StandardDialogsRegisterPageInfoPanelModules extensions
- UnifiedTaskOverviewGetTaskDescriptors extensions
- UserMergeAccountFields extensions
- GPL licensed extensions
- Extensions in Wikimedia version control
- All extensions
- Extensions by HalloWelt
- BlueSpice

