View | Details | Raw Unified | Return to bug 6966
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/help/reviews/reviewswaiting.tt (-22 / +6 lines)
Lines 1-26 Link Here
1
[% INCLUDE 'help-top.inc' %]
1
[% INCLUDE 'help-top.inc' %]
2
2
3
<h1>Comments/Reviews</h1>
3
<h1>Comments</h1>
4
		<ul>
5
			<li>Go to the 'Tools' module (usually under 'More' in your Global Nav)</li>
6
			<li>Choose 'Comments'</li>
7
			<li>From this menu you will see all comments/reviews awaiting approval. <br/>
8
			<ul>
9
				<li>If there are no comments, the page will inform you of such</li>
10
			</ul></li>
11
			<li>To approve a comment click 'Approve'</li>
12
			<li>To delete a comment click 'Delete'</li>
13
			<li>Once a comment has been approved, it will appear in the OPAC under the 'Comments' tab</li>
14
		</ul>
15
4
16
<h2>Can I turn off comment moderation?</h2>
5
<p>All comments added by patrons via the OPAC to bibliographic records require moderation by the librarians. To moderate comments simply click 'Approve' or 'Delete' to the right of the comments awaiting moderation.</p>
17
<p>At this time, this is not a feature of Koha.  All comments go through moderation.</p>
6
18
<h2>How do I turn on/off Comments in my OPAC?</h2>
7
<p>If there are no comments to moderate you will see a message saying just that</p>
19
<p>This feature is under Global System Preferences:</p>
8
20
		<ul>
9
<p><strong>See the full documentation for Comments in the <a href="http://manual.koha-community.org/3.6/en/comments.html">manual</a> (online).</strong></p>
21
			<li>Go to the 'Administration' module (usually under 'More' in your Global Nav)</li>
22
			<li>Click on 'Global System preferences' and then choose the 'OPAC Features' tab</li>
23
			<li>From here you can toggle the 'reviewson' feature which controls comments within your OPAC</li>
24
		</ul>
25
10
26
[% INCLUDE 'help-bottom.inc' %]
11
[% INCLUDE 'help-bottom.inc' %]
27
- 

Return to bug 6966