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

Last change on this file since 3282 was 3282, checked in by plg, 15 years ago

change: according to topic:15067, svn:keywords property was removed

  • 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>: Picture rating feature is enabled.</li>
28
29  <li><strong>Rating by guests</strong>: Even non registered users can rate images.</li>
30
31  <li><strong>Allow user registration</strong>: Registration is free for all.</li>
32
33  <li><strong>Mail address is obligatory for all users</strong>: Mail address will checked on registration or profile update except if the action is done on administration part.</li>
34
35  <li><strong>Email admins when a new user registers</strong>: Administrators will be received 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, Specials, History</span>.</p>
48
49<ul>
50  <li><strong>Save page visits by guests</strong>: page visits by guests will be saved.</li>
51
52  <li><strong>Save page visits by users</strong>: visits by registrered users will be saved.</li>
53
54  <li><strong>Save page visits by administrators</strong>: page visits by administrators will be saved.</li>
55
56</ul>
57
58<h3>Comments</h3>
59<ul>
60
61  <li><strong>Comments for all</strong>: Even guest not registered can post
62  comments.</li>
63
64  <li><strong>Number of comments per page</strong>.</li>
65
66  <li><strong>Validation</strong>: an administrator validate users posted
67  comments before they become visible on the site. User comments validation
68  takes place in screen <span class="pwgScreen">Administration, Pictures,
69  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, Pictures, Comments</span>.</li>
77
78</ul>
79
80<!--TODO --><h3>Upload</h3>
81<ul>
82<!--TODO -->  <li><strong>Show upload link every time</strong>: If exists uploadeable categories, add link will be show for each categoy.</li>
83<!--TODO -->  <li><strong>User access level to upload</strong>: Allows to restrict upload by users</li>
84  <li><strong>Email adminis when a picture is uploaded</strong>: Administrators will be received mail for each picture uploaded by a user.</li>
85</ul>
86
87<h3>Default display</h3>
88
89<p>Here you can change display options used by default, when guest is not
90connected. Once connected, these options are overloaded by user own options
91(modifiable in <span class="pwgScreen">profile</span>).</p>
92
93<p>It is possible to change display options for all existing users, but the
94screen to consider is <span class="pwgScreen">Administration,
95Identification, Users</span>, where you can options for a selected list of
96users.</p>
97
98<ul>
99
100  <li><strong>Language</strong>: concerns only Piwigo
101  labels. Category names, picture names and all descriptions are not
102  localized.</li>
103
104  <li><strong>Number of images per row</strong></li>
105
106  <li><strong>Number of rows per page</strong></li>
107
108  <li><strong>Interface theme</strong></li>
109
110  <li><strong>Recent period</strong>: By days. Period within a picture is
111  shown as new. Must be superior to 1 day.</li>
112
113  <li><strong>Expand all categories</strong>: Expand all categories by
114  default in the menu? <em>Warning</em>: this option is resources consuming
115  and may generate a huge menu if your category tree is contains many
116  categories.</li>
117
118  <li><strong>Show number of comments</strong>: show the number of comments
119  for each picture on the thumbnails page. Resource consuming.</li>
120
121  <li><strong>Show hits count</strong>: display hits observed on picture
122  just under its thumbnail on the thumbnails page.
123  Only when advanced configuration parameter is: <br>
124  $conf['show_nb_hits'] = true; <br>
125  Notice: it is false by default.</li>
126
127  <li><strong>Maximum width of the pictures</strong>: maximum displayed
128  width. If pictures are larger than this setting, they will be resized on
129  display. If you consider filling this option, you'd better consider
130  modifying the width of your pictures instead.</li>
131
132  <li><strong>Maximum height of the pictures</strong>: same remarks as for
133  previous setting.</li>
134
135</ul>
136
Note: See TracBrowser for help on using the repository browser.