source: trunk/language/en_UK/help/configuration.html @ 8655

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

[trunk] - update EN - thanks to atlew

  • Property svn:eol-style set to LF
File size: 5.1 KB
Line 
1<h2>Configuration</h2>
2
3<p>This screen let the administrator do basic configuration. Indeed, this
4screen only shows simple configuration parameters that should be enough for
5the vast majority of administrators. If you want to see other numerous (and
6advanced) configuration parameters, read file <span
7class="filename">include/config_default.inc.php</span>.</p>
8
9<p>This screen is divided in several sections, regrouping configuration
10parameters by theme.</p>
11
12
13<h3>Main</h3>
14<ul>
15  <li><strong>Gallery title</strong>: used in RSS feed and notifications by
16email.</li>
17
18  <li><strong>Page banner</strong>: displayed on top of each public
19page.</li>
20
21  <li><strong>Gallery URL</strong>: used for the RSS feed.</li>
22
23  <li><strong>Lock gallery</strong>: Lock the entire gallery for
24  maintenance. Only administrator users will be able to reach the
25  gallery.</li>
26
27  <li><strong>Rating</strong>: Photo rating feature is enabled.</li>
28
29  <li><strong>Rating by guests</strong>: Even unregistered users can rate images.</li>
30
31  <li><strong>Allow user registration</strong>: Anybody can register.</li>
32
33  <li><strong>Mail address is mandatory for all users</strong>: mail address will be checked on registration or profile update, except if the action is done by an administrator.</li>
34
35  <li><strong>Email admins when a new user registers</strong>: administrators will be notified by mail for each registration.</li>
36
37</ul>
38
39<h3>History</h3>
40
41  <p>Visits on pages <span
42  class="pwgScreen">category.php</span> and <span
43  class="pwgScreen">picture.php</span> will be saved in the
44  <code>history</code> table.</p>
45 
46  <p>Visits will be shown in <span
47  class="pwgScreen">Administration &raquo; Tools &raquo; History</span>.</p>
48
49<ul>
50  <li><strong>Save page visits by guests</strong>: page visits by guests will be recorded.</li>
51
52  <li><strong>Save page visits by users</strong>: visits by registrered users will be recorded.</li>
53
54  <li><strong>Save page visits by administrators</strong>: page visits by administrators will be recorded.</li>
55
56</ul>
57
58<h3>Comments</h3>
59<ul>
60
61  <li><strong>Comments for all</strong>: Even unregistered guest can post
62  comments.</li>
63
64  <li><strong>Number of comments per page</strong>.</li>
65
66  <li><strong>Validation</strong>: an administrator must validate users comments before they become visible on the site. User comments validation
67  takes place in screen <span class="pwgScreen">Administration &raquo; Tools &raquo; Pending Comments</span>.</li>
68
69  <li><strong>Email admins when a valid comment is entered</strong>:
70Sends an email to the administrators when a user enters a comment and this comment is validated.</li>
71
72  <li><strong>Email admins when a comment requires validation</strong>:
73Sends an email to the administrators when a user enters a comment that requires validation by the admin.
74User comments validation takes place in the screen <span class="pwgScreen">Administration, Photos, Comments</span>.</li>
75
76</ul>
77
78<h3>Upload</h3>
79<ul>
80  <li><strong>Show upload link every time</strong>: If uploadable albums exist, an upload link will be shown for each album.</li>
81  <li><strong>User access level for uploading</strong>: Restricts upload to some albums of users</li>
82  <li><strong>Email admins when a photo is uploaded</strong>: Administrators will be notified by mail each time a photo is uploaded by a user.</li>
83</ul>
84
85<h3>Default display</h3>
86
87<p>Here you can change display options used by guest, the default user that is not
88connected. Once connected, these options are overridden by the user own options
89(modifiable in <span class="pwgScreen">profile</span>).</p>
90
91<p>It is possible to change the display options for all existing users, on the <span class="pwgScreen">Administration &raquo;
92Users &raquo; Manage</span> screen, where you can select a list of
93users.</p>
94
95<ul>
96
97  <li><strong>Language</strong>: apply to Piwigo
98  labels only. Album names, photo names and all descriptions fields are not
99  localized.</li>
100
101  <li><strong>Number of images per row</strong></li>
102
103  <li><strong>Number of rows per page</strong></li>
104
105  <li><strong>Interface theme</strong></li>
106
107  <li><strong>Recent period</strong>: By days. Period during which a photo is
108  shown as new. Must be greater than 1 day.</li>
109
110  <li><strong>Expand all albums</strong>: Expand all albums by
111  default in the menu <em>Warning</em>: this option is resources consuming
112  and may generate a huge menu if your album tree contains many
113  albums.</li>
114
115  <li><strong>Show number of comments</strong>: show the number of comments
116  for each photo on the thumbnails page. Resources consuming.</li>
117
118  <li><strong>Show hits count</strong>: display hits observed on photo
119  just under its thumbnail on the thumbnails page.
120  Only when advanced configuration parameter is: <br>
121  $conf['show_nb_hits'] = true; <br>
122  Notice: false by default.</li>
123
124  <li><strong>Maximum width of the photos</strong>: maximum displayed
125  width. photos larger than this setting will be resized on
126  display. Rather than choosing this option, you might consider
127  modifying the width of your photos; that would be a better practice.</li>
128
129  <li><strong>Maximum height of the photos</strong>: same remarks as for
130 the maximum width setting.</li>
131
132</ul>
Note: See TracBrowser for help on using the repository browser.