source: trunk/language/en_UK/help/cat_modify.html @ 6365

Last change on this file since 6365 was 5393, checked in by tosca, 15 years ago

Last batch of EN/FR help languages files.

Have left aside extend_for_templates considering it will be obsolete quite soon (from 2.2 ?)

  • Property svn:eol-style set to LF
File size: 5.0 KB
RevLine 
[862]1<h2>Edit a category</h2>
2
[1922]3<h3>Informations</h3>
[862]4
[1921]5<ul>
[862]6
[1921]7  <li><strong>name</strong>: rename the category (a virtual rename in case
[5393]8  of a physical category).</li>
[862]9
[5393]10  <li><strong>description</strong>: short text giving a general idea of the content,
11  this text will be displayed at the bottom of the thumbnails page.</li>
[1921]12
[862]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
[5393]24  <li><strong>Access type</strong>: Permissions management. If you make a
[862]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
[5393]29  be temporary disabled for maintenance.</li>
[862]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
[5393]35  images files. This option is available for physical (not
36  virtual) categories only .</li>
[862]37
38</ul>
39
[5393]40<p>You can also manage these options on the "Properties"
[862]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
[1921]44class="pwgScreen">Representative</span> available from <span
[1889]45class="pwgScreen">Administration, Categories, Properties</span>).</p>
[862]46
[1921]47<h3>Sort order</h3>
[862]48
[5393]49<p>Use the default images sort order.</p>
[1921]50
[5393]51<p>Indicate whether this sort order will apply to subcategories also.</p>
[1921]52
[5393]53<p>Select specific sorting criteria to be used with this category.</p>
[1921]54<ul>
[5393]55<li><strong>Creation date</strong>: Picture shooting date</li>
[1921]56<li><strong>Post date</strong>: Synchronization date</li>
[5393]57<li><strong>Average rate (*)</strong>: Average rate could be changed by the visitor rating</li>
58<li><strong>Most visited (*)</strong>: The current visit might change the most visited order</li>
59<li><strong>File name</strong>: Name given in information field</li>
[1921]60<li><strong>Id</strong>: Internal Id (recent categories have an higher id than previous ones.</li>
61
62</ul>
[5393]63<p><strong>(*)</strong>Warning: Be sure to test these sort orders by yourself as they can give unexpected results.</p>
[1921]64
65
66<h3>Representant</h3>
67
[5393]68<p>The category representative is the thumbnail displayed on the main page (<span class="pwgScreen">category.php</span>) to represent
69the category when
70it contains only sub-categories and no direct element (just as the root category).</p>
[862]71
[5393]72<p>There are 4 different ways to set the representative picture of a category :</p>
[862]73
74<ul>
75
[5393]76  <li><span class="pwgScreen">Picture page</span>: one of the action buttons let you set the current picture as the representative for the
[862]77  displayed category. This button is available only for administrators.</li>
78
79  <li><span class="pwgScreen">Modify informations about a picture</span> in
[5393]80  administration. This screen can be reached from <span
[862]81  class="pwgScreen">picture.php</span> or <span class="pwgScreen">Batch
82  management</span> in <em>unit mode</em>. See the help of this screen for
83  details.</li>
84
[1889]85  <li><span class="pwgScreen">Administration, Categories, Properties,
[862]86  Representative</span>. See the help of this screen for details.</li>
87
[5393]88  <li><span class="pwgScreen">Edit a category</span> (the present screen).</li>
[862]89
90</ul>
91
[5393]92<p>The choice of a representative depends on the
93<code>allow_random_representative</code> configuration parameter (see <span
[862]94class="filename">include/config_default.inc.php</span>).</p>
95
[5393]96<p>In default mode (<code>allow_random_representative</code> set to false),
[862]97each category containing at least one element is represented by a fixed
98element. Once set (at category creation), the representative changes only
[5393]99when an administrator ask for it. If the representative is not appropriate,
[862]100you can ask to <strong>Find a new representant by random</strong>.</p>
101
[5393]102<p>If the <code>allow_random_representative</code> configuration parameter is
103set to true, a category containing elements may have no fixed
[862]104representant. Just use <strong>Delete representant</strong> button.</p>
105
[5393]106<p>If the category contains only sub-categories and no element, it can nonetheless be represented by any element thanks to <span class="pwgScreen">Modify
107informations about a picture</span> screen. The only option on the current screen
108is the <strong>Delete representant</strong> button.</p>
[1921]109
110<h3>Link all category elements to a new category</h3>
111
112<ul>
113
[5393]114<li><strong>Virtual category name</strong>: Name of the new category to be created,
[1921]115all pictures of the current category will be linked to the new one.</li>
116
117<li><strong>Parent category</strong>: Where the new category will be,
[5393]118leave empty to create it at root.</li>
[1921]119
120</ul>
121
[5393]122<h3>Link all category elements to existing categories</h3>
[1921]123
124<ul>
125
126<li><strong>Categories</strong>: Choose the destination category.</li>
127
128</ul>
129
130<h3>Send an information email to group members</h3>
131
132<ul>
133
[5393]134<li><strong>Group</strong>: recipients group</li>
[1921]135
[5393]136<li><strong>Mail content</strong>: Free text to send to them.</li>
[1921]137
138</ul> 
Note: See TracBrowser for help on using the repository browser.