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

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