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

Last change on this file since 6993 was 6993, checked in by rvelices, 14 years ago

feature 1616: rename "category" into "album" (4th commit; almost there)

  • Property svn:eol-style set to LF
File size: 1.3 KB
Line 
1<h2>Album options</h2>
2
3<p>Options management for several categories at once.</p>
4
5<dl>
6
7  <dt>Upload</dt>
8  <dd>Make categories uploadable for gallery visitors. The option ia available for physical local categories only.</dd>
9
10  <dt>Comments</dt>
11  <dd>Authorize users to add comments on selected albums.
12Selects the categories which are commentable.
13An image is commentable if it belongs to at least one category that is commentable.</dd>
14
15  <dt>Lock</dt>
16  <dd>Selected categories will be temporaly disabled for maintenance. If
17  you lock a category, all its child categories become locked. If you unlock
18  a category, all its parent categories become unlocked.</dd>
19
20  <dt>Public / private</dt>
21  <dd>Authorizations exist for private categories only. When categories are
22  private, you will have to grant users and/or groups access to
23  them. If you make a category private, all its child categories becomes
24  private. If you make a category public, all its parent categories becomes
25  public</dd>
26
27  <dt>Representative</dt>
28  <dd>This option can be managed only if you set
29  <code>allow_random_representative</code> (see <span
30  class="filename">include/config_defaults.inc.php</span>) configuration parameter to
31  <em>true</em>. Each category can be represented by a random picture or by a picture chosen as unique representative.</dd>
32
33</dl>
Note: See TracBrowser for help on using the repository browser.