Extension:ReadConfirmation: Difference between revisions
Appearance
Content deleted Content added
MLRodrigue (talk | contribs) No edit summary |
general content review for latest version |
||
| Line 1: | Line 1: | ||
<languages/> |
|||
{{External_help|[https://community.bluespice.com BlueSpice Community Forum]}} |
{{External_help|[https://community.bluespice.com BlueSpice Community Forum]}} |
||
{{BlueSpiceExtensionInfobox |
|||
|compatibility = |
|compatibility = |
||
|download = |
|download = |
||
| Line 15: | Line 17: | ||
==Usage / features== |
==Usage / features== |
||
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. |
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== |
|||
* Helpdesk: [https://en.wiki.bluespice.com/wiki/Reference:BlueSpiceReadConfirmation Read confirmation] |
|||
==See also== |
==See also== |
||
* [[Extension:PageAssignments]] |
* [[Extension:PageAssignments]] |
||
{{BlueSpiceExtensionFooter| |
{{BlueSpiceExtensionFooter|BlueSpiceReadConfirmation |
||
|download-with = BlueSpice pro |
|download-with = BlueSpice pro |
||
|support-links = [http://hallowelt.com Hallo Welt! GmbH] |
|support-links = [http://hallowelt.com Hallo Welt! GmbH] |
||
Latest revision as of 14:05, 9 June 2026
| 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 | edit source]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.
See also
[edit | edit source]
Installation
[edit source].git) as a "vcs repository" and the package name (mediawiki/BlueSpiceReadConfirmation) and version to the require section of your composer.local.json. Example:
{ "repositories": [ { "type": "vcs", "url": "https://github.com/wikimedia/mediawiki-extensions-BlueSpiceReadConfirmation .git" } ], "require": { "mediawiki/BlueSpiceReadConfirmation": "BlueSpiceReadConfirmation" } }
- 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( 'BlueSpiceReadConfirmation' );
Done Navigate to Special:Version on your wiki to verify that the extension is successfully installed.
External Links
[edit source]Categories:
- Stable extensions
- Extensions with invalid or missing type
- BSApiExtJSStoreBaseBeforePostProcessData extensions
- BSApiNamespaceStoreMakeData extensions
- BSPageAssignmentsManager extensions
- BSPageAssignmentsOverview extensions
- BSPageStoreDataProviderBeforeAppendRow extensions
- BSReadConfirmationUpdateTask extensions
- BeforePageDisplay extensions
- LoadExtensionSchemaUpdates extensions
- NamespaceManager::editNamespace extensions
- NamespaceManager::getMetaFields extensions
- NamespaceManagerBeforePersistSettings extensions
- NamespaceManagerCollectNamespaceProperties extensions
- PageSaveComplete extensions
- SkinTemplateNavigation::Universal extensions
- StandardDialogsRegisterPageInfoPanelModules extensions
- UserMergeAccountFields extensions
- GPL licensed extensions
- Extensions in Wikimedia version control
- All extensions
- Extensions by HalloWelt
- BlueSpice

