source: trunk/language/en_UK.iso-8859-1/help/configuration.html @ 2032

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

Resolved issue 0000489: Mail address obligatory

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
File size: 4.9 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>Allow user registration</strong>: Registration is free for all.</li>
28
29  <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>
30
31  <li><strong>Rating</strong>: Picture rating feature is enabled.</li>
32
33  <li><strong>Rating by guests</strong>: Even non registered users can
34rate images.</li>
35
36  <li><strong>Email admins when a new user registers</strong>: Administrators will be received mail for each registration.</li>
37
38  <li><strong>Email adminis when a picture is uploaded</strong>: Administrators will be received mail for each picture uploaded by a user.</li>
39
40</ul>
41
42<h3>History</h3>
43<ul>
44  <p>Visits on pages <span
45  class="pwgScreen">category.php</span> and <span
46  class="pwgScreen">picture.php</span> will be saved in the
47  <code>history</code> table.</p>
48 
49  <p>Visits will be shown in <span
50  class="pwgScreen">Administration, Specials, History</span>.</p>
51
52  <li><strong>Save page visits by guests</strong>: page visits by guests will be saved.</li>
53
54  <li><strong>Save page visits by users</strong>: visits by registrered users will be saved.</li>
55
56  <li><strong>Save page visits by administrators</strong>: page visits by administrators will be saved.</li>
57
58</ul>
59
60<h3>Comments</h3>
61<ul>
62
63  <li><strong>Comments for all</strong>: Even guest not registered can post
64  comments.</li>
65
66  <li><strong>Number of comments per page</strong>.</li>
67
68  <li><strong>Validation</strong>: an administrator validate users posted
69  comments before they become visible on the site. User comments validation
70  takes place in screen <span class="pwgScreen">Administration, Pictures,
71  Comments</span>.</li>
72
73  <li><strong>Email admins when a valid comment is entered</strong>:
74Sends an email to the administrators when a user enters a comment and this comment is validated.</li>
75
76  <li><strong>Email admins when a comment requires validation</strong>:
77Sends an email to the administrators when a user enters a comment that requires validation by the admin.
78User comments validation takes place in the screen <span class="pwgScreen">Administration, Pictures, Comments</span>.</li>
79
80</ul>
81
82<h3>Default display</h3>
83
84<p>Here you can change display options used by default, when guest is not
85connected. Once connected, these options are overloaded by user own options
86(modifiable in <span class="pwgScreen">profile</span>).</p>
87
88<p>It is possible to change display options for all existing users, but the
89screen to consider is <span class="pwgScreen">Administration,
90Identification, Users</span>, where you can options for a selected list of
91users.</p>
92
93<ul>
94
95  <li><strong>Language</strong>: concerns only PhpWebGallery
96  labels. Category names, picture names and all descriptions are not
97  localized.</li>
98
99  <li><strong>Number of images per row</strong></li>
100
101  <li><strong>Number of rows per page</strong></li>
102
103  <li><strong>Interface theme</strong></li>
104
105  <li><strong>Recent period</strong>: By days. Period within a picture is
106  shown as new. Must be superior to 1 day.</li>
107
108  <li><strong>Expand all categories</strong>: Expand all categories by
109  default in the menu? <em>Warning</em>: this option is resources consuming
110  and may generate a huge menu if your category tree is contains many
111  categories.</li>
112
113  <li><strong>Show number of comments</strong>: show the number of comments
114  for each picture on the thumbnails page. Resource consuming.</li>
115
116  <li><strong>Show hits count</strong>: display hits observed on picture
117  just under its thumbnail on the thumbnails page.
118  Only when advanced configuration parameter is: <br />
119  $conf['show_nb_hits'] = true; <br />
120  Notice: it is false by default.</li>
121
122  <li><strong>Maximum width of the pictures</strong>: maximum displayed
123  width. If pictures are larger than this setting, they will be resized on
124  display. If you consider filling this option, you'd better consider
125  modifying the width of your pictures instead.</li>
126
127  <li><strong>Maximum height of the pictures</strong>: same remarks as for
128  previous setting.</li>
129
130</ul>
131
Note: See TracBrowser for help on using the repository browser.