Changeset 4722
- Timestamp:
- Jan 22, 2010, 8:28:53 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.0/language/en_UK/help/configuration.html
r2701 r4722 27 27 <li><strong>Rating</strong>: Picture rating feature is enabled.</li> 28 28 29 <li><strong>Rating by guests</strong>: Even nonregistered users can rate images.</li>29 <li><strong>Rating by guests</strong>: Even unregistered users can rate images.</li> 30 30 31 <li><strong>Allow user registration</strong>: Registration is free for all.</li>31 <li><strong>Allow user registration</strong>: Anybody can register.</li> 32 32 33 <li><strong>Mail address is obligatory for all users</strong>: Mail address will checked on registration or profile update except if the action is done on administration part.</li>33 <li><strong>Mail address is mandatory for all users</strong>: mail address will be checked on registration or profile update, except if the action is done by an administrator.</li> 34 34 35 <li><strong>Email admins when a new user registers</strong>: Administrators will be receivedmail for each registration.</li>35 <li><strong>Email admins when a new user registers</strong>: administrators will be notified by mail for each registration.</li> 36 36 37 37 </ul> … … 48 48 49 49 <ul> 50 <li><strong>Save page visits by guests</strong>: page visits by guests will be saved.</li>50 <li><strong>Save page visits by guests</strong>: page visits by guests will be recorded.</li> 51 51 52 <li><strong>Save page visits by users</strong>: visits by registrered users will be saved.</li>52 <li><strong>Save page visits by users</strong>: visits by registrered users will be recorded.</li> 53 53 54 <li><strong>Save page visits by administrators</strong>: page visits by administrators will be saved.</li>54 <li><strong>Save page visits by administrators</strong>: page visits by administrators will be recorded.</li> 55 55 56 56 </ul> … … 59 59 <ul> 60 60 61 <li><strong>Comments for all</strong>: Even guest not registeredcan post61 <li><strong>Comments for all</strong>: Even unregistered guest can post 62 62 comments.</li> 63 63 64 64 <li><strong>Number of comments per page</strong>.</li> 65 65 66 <li><strong>Validation</strong>: an administrator validate users posted 67 comments before they become visible on the site. User comments validation 66 <li><strong>Validation</strong>: an administrator must validate users comments before they become visible on the site. User comments validation 68 67 takes place in screen <span class="pwgScreen">Administration, Pictures, 69 68 Comments</span>.</li> … … 80 79 <!--TODO --><h3>Upload</h3> 81 80 <ul> 82 <!--TODO --> <li><strong>Show upload link every time</strong>: If exists uploadeable categories, add link will be show for each categoy.</li>83 <!--TODO --> <li><strong>User access level to upload</strong>: Allows to restrict upload byusers</li>84 <li><strong>Email admin is when a picture is uploaded</strong>: Administrators will be received mail for each pictureuploaded by a user.</li>81 <!--TODO --> <li><strong>Show upload link every time</strong>: If uploadable categories exist, an upload link will be shown for each category.</li> 82 <!--TODO --> <li><strong>User access level for uploading</strong>: Restricts upload to some categories of users</li> 83 <li><strong>Email admins when a picture is uploaded</strong>: Administrators will be notified by mail each time a picture is uploaded by a user.</li> 85 84 </ul> 86 85 87 86 <h3>Default display</h3> 88 87 89 <p>Here you can change display options used by default, when guest is not90 connected. Once connected, these options are over loaded byuser own options88 <p>Here you can change display options used by guest, the default user that is not 89 connected. Once connected, these options are overridden by the user own options 91 90 (modifiable in <span class="pwgScreen">profile</span>).</p> 92 91 93 <p>It is possible to change display options for all existing users, but the 94 screen to consider is <span class="pwgScreen">Administration, 95 Identification, Users</span>, where you can options for a selected list of 92 <p>It is possible to change the display options for all existing users, on the <span class="pwgScreen">Administration, 93 Identification, Users</span> screen, where you can select a list of 96 94 users.</p> 97 95 98 96 <ul> 99 97 100 <li><strong>Language</strong>: concerns onlyPiwigo101 labels . Category names, picture names and all descriptions are not98 <li><strong>Language</strong>: apply to Piwigo 99 labels only. Category names, picture names and all descriptions fields are not 102 100 localized.</li> 103 101 … … 108 106 <li><strong>Interface theme</strong></li> 109 107 110 <li><strong>Recent period</strong>: By days. Period withina picture is111 shown as new. Must be superior to1 day.</li>108 <li><strong>Recent period</strong>: By days. Period during which a picture is 109 shown as new. Must be greater than 1 day.</li> 112 110 113 111 <li><strong>Expand all categories</strong>: Expand all categories by 114 default in the menu ?<em>Warning</em>: this option is resources consuming115 and may generate a huge menu if your category tree iscontains many112 default in the menu <em>Warning</em>: this option is resources consuming 113 and may generate a huge menu if your category tree contains many 116 114 categories.</li> 117 115 118 116 <li><strong>Show number of comments</strong>: show the number of comments 119 for each picture on the thumbnails page. Resource consuming.</li>117 for each picture on the thumbnails page. Resources consuming.</li> 120 118 121 119 <li><strong>Show hits count</strong>: display hits observed on picture … … 123 121 Only when advanced configuration parameter is: <br /> 124 122 $conf['show_nb_hits'] = true; <br /> 125 Notice: it isfalse by default.</li>123 Notice: false by default.</li> 126 124 127 125 <li><strong>Maximum width of the pictures</strong>: maximum displayed 128 width. If pictures are larger than this setting, theywill be resized on129 display. If you consider filling this option, you'd betterconsider130 modifying the width of your pictures instead.</li>126 width. Pictures larger than this setting will be resized on 127 display. Rather than choosing this option, you might consider 128 modifying the width of your pictures; that would be a better practice.</li> 131 129 132 130 <li><strong>Maximum height of the pictures</strong>: same remarks as for 133 previoussetting.</li>131 the maximum width setting.</li> 134 132 135 133 </ul>
Note: See TracChangeset
for help on using the changeset viewer.