[56] | 1 | <html> |
---|
| 2 | <head> |
---|
| 3 | <title>User preferences</title> |
---|
| 4 | </head> |
---|
| 5 | |
---|
| 6 | <body> |
---|
| 7 | |
---|
| 8 | <h3>My profile</h3> |
---|
| 9 | <dl> |
---|
| 10 | <dt>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 how your name will be displayed under your posts.</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 prefered 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>Dashboard modules</dt> |
---|
| 61 | <dd>Choices made in this zone will be reflected on your blog's dashboard.</dd> |
---|
| 62 | |
---|
| 63 | <dt>Tags list format</dt> |
---|
| 64 | <dd>This choice allows, in post editing page, to display all available tags |
---|
| 65 | or only most used ones.</dd> |
---|
| 66 | </dl> |
---|
| 67 | <h3>My favorites</h3> |
---|
| 68 | <dl> |
---|
| 69 | <dt>My favorites</dt> |
---|
| 70 | <dd>This zone displays the chosen favorites on the blog's dashboard. |
---|
| 71 | They can be reordered with your mouse if javascript is activated in your browser. |
---|
| 72 | Otherwise, a field allows to give them an ordering number. When you are finished, do not forget |
---|
| 73 | to save your changes. You may also select favorites to be deleted from the list.</dd> |
---|
| 74 | </dl> |
---|
| 75 | |
---|
| 76 | <dt>Available favorites</dt> |
---|
| 77 | <dd>All plugins allowing to be put as favorites are diplayed here. Check the corresponding boxes |
---|
| 78 | and add them to the dashboard.</dd> |
---|
| 79 | </dl> |
---|
| 80 | </body> |
---|
| 81 | </html> |
---|