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

Last change on this file since 1922 was 1922, checked in by rub, 17 years ago

Same "shell" in French & English!

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
File size: 4.9 KB
Line 
1<h2>Edit a category</h2>
2
3<h3>Informations</h3>
4
5<ul>
6
7  <li><strong>name</strong>: rename the category (a virtual rename in case
8  of physical category.</li>
9
10  <li><strong>description</strong>: give a general idea of the content,
11  this text will be display under the thumbnail page.</li>
12
13</ul>
14
15<h3>Move</h3>
16
17<p>If the category is virtual, you can move it. Moving a category means
18changing its parent category.</p>
19
20<h3>Options</h3>
21
22<ul>
23
24  <li><strong>Access type</strong>: Permission management. If you make a
25  category private, all its child categories becomes private. If you make a
26  category public, all its parent categories becomes public.</li>
27
28  <li><strong>Lock</strong>: The category and its sub-categories will
29  temporary been disabled for maintenance.</li>
30
31  <li><strong>Comments</strong>: Authorize users to comment elements of this
32  category.</li>
33
34  <li><strong>Authorize upload</strong>: Authorize users to upload
35  files. This option is available only if category is physical (not
36  virtual).</li>
37
38</ul>
39
40<p>You can also manage these options with "Properties"
41management screen (screens <span class="pwgScreen">Upload</span>, <span
42class="pwgScreen">Comments</span>, <span class="pwgScreen">Lock</span>,
43<span class="pwgScreen">Public/Private</span>, <span
44class="pwgScreen">Representative</span> available from <span
45class="pwgScreen">Administration, Categories, Properties</span>).</p>
46
47<h3>Sort order</h3>
48
49<p>Choose if the default sort order will be used.</p>
50
51<p>Indicate if this sort order will be applied to subcategories.</p>
52
53<p>Select specific sort by columns to use with this category.</p>
54<ul>
55<li><strong>Creation date</strong>: Picture creation date</li>
56<li><strong>Post date</strong>: Synchronization date</li>
57<li><strong>Average rate (*)</strong>: Average rate could be changed by the visitor</li>
58<li><strong>Most visited (*)</strong>: The current visit change the most visited order</li>
59<li><strong>File name</strong>: Given name in informations field</li>
60<li><strong>Id</strong>: Internal Id (recent categories have an higher id than previous ones.</li>
61
62</ul>
63<p><strong>(*)</strong>Take care and test it your self can give unpredictable results.</p>
64
65
66<h3>Representant</h3>
67
68<p>The representant of the category is the thumbnail displayed to represent
69the category on main page (<span class="pwgScreen">category.php</span>) when
70a category contains only sub-categories (just as the root category).</p>
71
72<p>There are 4 ways to set the representative picture of a category :</p>
73
74<ul>
75
76  <li><span class="pwgScreen">picture.php</span>: in the action buttons bar,
77  one of them let you set the displayed picture as representative for the
78  displayed category. This button is available only for administrators.</li>
79
80  <li><span class="pwgScreen">Modify informations about a picture</span> in
81  administration. This screen can be reach from <span
82  class="pwgScreen">picture.php</span> or <span class="pwgScreen">Batch
83  management</span> in <em>unit mode</em>. See the help of this screen for
84  details.</li>
85
86  <li><span class="pwgScreen">Administration, Categories, Properties,
87  Representative</span>. See the help of this screen for details.</li>
88
89  <li><span class="pwgScreen">Edit a category</span> (this screen).</li>
90
91</ul>
92
93<p>The representation depends on configuration parameter
94<code>allow_random_representative</code> (see <span
95class="filename">include/config_default.inc.php</span>).</p>
96
97<p>In default mode (<code>allow_random_representative</code> set to false)
98each category containing at least one element is represented by a fixed
99element. Once set (at category creation), the representative changes only
100when an administrator ask for it. If the representant is not appropriate,
101you can ask to <strong>Find a new representant by random</strong>.</p>
102
103<p>If configuration parameter <code>allow_random_representative</code> is
104set to true, a category containing elements can have no fixed
105representant. Just use <strong>Delete representant</strong> button.</p>
106
107<p>If the category contains no element (but only sub-categories) it can be
108represented by any element thanks to screen <span class="pwgScreen">Modify
109informations about a picture</span>. The only option on the current screen
110is to <strong>Delete representant</strong> button, after using this button,
111no representant option to set anymore.</p>
112
113<h3>Link all category elements to a new category</h3>
114
115<ul>
116
117<li><strong>Virtual category name</strong>: New category name to be created,
118all pictures of the current category will be linked to the new one.</li>
119
120<li><strong>Parent category</strong>: Where the new category will be,
121leave empty to create it from home.</li>
122
123</ul>
124
125<h3>Link all category elements to some existing categories</h3>
126
127<ul>
128
129<li><strong>Categories</strong>: Choose the destination category.</li>
130
131</ul>
132
133<h3>Send an information email to group members</h3>
134
135<ul>
136
137<li><strong>Group</strong>: addressees group</li>
138
139<li><strong>Mail content</strong>: Free text to be sent to them.</li>
140
141</ul> 
Note: See TracBrowser for help on using the repository browser.