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

Last change on this file since 11588 was 11588, checked in by mistic100, 13 years ago

feature:2317 move order config to Admin->Config->Options
each drop-down menu is on a new line

  • Property svn:eol-style set to LF
File size: 5.2 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  <li><strong>Default photos order</strong>: you can define a personalized order with these drop-down menus.</li>
38
39</ul>
40
41<h3>History</h3>
42
43  <p>Visits on pages <span
44  class="pwgScreen">category.php</span> and <span
45  class="pwgScreen">picture.php</span> will be saved in the
46  <code>history</code> table.</p>
47 
48  <p>Visits will be shown in <span
49  class="pwgScreen">Administration &raquo; Tools &raquo; History</span>.</p>
50
51<ul>
52  <li><strong>Save page visits by guests</strong>: page visits by guests will be recorded.</li>
53
54  <li><strong>Save page visits by users</strong>: visits by registrered users will be recorded.</li>
55
56  <li><strong>Save page visits by administrators</strong>: page visits by administrators will be recorded.</li>
57
58</ul>
59
60<h3>Comments</h3>
61<ul>
62
63  <li><strong>Comments for all</strong>: Even unregistered guest can post
64  comments.</li>
65
66  <li><strong>Number of comments per page</strong>.</li>
67
68  <li><strong>Validation</strong>: an administrator must validate users comments before they become visible on the site. User comments validation
69  takes place in screen <span class="pwgScreen">Administration &raquo; Tools &raquo; Pending Comments</span>.</li>
70
71  <li><strong>Email admins when a valid comment is entered</strong>:
72Sends an email to the administrators when a user enters a comment and this comment is validated.</li>
73
74  <li><strong>Email admins when a comment requires validation</strong>:
75Sends an email to the administrators when a user enters a comment that requires validation by the admin.
76User comments validation takes place in the screen <span class="pwgScreen">Administration, Photos, Comments</span>.</li>
77
78</ul>
79
80<h3>Upload</h3>
81<ul>
82  <li><strong>Show upload link every time</strong>: If uploadable albums exist, an upload link will be shown for each album.</li>
83  <li><strong>User access level for uploading</strong>: Restricts upload to some albums of users</li>
84  <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>
85</ul>
86
87<h3>Default display</h3>
88
89<p>Here you can change display options used by guest, the default user that is not
90connected. Once connected, these options are overridden by the user own options
91(modifiable in <span class="pwgScreen">profile</span>).</p>
92
93<p>It is possible to change the display options for all existing users, on the <span class="pwgScreen">Administration &raquo;
94Users &raquo; Manage</span> screen, where you can select a list of
95users.</p>
96
97<ul>
98
99  <li><strong>Language</strong>: apply to Piwigo
100  labels only. Album names, photo names and all descriptions fields are not
101  localized.</li>
102
103  <li><strong>Number of photos per row</strong></li>
104
105  <li><strong>Number of rows per page</strong></li>
106
107  <li><strong>Interface theme</strong></li>
108
109  <li><strong>Recent period</strong>: By days. Period during which a photo is
110  shown as new. Must be greater than 1 day.</li>
111
112  <li><strong>Expand all albums</strong>: Expand all albums by
113  default in the menu <em>Warning</em>: this option is resources consuming
114  and may generate a huge menu if your album tree contains many
115  albums.</li>
116
117  <li><strong>Show number of comments</strong>: show the number of comments
118  for each photo on the thumbnails page. Resources consuming.</li>
119
120  <li><strong>Show hits count</strong>: display hits observed on photo
121  just under its thumbnail on the thumbnails page.
122  Only when advanced configuration parameter is: <br>
123  $conf['show_nb_hits'] = true; <br>
124  Notice: false by default.</li>
125
126  <li><strong>Maximum width of the photos</strong>: maximum displayed
127  width. photos larger than this setting will be resized on
128  display. Rather than choosing this option, you might consider
129  modifying the width of your photos; that would be a better practice.</li>
130
131  <li><strong>Maximum height of the photos</strong>: same remarks as for
132 the maximum width setting.</li>
133
134</ul>
Note: See TracBrowser for help on using the repository browser.