Wiki source code of Blog Panels
Last modified by Vincent Massol on 2024/11/19 16:12
Show last authors
| author | version | line-number | content |
|---|---|---|---|
| 1 | {{velocity}}$xwiki.ssx.use("Improvements.WebHome"){{/velocity}} | ||
| 2 | |||
| 3 | == Panels == | ||
| 4 | |||
| 5 | * (% class="orange" %)Panels [[Panels.WebHome]] | ||
| 6 | * Panels are drag and drop so that users can decide for themselves where each panel should be located | ||
| 7 | * Adjust layout so that tags and categories are visible independent from the blog post title/content | ||
| 8 | |||
| 9 | === Panel Types === | ||
| 10 | |||
| 11 | * Permanent Panels | ||
| 12 | * Contextual Panels | ||
| 13 | ** if permission | ||
| 14 | ** editing mode | ||
| 15 | ** on certain pages | ||
| 16 | *** "Create New Post" Panel | ||
| 17 | |||
| 18 | * External Widgets - Google, Tweeter | ||
| 19 | |||
| 20 | === (% class="green" %)Existing(%%) / (% class="red" %)Needed(%%) Panels === | ||
| 21 | |||
| 22 | ==== Blog Panels ==== | ||
| 23 | |||
| 24 | * (% class="red" %)Primary Blog(%%) actions | ||
| 25 | ** If I want to manage posts/tags/categories do I have to enter "Create new post"? | ||
| 26 | ** Make a menu of common used blog actions, that contain Blog components | ||
| 27 | * (% class="green" %)Blog Search(%%) - [[Panels.Blog Search]] | ||
| 28 | ** Search Recent | ||
| 29 | ** Search Archives | ||
| 30 | |||
| 31 | ==== Posts Panels ==== | ||
| 32 | |||
| 33 | * (% class="red" %)Create NEW POST (%%), just like [[Panels.NewPage]] | ||
| 34 | * (% class="green" %)Recent Blog Posts(%%) - [[Blog.RecentPostsPanel]] | ||
| 35 | * (% class="green" %)Unpublished Posts(%%) - [[Blog.UnpublishedPanel]] | ||
| 36 | * (% class="green" %)Blog Archive(%%) - [[Blog.ArchivePanel]]; [[Blog.BlogArchivePanel]] | ||
| 37 | [[image:incubator:[email protected]]] | ||
| 38 | |||
| 39 | ==== Categories Panels ==== | ||
| 40 | |||
| 41 | * (% class="green" %)Blog Categories(%%) - [[Blog.CategoriesPanel]]; [[Panels.BlogCategories]] | ||
| 42 | [[image:incubator:[email protected]]] | ||
| 43 | |||
| 44 | ==== Comments Panels ==== | ||
| 45 | |||
| 46 | * (% class="red" %)Recent Comments(%%) | ||
| 47 | |||
| 48 | ==== Tags Panels ==== | ||
| 49 | |||
| 50 | * [[Panels.Tags]] | ||
| 51 | * Add tags | ||
| 52 | * (% class="red" %)Tag Cloud | ||
| 53 | |||
| 54 | * general - contains all wiki tags | ||
| 55 | ** (% class="red" %)blog(%%) - contains just blog tags | ||
| 56 | |||
| 57 | ==== Subscribe Panel ==== | ||
| 58 | |||
| 59 | * Subscribe to this blog Panel | ||
| 60 | ** {{html}}<img alt="RSS" src="/xwiki/skins/albatross/icons/black%2Drss%2Dmini.png"/>{{/html}} Recent Posts | ||
| 61 | ** {{html}}<img alt="RSS" src="/xwiki/skins/albatross/icons/black%2Drss%2Dmini.png"/>{{/html}} Recent Comments | ||
| 62 | |||
| 63 | ==== User Profile Panel ==== | ||
| 64 | |||
| 65 | * (% class="red" %)User profile | ||
| 66 | |||
| 67 | * User photo | ||
| 68 | ** User information | ||
| 69 | *** e-mail address | ||
| 70 | *** homepage | ||
| 71 | *** location | ||
| 72 | *** introduction |