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

Last change on this file since 1750 was 1744, checked in by rvelices, 18 years ago
  • revert feature 564: log the login of each user; but add the possibility to be

done by a plugin

  • create a "standard" way to define PHP functions that we use but might not be

available in the current php version

  • when a comment is rejected (spam, anti-flood etc), put the content back to the

browser in case there is a real user behind it

  • now a comment can be entered only if the page was retrieved between 2 seconds

ago and 1 hour ago

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 3.5 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<h3>General</h3>
13
14<ul>
15
16  <li><strong>Gallery title</strong>: used in RSS feed and notifications by
17email.</li>
18
19  <li><strong>Page banner</strong>: displayed on top of each public
20page.</li>
21
22  <li><strong>Gallery URL</strong>: used for the RSS feed.</li>
23
24  <li><strong>Lock gallery</strong>: Lock the entire gallery for
25  maintenance. Only administrator users will be able to reach the
26  gallery.</li>
27
28  <li><strong>Rating</strong>: Picture rating feature is enabled.</li>
29
30  <li><strong>Rating by guests</strong>: Even non registered users can
31rate images.</li>
32
33  <li><strong>History Users</strong>: visits by registrered users on pages <span
34  class="pwgScreen">category.php</span> and <span
35  class="pwgScreen">picture.php</span> will be saved in the
36  <code>history</code> table. Visits will be shown in <span
37  class="pwgScreen">Administration, General, History</span>.</li>
38
39  <li><strong>History Administrator</strong>: page visits by administrators
40  will be saved.</li>
41
42  <li><strong>History Guests</strong>: page visits by guests will be saved.</li>
43</ul>
44
45
46<h3>User comments</h3>
47
48<ul>
49
50  <li><strong>Comments for all</strong>: Even guest not registered can post
51  comments.</li>
52
53  <li><strong>Number of comments per page</strong>.</li>
54
55  <li><strong>Validation</strong>: an administrator validate users posted
56  comments before they become visible on the site. User comments validation
57  takes place in screen <span class="pwgScreen">Administration, Pictures,
58  Comments</span>.</li>
59
60</ul>
61
62<h3>Default display</h3>
63
64<p>Here you can change display options used by default, when guest is not
65connected. Once connected, these options are overloaded by user own options
66(modifiable in <span class="pwgScreen">profile</span>).</p>
67
68<p>It is possible to change display options for all existing users, but the
69screen to consider is <span class="pwgScreen">Administration,
70Identification, Users</span>, where you can options for a selected list of
71users.</p>
72
73<ul>
74
75  <li><strong>Language</strong>: concerns only PhpWebGallery
76  labels. Category names, picture names and all descriptions are not
77  localized.</li>
78
79  <li><strong>Number of images per row</strong></li>
80
81  <li><strong>Number of rows per page</strong></li>
82
83  <li><strong>Interface theme</strong></li>
84
85  <li><strong>Recent period</strong>: By days. Period within a picture is
86  shown as new. Must be superior to 1 day.</li>
87
88  <li><strong>Expand all categories</strong>: Expand all categories by
89  default in the menu? <em>Warning</em>: this option is resources consuming
90  and may generate a huge menu if your category tree is contains many
91  categories.</li>
92
93  <li><strong>Show number of comments</strong>: show the number of comments
94  for each picture on the thumbnails page. Resource consuming.</li>
95
96  <li><strong>Maximum width of the pictures</strong>: maximum displayed
97  width. If pictures are larger than this setting, they will be resized on
98  display. If you consider filling this option, you'd better consider
99  modifying the width of your pictures instead.</li>
100
101  <li><strong>Maximum height of the pictures</strong>: same remarks as for
102  previous setting.</li>
103
104</ul>
Note: See TracBrowser for help on using the repository browser.