source: trunk/language/en_UK.iso-8859-1/help/cat_modify.html @ 862

Last change on this file since 862 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: 3.6 KB
Line 
1<h2>Edit a category</h2>
2
3<p>Modify informations and options of a single category.</p>
4
5<h3>Action links</h3>
6
7<p>This page offers you link to modification page of parent categories and
8action links :</p>
9
10<ul>
11  <li>jump to category</li>
12  <li>manage category elements (if category contains elements)</li>
13  <li>manage sub-categories</li>
14  <li>manage permissions (if category is private)</li>
15  <li>delete category (if category is virtual).</li>
16</ul>
17
18<h3>Move</h3>
19
20<p>If the category is virtual, you can move it. Moving a category means
21changing its parent category.</p>
22
23<h3>Options</h3>
24
25<ul>
26
27  <li><strong>Access type</strong>: Permission management. If you make a
28  category private, all its child categories becomes private. If you make a
29  category public, all its parent categories becomes public.</li>
30
31  <li><strong>Lock</strong>: The category and its sub-categories will
32  temporary been disabled for maintenance.</li>
33
34  <li><strong>Comments</strong>: Authorize users to comment elements of this
35  category.</li>
36
37  <li><strong>Authorize upload</strong>: Authorize users to upload
38  files. This option is available only if category is physical (not
39  virtual).</li>
40
41</ul>
42
43<p>You can also manage these options with multi-categories options
44management screen (screens <span class="pwgScreen">Upload</span>, <span
45class="pwgScreen">Comments</span>, <span class="pwgScreen">Lock</span>,
46<span class="pwgScreen">Public/Private</span>, <span
47class="pwgScreen">Representative</span> in <span
48class="pwgScreen">Administration, Categories</span>).</p>
49
50<h3>Representation</h3>
51
52<p>The representant of the category is the thumbnail displayed to represent
53the category on main page (<span class="pwgScreen">category.php</span>) when
54a category contains only sub-categories (just as the root category).</p>
55
56<p>There are 4 ways to set the representative picture of a category :</p>
57
58<ul>
59
60  <li><span class="pwgScreen">picture.php</span>: in the action buttons bar,
61  one of them let you set the displayed picture as representative for the
62  displayed category. This button is available only for administrators.</li>
63
64  <li><span class="pwgScreen">Modify informations about a picture</span> in
65  administration. This screen can be reach from <span
66  class="pwgScreen">picture.php</span> or <span class="pwgScreen">Batch
67  management</span> in <em>unit mode</em>. See the help of this screen for
68  details.</li>
69
70  <li><span class="pwgScreen">Administration, Categories,
71  Representative</span>. See the help of this screen for details.</li>
72
73  <li><span class="pwgScreen">Edit a category</span> (this screen).</li>
74
75</ul>
76
77<p>The representation depends on configuration parameter
78<code>allow_random_representative</code> (see <span
79class="filename">include/config_default.inc.php</span>).</p>
80
81<p>In default mode (<code>allow_random_representative</code> set to false)
82each category containing at least one element is represented by a fixed
83element. Once set (at category creation), the representative changes only
84when an administrator ask for it. If the representant is not appropriate,
85you can ask to <strong>Find a new representant by random</strong>.</p>
86
87<p>If configuration parameter <code>allow_random_representative</code> is
88set to true, a category containing elements can have no fixed
89representant. Just use <strong>Delete representant</strong> button.</p>
90
91<p>If the category contains no element (but only sub-categories) it can be
92represented by any element thanks to screen <span class="pwgScreen">Modify
93informations about a picture</span>. The only option on the current screen
94is to <strong>Delete representant</strong> button, after using this button,
95no representant option to set anymore.</p>
Note: See TracBrowser for help on using the repository browser.