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 |
---|
8 | action 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 |
---|
21 | changing 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 |
---|
44 | management screen (screens <span class="pwgScreen">Upload</span>, <span |
---|
45 | class="pwgScreen">Comments</span>, <span class="pwgScreen">Lock</span>, |
---|
46 | <span class="pwgScreen">Public/Private</span>, <span |
---|
47 | class="pwgScreen">Representative</span> in <span |
---|
48 | class="pwgScreen">Administration, Categories, Properties</span>).</p> |
---|
49 | |
---|
50 | <h3>Representation</h3> |
---|
51 | |
---|
52 | <p>The representant of the category is the thumbnail displayed to represent |
---|
53 | the category on main page (<span class="pwgScreen">category.php</span>) when |
---|
54 | a 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, Properties, |
---|
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 |
---|
79 | class="filename">include/config_default.inc.php</span>).</p> |
---|
80 | |
---|
81 | <p>In default mode (<code>allow_random_representative</code> set to false) |
---|
82 | each category containing at least one element is represented by a fixed |
---|
83 | element. Once set (at category creation), the representative changes only |
---|
84 | when an administrator ask for it. If the representant is not appropriate, |
---|
85 | you can ask to <strong>Find a new representant by random</strong>.</p> |
---|
86 | |
---|
87 | <p>If configuration parameter <code>allow_random_representative</code> is |
---|
88 | set to true, a category containing elements can have no fixed |
---|
89 | representant. Just use <strong>Delete representant</strong> button.</p> |
---|
90 | |
---|
91 | <p>If the category contains no element (but only sub-categories) it can be |
---|
92 | represented by any element thanks to screen <span class="pwgScreen">Modify |
---|
93 | informations about a picture</span>. The only option on the current screen |
---|
94 | is to <strong>Delete representant</strong> button, after using this button, |
---|
95 | no representant option to set anymore.</p> |
---|