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

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

[trunk] - update EN help

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