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

Last change on this file since 1071 was 1071, checked in by rvelices, 18 years ago

bug 255: parameter values in #config limited to 255 chars (value becomes text)

feature 303: page banner moved from combination of gallery_title,
gallery_description and template to database (simplifies user customization)

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