source: trunk/language/en_UK/help/cat_options.html @ 3282

Last change on this file since 3282 was 3282, checked in by plg, 15 years ago

change: according to topic:15067, svn:keywords property was removed

  • Property svn:eol-style set to LF
File size: 1.4 KB
Line 
1<h2>Category options</h2>
2
3<p>This screen lets the administrator manage categories option for many
4categories at once.</p>
5
6<dl>
7
8  <dt>Upload</dt>
9  <dd>Make categories uploadable for gallery visitors. Only non virtual and
10  non remote categories are shown.</dd>
11
12  <dt>Comments</dt>
13  <dd>Authorize users to add comments on selected categories.
14Selects the categories which are commentable.
15An image is commentable if it belongs to at least one category that is commentable.</dd>
16
17  <dt>Lock</dt>
18  <dd>Selected categories will temporary been disabled for maintenance. If
19  you lock a category, all its child categories become locked. If you unlock
20  a category, all its parent categories become unlocked.</dd>
21
22  <dt>Public / private</dt>
23  <dd>Manage authorizations for selected categories. Selected categories are
24  private : you will need to authorize users and/or groups to access to
25  them. If you make a category private, all its child categories becomes
26  private. If you make a category public, all its parent categories becomes
27  public</dd>
28
29  <dt>Representative</dt>
30  <dd>This option can be managed only if you set configuration parameter
31  <code>allow_random_representative</code> (see <span
32  class="filename">include/config_defaults.inc.php</span>) to
33  <em>true</em>. Each category can be randomly represented or singly
34  represented (by a unique picture).</dd>
35
36</dl>
Note: See TracBrowser for help on using the repository browser.