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

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