Last change
on this file since 1755 was
862,
checked in by plg, 19 years ago
|
- improvement: long localized messages are in HTML files instead of $lang
array. This is the case of admin/help and about pages.
- deletion: of unused functions (ts_to_mysqldt, is_image, TN_exists,
check_date_format, date_convert, get_category_directories,
get_used_metadata_list, array_remove, pwg_write_debug,
get_group_restrictions, get_all_group_restrictions, is_group_allowed,
style_select, deprecated_getAttribute).
- new: many new contextual help pages to replace descriptions previously
included in pages.
- modification: reorganisation of language files. Deletion of unused
language keys, alphabetical sort. No faq.lang.php anymore (replaced by
help.html). Only done for en_UK.iso-8859-1.
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Revision
|
File size:
1.3 KB
|
Line | |
---|
1 | <h2>Category options</h2> |
---|
2 | |
---|
3 | <p>This screen lets the administrator manage categories option for many |
---|
4 | categories 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. By |
---|
14 | inheritance, an element is commentable if it belongs at least to one |
---|
15 | commentable category.</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.