1 | <html> |
---|
2 | <head> |
---|
3 | <title>User preferences</title> |
---|
4 | </head> |
---|
5 | |
---|
6 | <body> |
---|
7 | |
---|
8 | <h3>My profile</h3> |
---|
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 of your name and first name.</dd> |
---|
16 | |
---|
17 | <dt>Email</dt> |
---|
18 | <dd>Address where will be sent the new comment notifications.</dd> |
---|
19 | |
---|
20 | <dt>URL</dt> |
---|
21 | <dd>The user's web site. If set, the author name will be displayed as |
---|
22 | a link to the said site.</dd> |
---|
23 | |
---|
24 | <dt>User language</dt> |
---|
25 | <dd>The language in wich one publishes his posts. If the translation exists, |
---|
26 | the interface will also be displayed in that language.</dd> |
---|
27 | |
---|
28 | <dt>User timezone</dt> |
---|
29 | <dd>That choice will define the time displayed on post publication.</dd> |
---|
30 | |
---|
31 | <dt>Change your password</dt> |
---|
32 | <dd>To change your password, write down twice your password in the fields |
---|
33 | <em>New password</em> and <em>Confirm password</em>. The minimal password length is 6 characters. |
---|
34 | If no new password is provided, the current one is kept.</dd> |
---|
35 | </dl> |
---|
36 | <h3>My options</h3> |
---|
37 | <dl> |
---|
38 | <dt>Preferred format</dt> |
---|
39 | <dd>To choose the preferred post syntax. Wiki is a simplified syntax |
---|
40 | and will be converted to valid xhtml ; Unless you have a perfect |
---|
41 | understanding of html, we advise you to choose the wiki syntax.</dd> |
---|
42 | |
---|
43 | <dt>Default entry status</dt> |
---|
44 | <dd>The default entry status can be set to: |
---|
45 | <ul> |
---|
46 | <li><strong>pending:</strong> the publication status has not yet been decided.</li> |
---|
47 | <li><strong>scheduled:</strong> the post will be set online at the time and date |
---|
48 | set in the <em>Published on</em> field.</li> |
---|
49 | <li><strong>unpublished:</strong> the post is offline.</li> |
---|
50 | <li><strong>published:</strong> the post is online.</li> |
---|
51 | </ul> |
---|
52 | </dd> |
---|
53 | |
---|
54 | <dt>Entry edit field height</dt> |
---|
55 | <dd>The height of the Entry edit field. Defaults to 24.</dd> |
---|
56 | |
---|
57 | <dt>Enable WYSIWYG mode</dt> |
---|
58 | <dd>Allow the use of the WYSIWYG editor for the posts and description fields.</dd> |
---|
59 | |
---|
60 | <dt>Activate enhanced uploader in media manager</dt> |
---|
61 | <dd>This option allows you to upload several files at the same time on your server.</dd> |
---|
62 | |
---|
63 | <dt>Dashboard modules</dt> |
---|
64 | <dd>Choices made in this zone will be reflected on your blog's dashboard.</dd> |
---|
65 | |
---|
66 | <dt>Tags list format</dt> |
---|
67 | <dd>This choice allows, in post editing page, to display all available tags |
---|
68 | or only most used ones.</dd> |
---|
69 | </dl> |
---|
70 | <h3>My favorites</h3> |
---|
71 | <dl> |
---|
72 | <dt>My favorites</dt> |
---|
73 | <dd>This zone displays the chosen favorites on the blog's dashboard. |
---|
74 | They can be reordered with your mouse if javascript is activated in your browser. |
---|
75 | Otherwise, a field allows to give them an ordering number. When you are finished, do not forget |
---|
76 | to save your changes. You may also select favorites to be deleted from the list.</dd> |
---|
77 | |
---|
78 | <dt>Available favorites</dt> |
---|
79 | <dd>All plugins allowing to be put as favorites are diplayed here. Check the corresponding boxes |
---|
80 | and add them to the dashboard.</dd> |
---|
81 | </dl> |
---|
82 | </body> |
---|
83 | </html> |
---|