1 | <html> |
---|
2 | <head> |
---|
3 | <title>Entries management</title> |
---|
4 | </head> |
---|
5 | |
---|
6 | <body> |
---|
7 | |
---|
8 | <h4>Entries list filter</h4> |
---|
9 | |
---|
10 | <dl> |
---|
11 | <dt>Author</dt> |
---|
12 | <dd>Filters entries by author.</dd> |
---|
13 | |
---|
14 | <dt>Category</dt> |
---|
15 | <dd>Filters entries by category.</dd> |
---|
16 | |
---|
17 | <dt>Status</dt> |
---|
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> |
---|
24 | |
---|
25 | <dt>Selected</dt> |
---|
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> |
---|
30 | |
---|
31 | <dt>Month</dt> |
---|
32 | <dd>Filters entries from the given month of a given year.</dd> |
---|
33 | |
---|
34 | <dt>Language</dt> |
---|
35 | <dd>Filters entries based on the language set in the <strong>Language</strong> field of an entry.</dd> |
---|
36 | |
---|
37 | <dt>Order by</dt> |
---|
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> |
---|
39 | |
---|
40 | <dt>Sort</dt> |
---|
41 | <dd>Allows you to sort the results ascending or descending.</dd> |
---|
42 | |
---|
43 | <dt>Entries per page</dt> |
---|
44 | <dd>Number of entries to display per page.</dd> |
---|
45 | </dl> |
---|
46 | |
---|
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> |
---|
49 | <ul> |
---|
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> |
---|
60 | </ul> |
---|
61 | <p><em>The above list might contain other items if additional actions have been added by plugins active on your system.</em></p> |
---|
62 | </body> |
---|
63 | </html> |
---|