Wiki source code of Blog Manage Posts

Last modified by Vincent Massol on 2024/11/19 16:12

Show last authors
1 = Manage Posts =
2
3 * Show a Live Table containing post details
4 ** Tags can be viewed using "tagCloud" : true for the LiveTable
5 * I can "view" the posts following the title link
6 * Type: All, Published, Unpublished, Scheduled, Private
7
8 [[image:ManagePosts.png||style="margin-right: auto; margin-left: auto; display: block;"]]
9
10 * For visibility reasons, "Schedule" and "Private" actions are not added as standard actions in the LiveTable. This actions can be set in "Edit" mode.
11 ** but you can view the status icon in the post title and in the "type" field
12 * "Public" and "Publish" actions are displayed because they lead to the "default" state (Published, Public, Now).
13
14 [[image:[email protected]||style="margin-right: auto; margin-left: auto; display: block;"]]
15
16 == Multiple Actions ==
17
18 * The Header contains "Select Checkbox" and "General Actions" for the selected items in the table.
19 * The "General Actions" are dynamic, depending on the operations that can be applied to the selected items.
20 * Actions:
21 ** Delete - can be applied on all items
22 ** Edit - is an individual action
23 ** Publish, Public - can be applied to the items that have that option
24
25 * How can I delete multiple posts at once?[[image:ManagePostsDeleteAction.png||style="margin-right: auto; margin-left: auto; display: block;"]]
26 * How can I publish multiple posts?[[image:ManagePostsPublishAction.png||style="margin-right: auto; margin-left: auto; display: block;"]]
27 * How can I make public a post?[[image:ManagePostsPublicAction.png||style="margin-right: auto; margin-left: auto; display: block;"]]
28
29 = Other =
30
31 === Questions & Issues ===
32
33 * Q: Show Published date instead of Created?
34 ** Created & Modified can be viewed in the page information
35 ** Publish date is an information that is unique to blog posts, but can be changed easily (with "private", "schedule" and "unpublished" - in the new flexible proposal format)
36 * I: Author is irrelevant when is only one administrator, but LiveTable can be easily configured;
37
38 === Statistics ===
39
40 * Viewed posts
41 * Commented posts

Get Connected