Reference:BlueSpiceReadConfirmation and Template:TOClimit/styles.css: Difference between pages

(Difference between pages)
m (1 revision imported)
 
hw>Mlink-rodrigue
No edit summary
 
Line 1: Line 1:
{{BSExtensionInfo
/***Custom TOC levels - Template TOC ***/
|desc=Ask for confirmation that a page was read by assigned users
.toc .toclimit-1 li.toclevel-2, .toc .toclimit-1 li.toclevel-3,.toc .toclimit-1 li.toclevel-4,.toc .toclimit-1 li.toclevel5 {display:none;}
|status=stable
#content #bodyContent .toclimit-2 .toclevel-3, #content #bodyContent .toclimit-2 .toclevel-4,#content #bodyContent .toclimit-2 .toclevel-5 {display:none;} 
|developer=HalloWelt
#content #bodyContent .toclimit-3 .toclevel-4, #content #bodyContent .toclimit-3 .toclevel-5 {display:none;}
|type=BlueSpice
|edition=BlueSpice pro, BlueSpice Farm, BlueSpice Cloud
|compatible=BlueSpice
|category=Quality Assurance
|license=GPL v3 only
|features='''ReadConfirmation''' asks for confirmation that a page has been read by users who have a [[Reference:BlueSpicePageAssignments|page assignment]] for that 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 the page has been read.
 
ReadConfirmations can be enabled or disabled for each namespace individually, in [[Reference:NamespaceManager|NamespaceManager]].
 
===Page approval and read confirmation===
If a namespace has the feature [[Reference:FlaggedRevs|Approval]] activated at the same time, the read confirmation is triggered if a new draft page has been created. This can be changed server-side using LocalSettings.php. If a read confirmation should be triggered after the page has been approved and not when the draft is created, the following setting needs to exist:
<syntaxhighlight lang="text">
$GLOBALS['bsgReadConfirmationMechanism'] = "\\BlueSpice\\FlaggedRevsConnector\\ReadConfirmation\\Mechanism\\PageApproved::factory";
</syntaxhighlight>
 
 
}}

Revision as of 15:49, 7 June 2021

/***Custom TOC levels - Template TOC ***/
.toc .toclimit-1 li.toclevel-2, .toc .toclimit-1 li.toclevel-3,.toc .toclimit-1 li.toclevel-4,.toc .toclimit-1 li.toclevel5 {display:none;} 
#content #bodyContent .toclimit-2 .toclevel-3, #content #bodyContent .toclimit-2 .toclevel-4,#content #bodyContent .toclimit-2 .toclevel-5 {display:none;}  
#content #bodyContent .toclimit-3 .toclevel-4, #content #bodyContent .toclimit-3 .toclevel-5 {display:none;}
No categories assignedEdit

Discussions