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

Last change on this file since 2434 was 2342, checked in by rub, 17 years ago

Change some PhpWebGallery to Piwigo. (2/2)

All phpwebgallery.net are not changed!

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
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
7cass="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<ul>
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  <li><strong>Save page visits by guests</strong>: page visits by guests will be saved.</li>
50
51  <li><strong>Save page visits by users</strong>: visits by registrered users will be saved.</li>
52
53  <li><strong>Save page visits by administrators</strong>: page visits by administrators will be saved.</li>
54
55</ul>
56
57<h3>Comments</h3>
58<ul>
59
60  <li><strong>Comments for all</strong>: Even guest not registered can post
61  comments.</li>
62
63  <li><strong>Number of comments per page</strong>.</li>
64
65  <li><strong>Validation</strong>: an administrator validate users posted
66  comments before they become visible on the site. User comments validation
67  takes place in screen <span class="pwgScreen">Administration, Pictures,
68  Comments</span>.</li>
69
70  <li><strong>Email admins when a valid comment is entered</strong>:
71Sends an email to the administrators when a user enters a comment and this comment is validated.</li>
72
73  <li><strong>Email admins when a comment requires validation</strong>:
74Sends an email to the administrators when a user enters a comment that requires validation by the admin.
75User comments validation takes place in the screen <span class="pwgScreen">Administration, Pictures, Comments</span>.</li>
76
77</ul>
78
79<!--TODO --><h3>Upload</h3>
80<ul>
81<!--TODO -->  <li><strong>Show upload link every time</strong>: If exists uploadeable categories, add link will be show for each categoy.</li>
82<!--TODO -->  <li><strong>User access level to upload</strong>: Allows to restrict upload by users</li>
83  <li><strong>Email adminis when a picture is uploaded</strong>: Administrators will be received mail for each picture uploaded by a user.</li>
84</ul>
85
86<h3>Default display</h3>
87
88<p>Here you can change display options used by default, when guest is not
89connected. Once connected, these options are overloaded by user own options
90(modifiable in <span class="pwgScreen">profile</span>).</p>
91
92<p>It is possible to change display options for all existing users, but the
93screen to consider is <span class="pwgScreen">Administration,
94Identification, Users</span>, where you can options for a selected list of
95users.</p>
96
97<ul>
98
99  <li><strong>Language</strong>: concerns only Piwigo
100  labels. Category names, picture names and all descriptions are not
101  localized.</li>
102
103  <li><strong>Number of images 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 within a picture is
110  shown as new. Must be superior to 1 day.</li>
111
112  <li><strong>Expand all categories</strong>: Expand all categories by
113  default in the menu? <em>Warning</em>: this option is resources consuming
114  and may generate a huge menu if your category tree is contains many
115  categories.</li>
116
117  <li><strong>Show number of comments</strong>: show the number of comments
118  for each picture on the thumbnails page. Resource consuming.</li>
119
120  <li><strong>Show hits count</strong>: display hits observed on picture
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: it is false by default.</li>
125
126  <li><strong>Maximum width of the pictures</strong>: maximum displayed
127  width. If pictures are larger than this setting, they will be resized on
128  display. If you consider filling this option, you'd better consider
129  modifying the width of your pictures instead.</li>
130
131  <li><strong>Maximum height of the pictures</strong>: same remarks as for
132  previous setting.</li>
133
134</ul>
135
Note: See TracBrowser for help on using the repository browser.