source: branches/2.5/language/zh_TW/help/cat_modify.html @ 24911

Last change on this file since 24911 was 24911, checked in by ddtddt, 11 years ago

[2.5] - language - prepared 2.5.3

File size: 4.6 KB
Line 
1<h2>編輯相本</h2>
2
3<h3>相關資訊</h3>
4
5<ul>
6
7  <li><strong>名稱</strong>: 為相本重新命名 (實際相本的附加虛擬代稱).</li>
8
9  <li><strong>簡介</strong>: 以簡短的文字為該相本內容做簡短描述,
10  這些文字將顯示於縮圖頁面的下方。</li>
11
12</ul>
13
14<h3>移動</h3>
15
16<p>若該相本為虛擬的,您將可以移動它。移動該相本即為改變它的上層相本</p>
17
18<h3>選項</h3>
19
20<ul>
21
22  <li><strong>訪問類型</strong>: 權限管理。若您設定了一本私人相本,所有附屬於它的子相本也將轉為私人性質。若您將一本相簿設定為公開性質,則它的上層相本也將轉為公開性質。</li>
23
24  <li><strong>鎖定</strong>: 該相本與其內的子相本都將暫時被關閉以進行維護。</li>
25
26  <li><strong>回應</strong>: 讓使用者能夠針對該相本做出回應。</li>
27
28</ul>
29
30<p>You can also manage these options on the "Properties"
31management screen (screens <span
32class="pwgScreen">Comments</span>, <span class="pwgScreen">Lock</span>,
33<span class="pwgScreen">Public/Private</span>, <span
34class="pwgScreen">Representative</span> available from <span
35class="pwgScreen">Administration &raquo; Albums &raquo; Properties</span>).</p>
36
37<h3>Sort order</h3>
38
39<p>Use the default images sort order.</p>
40
41<p>Indicate whether this sort order will apply to subalbums also.</p>
42
43<p>Select specific sorting criteria to be used with this album.</p>
44<ul>
45<li><strong>Creation date</strong>: Photo shooting date</li>
46<li><strong>Post date</strong>: Synchronization date</li>
47<li><strong>Average rate (*)</strong>: Average rate could be changed by the visitor rating</li>
48<li><strong>Most visited (*)</strong>: The current visit might change the most visited order</li>
49<li><strong>File name</strong>: Name given in information field</li>
50<li><strong>Id</strong>: Internal Id (recent categories have an higher id than previous ones.</li>
51
52</ul>
53<p><strong>(*)</strong>Warning: Be sure to test these sort orders by yourself as they can give unexpected results.</p>
54
55
56<h3>Representant</h3>
57
58<p>The album representative is the thumbnail displayed on the main page (<span class="pwgScreen">category.php</span>) to represent
59the album when
60it contains only sub-albums and no direct photo (just as the root album).</p>
61photo of a album :</p>
62
63<ul>
64
65  <li><span class="pwgScreen">Photo page</span>: one of the action buttons let you set the current photo as the representative for the
66  displayed album. This button is available only for administrators.</li>
67
68  <li><span class="pwgScreen">Modify informations about a photo</span> in
69  administration. This screen can be reached from <span
70  class="pwgScreen">picture.php</span> or <span class="pwgScreen">Batch
71  management</span> in <em>unit mode</em>. See the help of this screen for
72  details.</li>
73
74  <li><span class="pwgScreen">Administration &raquo; Albums &raquo; Properties,
75  Representative</span>. See the help of this screen for details.</li>
76
77  <li><span class="pwgScreen">Edit album</span> (the present screen).</li>
78
79</ul>
80
81<p>The choice of a representative depends on the
82<code>allow_random_representative</code> configuration parameter (see <span
83class="filename">include/config_default.inc.php</span>).</p>
84
85<p>In default mode (<code>allow_random_representative</code> set to false),
86each album containing at least one element is represented by a fixed
87element. Once set (at album creation), the representative changes only
88when an administrator ask for it. If the representative is not appropriate,
89you can ask to <strong>Find a new representant by random</strong>.</p>
90
91<p>If the <code>allow_random_representative</code> configuration parameter is
92set to true, a category containing photos may have no fixed
93representant. Just use <strong>Delete representant</strong> button.</p>
94
95<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
96informations about a photo</span> screen. The only option on the current screen
97is the <strong>Delete representant</strong> button.</p>
98
99<h3>Link all album photos to a new album</h3>
100
101<ul>
102
103<li><strong>Virtual album name</strong>: Name of the new album to be created,
104all photos of the current category will be linked to the new one.</li>
105
106<li><strong>Parent album</strong>: Where the new album will be,
107leave empty to create it at root.</li>
108
109</ul>
110
111<h3>Link all album photos to existing albums</h3>
112
113<ul>
114
115<li><strong>Albums</strong>: Choose the destination album.</li>
116
117</ul>
118
119<h3>Send an information email to group members</h3>
120
121<ul>
122
123<li><strong>Group</strong>: recipients group</li>
124
125<li><strong>Mail content</strong>: Free text to send to them.</li>
126
127</ul> 
Note: See TracBrowser for help on using the repository browser.