1 | <h2>Configuration</h2> |
---|
2 | |
---|
3 | <p>This screen let the administrator do basic configuration. Indeed, this |
---|
4 | screen only shows simple configuration parameters that should be enough for |
---|
5 | the vast majority of administrators. If you want to see other numerous (and |
---|
6 | advanced) configuration parameters, read file <span |
---|
7 | cass="filename">include/config_default.inc.php</span>.</p> |
---|
8 | |
---|
9 | <p>This screen is divided in several sections, regrouping configuration |
---|
10 | parameters 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 |
---|
17 | email.</li> |
---|
18 | |
---|
19 | <li><strong>Page banner</strong>: displayed on top of each public |
---|
20 | page.</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 |
---|
31 | rate 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 |
---|
65 | connected. 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 |
---|
69 | screen to consider is <span class="pwgScreen">Administration, |
---|
70 | Identification, Users</span>, where you can options for a selected list of |
---|
71 | users.</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> |
---|