1 | <html> |
---|
2 | <head> |
---|
3 | <title>User preferences</title> |
---|
4 | </head> |
---|
5 | |
---|
6 | <body> |
---|
7 | |
---|
8 | <h4>My profile</h4> |
---|
9 | <dl> |
---|
10 | <dt>Last name, First name</dt> |
---|
11 | <dd>If the display name is empty, the author's name will be displayed |
---|
12 | as his Firstname and Name as set here.</dd> |
---|
13 | |
---|
14 | <dt>Display name</dt> |
---|
15 | <dd>You can choose here a nickname that will be displayed in your posts instead |
---|
16 | of your name and first name.</dd> |
---|
17 | |
---|
18 | <dt>Email</dt> |
---|
19 | <dd>Address where will be sent the new comment notifications.<em>(If you update |
---|
20 | this field, you must enter your current password in the appropriate field at the |
---|
21 | bottom of the form)</em></dd> |
---|
22 | |
---|
23 | <dt>URL</dt> |
---|
24 | <dd>The user's web site. If set, the author name will be displayed as |
---|
25 | a link to the said site.</dd> |
---|
26 | |
---|
27 | <dt>User language</dt> |
---|
28 | <dd>The language in wich one publishes his posts. If the translation exists, |
---|
29 | the interface will also be displayed in that language.</dd> |
---|
30 | |
---|
31 | <dt>User timezone</dt> |
---|
32 | <dd>That choice will define the time displayed on post publication.</dd> |
---|
33 | |
---|
34 | <dt>Change your password</dt> |
---|
35 | <dd>To change your password, write down twice your password in the fields |
---|
36 | <em>New password</em> and <em>Confirm password</em>. The minimal password |
---|
37 | length is 6 characters. If no new password is provided, the current one is kept. |
---|
38 | <em>(If you update this field, you must enter your current password in |
---|
39 | the appropriate field at the bottom of the form)</em></dd> |
---|
40 | </dl> |
---|
41 | <h4>My options</h4> |
---|
42 | <dl> |
---|
43 | <dt>Activate enhanced uploader in media manager</dt> |
---|
44 | <dd>Allows to activate the advanced interface in media manager that enables to |
---|
45 | upload multiple files at a time (NB: your web browser must support Javascript |
---|
46 | to take benefit from this feature)</dd> |
---|
47 | |
---|
48 | <dt>Disable javascript powered drag and drop for ordering items</dt> |
---|
49 | <dd>Allows to disable "drag and drop" for item ordering. Drag and drop will be |
---|
50 | replaced by numeric fields that will enable en enter fields position.</dd> |
---|
51 | |
---|
52 | <dt>Number of elements displayed per page in media manager</dt> |
---|
53 | <dd>Defines the number of media that will be displayed in media manager (folders |
---|
54 | are not taken into account when counting items).</dd> |
---|
55 | |
---|
56 | <dt>Do not use standard favicon</dt> |
---|
57 | <dd>Allows to disable default favicon in web browser address bar.</dd> |
---|
58 | |
---|
59 | <dt>Preferred format</dt> |
---|
60 | <dd>To choose the preferred post syntax. Wiki is a simplified syntax |
---|
61 | and will be converted to valid xhtml ; Unless you have a perfect |
---|
62 | understanding of html, we advise you to choose the wiki syntax.</dd> |
---|
63 | |
---|
64 | <dt>Default entry status</dt> |
---|
65 | <dd>The default entry status can be set to: |
---|
66 | <ul> |
---|
67 | <li><strong>pending:</strong> the publication status has not yet been decided.</li> |
---|
68 | <li><strong>scheduled:</strong> the post will be set online at the time and date |
---|
69 | set in the <em>Published on</em> field.</li> |
---|
70 | <li><strong>unpublished:</strong> the post is offline.</li> |
---|
71 | <li><strong>published:</strong> the post is online.</li> |
---|
72 | </ul> |
---|
73 | </dd> |
---|
74 | |
---|
75 | <dt>Entry edit field height</dt> |
---|
76 | <dd>The height of the Entry edit field. Defaults to 24.</dd> |
---|
77 | |
---|
78 | <dt>Enable WYSIWYG mode</dt> |
---|
79 | <dd>Allows the use of the WYSIWYG editor for the posts and description fields.</dd> |
---|
80 | |
---|
81 | <dt>Syntax highlighting in theme editor</dt> |
---|
82 | <dd>Enables syntax highlighting when using theme editor (html/css files)</dd> |
---|
83 | |
---|
84 | </dl> |
---|
85 | <h4>My favorites</h4> |
---|
86 | <dl> |
---|
87 | <dt>My favorites</dt> |
---|
88 | <dd>This zone displays the chosen favorites on the blog's dashboard. |
---|
89 | They can be reordered with your mouse if javascript is activated in your browser. |
---|
90 | Otherwise, a field allows to give them an ordering number. When you are finished, do not forget |
---|
91 | to save your changes. You may also select favorites to be deleted from the list.</dd> |
---|
92 | |
---|
93 | <dt>Define as default favorites (super admin)</dt> |
---|
94 | <dd>Enable to set currently defined favorites list as default favorites list for all users. |
---|
95 | This list will be proposed to users if they don't have defined their favorites yet.</dd> |
---|
96 | |
---|
97 | <dt>Available favorites</dt> |
---|
98 | <dd>All plugins allowing to be put as favorites are diplayed here. Check the corresponding boxes |
---|
99 | and add them to the dashboard.</dd> |
---|
100 | |
---|
101 | <dt>Display favorites at the top of the menu</dt> |
---|
102 | <dd>Enables to display favorites in left-side menu.</dd> |
---|
103 | |
---|
104 | <dt>Iconset</dt> |
---|
105 | <dd>If several iconsets are installed, enables to choose which isonset to |
---|
106 | use for admin.</dd> |
---|
107 | |
---|
108 | <dt>Dashboard modules</dt> |
---|
109 | <dd>Choices made in this zone will be reflected on your blog's dashboard.</dd> |
---|
110 | |
---|
111 | <dt>Display documentation links</dt> |
---|
112 | <dd>Enables to display documentation links on dashboard landing page.</dd> |
---|
113 | |
---|
114 | <dt>Display Dotclear news</dt> |
---|
115 | <dd>Enables to display dotclear news on dashboard landing page.</dd> |
---|
116 | |
---|
117 | <dt>Display quick entry form</dt> |
---|
118 | <dd>Enables to display "quick entry" form on dashboard landing page.</dd> |
---|
119 | |
---|
120 | <dt>Display overdue tasks counter on maintenance dashboard icon</dt> |
---|
121 | <dd>Enables to display the number of overdue tasks (ie. that should be processed) under the |
---|
122 | "Maintenance" icon. "Maintenance" icon should be set in favorites to take benefit from this feature.</dd> |
---|
123 | |
---|
124 | <dt>Display overdue tasks list on dashboard items</dt> |
---|
125 | <dd>Enables to display the list of overdue tasks (ie. that should be processed) in a dedicated |
---|
126 | section on Dashboard landing page.</dd> |
---|
127 | |
---|
128 | </dl> |
---|
129 | </body> |
---|
130 | </html> |
---|