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

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