1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
|
<h2>Editar o álbum </h2>
<h3> Informações </h3>
<ul>
<li><strong>nome</strong>: renomear o álbum (virtualmente para um álbum físico).</li>
<li><strong> descrição </strong>: pequeno texto dando uma ideia do conteúdo do álbum,
Este texto aparecera em baixo da página das miniaturas.</li>
</ul>
<h3>Mover</h3>
<p>Se o álbum é virtual, pode move-lo. Mover um álbum significa mudar o seu álbum pai.</p>
<h3>Opções</h3>
<ul>
<li><strong>tipo de acesso</strong>: Gestão das permissões. Se tornar um álbum privado, todos os álbuns filhos tornam-se privados. Se tornar um álbum publico, todos os álbuns pais tornam-se públicos.</li>
<li><strong>Bloquear</strong>: O álbum e todos os sub-álbuns serão temporariamente desactivados para manutenção.</li>
<li><strong>Comentários</strong>: Autoriza os utilizadores a comentar a fotos de este álbum.</li>
</ul>
<p> Também pode gerir esta opção pelas "propriedades" (ecrãs <span
class="pwgScreen"> Comentários </span>, <span class="pwgScreen">Bloquear</span>,
<span class="pwgScreen"> Publico/Privativo</span>, <span
class="pwgScreen">Representante</span> Disponível à partir de <span
class="pwgScreen"> Administração » Álbuns; Propriedades </span>).</p>
<h3>Ordem de triagem</h3>
<p>Utilizar o ordem de triagem por defeito das fotos.</p>
<p>Indicar se a triagem também se aplica aos sub-álbuns.</p>
<p>Seleccione a ordem de triagem para utilizar neste álbum.</p>
<ul>
<li><strong>Data de criação </strong>: Data de tomada de vista</li>
<li><strong>Data de adição </strong>: Data de sincronização</li>
<li><strong>Nota media (*)</strong>: Esta media pode ser modificada pela nota do visitante</li>
<li><strong>Mais visitadas (*)</strong>: A visita corrente pode modificara ordem das mais vistas</li>
<li><strong>Nome do ficheiro</strong>: Nome dado na área de informações</li>
<li><strong>Id</strong>: Id interno (Os álbuns recentes têm um Id maior que os anteriores.</li>
</ul>
<p><strong>(*)</strong> Atenção: Verifique estas triagem que podem dar resultados não previstos.</p>
<h3>Representante</h3>
<p>The album representative is the thumbnail displayed on the main page (<span class="pwgScreen">category.php</span>) to represent
the album when
it contains only sub-albums and no direct photo (just as the root album).</p>
photo of a album :</p>
<ul>
<li><span class="pwgScreen">Photo page</span>: one of the action buttons let you set the current photo as the representative for the
displayed album. This button is available only for administrators.</li>
<li><span class="pwgScreen">Modify informations about a photo</span> in
administration. This screen can be reached from <span
class="pwgScreen">picture.php</span> or <span class="pwgScreen">Batch
management</span> in <em>unit mode</em>. See the help of this screen for
details.</li>
<li><span class="pwgScreen">Administration » Albums » Properties,
Representative</span>. See the help of this screen for details.</li>
<li><span class="pwgScreen">Edit album</span> (the present screen).</li>
</ul>
<p>The choice of a representative depends on the
<code>allow_random_representative</code> configuration parameter (see <span
class="filename">include/config_default.inc.php</span>).</p>
<p>In default mode (<code>allow_random_representative</code> set to false),
each album containing at least one element is represented by a fixed
element. Once set (at album creation), the representative changes only
when an administrator ask for it. If the representative is not appropriate,
you can ask to <strong>Find a new representant by random</strong>.</p>
<p>If the <code>allow_random_representative</code> configuration parameter is
set to true, a category containing photos may have no fixed
representant. Just use <strong>Delete representant</strong> button.</p>
<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
informations about a photo</span> screen. The only option on the current screen
is the <strong>Delete representant</strong> button.</p>
<h3>Link all album photos to a new album</h3>
<ul>
<li><strong>Virtual album name</strong>: Name of the new album to be created,
all photos of the current category will be linked to the new one.</li>
<li><strong>Parent album</strong>: Where the new album will be,
leave empty to create it at root.</li>
</ul>
<h3>Link all album photos to existing albums</h3>
<ul>
<li><strong>Albums</strong>: Choose the destination album.</li>
</ul>
<h3>Send an information email to group members</h3>
<ul>
<li><strong>Group</strong>: recipients group</li>
<li><strong>Mail content</strong>: Free text to send to them.</li>
</ul>
|