Changeset 2534:c333aa67c0b0 for locales/en/help/core_posts.html
- Timestamp:
- 11/11/13 11:25:35 (12 years ago)
- Branch:
- 2.6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
locales/en/help/core_posts.html
r2367 r2534 1 1 <html> 2 2 <head> 3 <title> Managing entries</title>3 <title>Entries management</title> 4 4 </head> 5 5 6 6 <body> 7 7 8 <h 3>Filters for the entry list</h3>8 <h4>Entries list filter</h4> 9 9 10 10 <dl> 11 11 <dt>Author</dt> 12 <dd> Allows you to filterby author.</dd>12 <dd>Filters entries by author.</dd> 13 13 14 14 <dt>Category</dt> 15 <dd>Filter by category.</dd>15 <dd>Filters entries by category.</dd> 16 16 17 17 <dt>Status</dt> 18 <dd><ul> 19 <li><strong>pending:</strong> posts whose publication status has not yet 20 been decided.</li> 21 <li><strong>scheduled:</strong> post to be set online automatically.</li> 22 <li><strong>unpublished:</strong> offline posts.</li> 23 <li><strong>published:</strong> online posts.</li> 24 </ul></dd> 18 <dd>Filters entries by status:<ul> 19 <li><strong>Pending:</strong> Pending entries.</li> 20 <li><strong>Scheduled:</strong> Scheduled entries.</li> 21 <li><strong>Unpublished:</strong> Offline entries.</li> 22 <li><strong>Published:</strong> Online entries.</li> 23 </ul></dd> 25 24 26 25 <dt>Selected</dt> 27 <dd>Only the selected posts, or the non selected ones.</dd> 26 <dd>Filters entries that have the <strong>Selected</strong> status or not.</dd> 27 28 <dt>Attachments</dt> 29 <dd>Filters entries based on if they have attachments or not.</dd> 28 30 29 31 <dt>Month</dt> 30 <dd>Filter on a specific month andyear.</dd>32 <dd>Filters entries from the given month of a given year.</dd> 31 33 32 34 <dt>Language</dt> 33 <dd>Filter on the different languages used on the blog.</dd>35 <dd>Filters entries based on the language set in the <strong>Language</strong> field of an entry.</dd> 34 36 35 37 <dt>Order by</dt> 36 <dd>Defines the list order, either on the date, the title, the author, 37 the status or the selected status.</dd> 38 <dd>Allows you to order the result by date, title, category, author, publication status, selected status, number of comments or number of trackbacks.</dd> 38 39 39 40 <dt>Sort</dt> 40 <dd> Choose whether the list will be sorted in ascending or descending order.</dd>41 <dd>Allows you to sort the results ascending or descending.</dd> 41 42 42 43 <dt>Entries per page</dt> 43 <dd>Number of entries that will be displayed on each page of the resulting 44 set.</dd> 44 <dd>Number of entries to display per page.</dd> 45 45 </dl> 46 46 47 <h3>Selected entry actions</h3> 48 <p>If your user permission level allows it, you can perform batch operations on the 49 entries you select in the list.</p> 50 47 <h4>Batch actions</h4> 48 <p>It is possible to make a batch of actions on several articles. The possible actions depend on the user's permissions:</p> 51 49 <ul> 52 <li><strong>Publish </strong>: set theentries online.</li>53 <li><strong>Unpublish </strong>: set theentries offline.</li>54 <li><strong>Schedule </strong>: schedule the entries to be set online at their55 publication date.</li>56 <li><strong>Mark as pending</strong>: erase other publication status.</li>57 <li><strong>Change category </strong>: directs you to the category list to choose a58 new one for theentries.</li>59 <li><strong>Change author </strong>: allows you to change the posts' author by60 entering the new author's ID.</li>61 <li><strong> Delete</strong>: suppress the posts (this operation cannot be undone).</li>50 <li><strong>Publish:</strong> Publish the selected entries online.</li> 51 <li><strong>Unpublish:</strong> Pull the selected entries offline.</li> 52 <li><strong>Schedule:</strong> Schedule the selected entries to be set online at publication date.</li> 53 <li><strong>Mark as pending:</strong> Mark selected entries as pending.</li> 54 <li><strong>Mark as selected/unselected:</strong> Set the selected entries as Selected/Unselected./li> 55 <li><strong>Change category:</strong> Modify the category of the selected entries.</li> 56 <li><strong>Change language:</strong> Modify the language of the selected entries.</li> 57 <li><strong>Change author:</strong> Modify the selected entries' author by entering the new author's ID.</li> 58 <li><strong>Delete:</strong> Delete the selected entries (this operation cannot be cancelled).</li> 59 <li><strong>Add/Remove tags:</strong> Add or remove tags on the selected entries.</li> 62 60 </ul> 63 61 <p><em>The above list might contain other items if additional actions have been added by plugins active on your system.</em></p> 64 62 </body> 65 63 </html>
Note: See TracChangeset
for help on using the changeset viewer.