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

Last change on this file since 8658 was 8658, checked in by ddtddt, 13 years ago

[trunk] - update EN help

  • Property svn:eol-style set to LF
File size: 4.8 KB
Line 
1<h2>Edit album</h2>
2
3<h3>Informations</h3>
4
5<ul>
6
7  <li><strong>name</strong>: rename the album (a virtual rename in case
8  of a physical album).</li>
9
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>
12
13</ul>
14
15<h3>Move</h3>
16
17<p>If the album is virtual, you can move it. Moving a album means
18changing its parent album.</p>
19
20<h3>Options</h3>
21
22<ul>
23
24  <li><strong>Access type</strong>: Permissions management. If you make a
25  album private, all its child albums becomes private. If you make a
26  album public, all its parent albums becomes public.</li>
27
28  <li><strong>Lock</strong>: The album and its sub-albums will
29  be temporary disabled for maintenance.</li>
30
31  <li><strong>Comments</strong>: Authorize users to comment photos of this
32  album.</li>
33
34  <li><strong>Authorize upload</strong>: Authorize users to upload
35  photos files. This option is available for physical (not
36  virtual) albums only .</li>
37
38</ul>
39
40<p>You can also manage these options on the "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 &raquo; Albums &raquo; Properties</span>).</p>
46
47<h3>Sort order</h3>
48
49<p>Use the default images sort order.</p>
50
51<p>Indicate whether this sort order will apply to subalbums also.</p>
52
53<p>Select specific sorting criteria to be used with this album.</p>
54<ul>
55<li><strong>Creation date</strong>: Photo shooting 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 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>
60<li><strong>Id</strong>: Internal Id (recent categories have an higher id than previous ones.</li>
61
62</ul>
63<p><strong>(*)</strong>Warning: Be sure to test these sort orders by yourself as they can give unexpected results.</p>
64
65
66<h3>Representant</h3>
67
68<p>The album representative is the thumbnail displayed on the main page (<span class="pwgScreen">category.php</span>) to represent
69the album when
70it contains only sub-albums and no direct photo (just as the root album).</p>
71photo of a album :</p>
72
73<ul>
74
75  <li><span class="pwgScreen">Photo page</span>: one of the action buttons let you set the current photo as the representative for the
76  displayed album. This button is available only for administrators.</li>
77
78  <li><span class="pwgScreen">Modify informations about a photo</span> in
79  administration. This screen can be reached from <span
80  class="pwgScreen">picture.php</span> or <span class="pwgScreen">Batch
81  management</span> in <em>unit mode</em>. See the help of this screen for
82  details.</li>
83
84  <li><span class="pwgScreen">Administration &raquo; Albums &raquo; Properties,
85  Representative</span>. See the help of this screen for details.</li>
86
87  <li><span class="pwgScreen">Edit album</span> (the present screen).</li>
88
89</ul>
90
91<p>The choice of a representative depends on the
92<code>allow_random_representative</code> configuration parameter (see <span
93class="filename">include/config_default.inc.php</span>).</p>
94
95<p>In default mode (<code>allow_random_representative</code> set to false),
96each album containing at least one element is represented by a fixed
97element. Once set (at album creation), the representative changes only
98when an administrator ask for it. If the representative is not appropriate,
99you can ask to <strong>Find a new representant by random</strong>.</p>
100
101<p>If the <code>allow_random_representative</code> configuration parameter is
102set to true, a category containing photos may have no fixed
103representant. Just use <strong>Delete representant</strong> button.</p>
104
105<p>If the album contains only sub-albums and no photo, it can nonetheless be represented by any element thanks to <span class="pwgScreen">Modify
106informations about a photo</span> screen. The only option on the current screen
107is the <strong>Delete representant</strong> button.</p>
108
109<h3>Link all album elements to a new album</h3>
110
111<ul>
112
113<li><strong>Virtual album name</strong>: Name of the new album to be created,
114all photos of the current category will be linked to the new one.</li>
115
116<li><strong>Parent album</strong>: Where the new album will be,
117leave empty to create it at root.</li>
118
119</ul>
120
121<h3>Link all album photos to existing albums</h3>
122
123<ul>
124
125<li><strong>Albums</strong>: Choose the destination album.</li>
126
127</ul>
128
129<h3>Send an information email to group members</h3>
130
131<ul>
132
133<li><strong>Group</strong>: recipients group</li>
134
135<li><strong>Mail content</strong>: Free text to send to them.</li>
136
137</ul> 
Note: See TracBrowser for help on using the repository browser.