Plugin Bloglist
Introduced with Tiki3This Wiki Plugin displays posts from tiki blogs on a site.
Table of contents
Usage and Parameters
To use this plugin in a wiki page, use the syntax:{BLOGLIST(Id="n" Items="n" author="username" simpleList="y" dateStart="YYYY-MM-DD" dateEnd="YYYY-MM-DD" containerClass="classname" )}{BLOGLIST}| Param | Values | Defaults | Req ? | Explanation | Since |
|---|---|---|---|---|---|
| Id | The Id number for a blog on the tiki site | none | y | Causes the posts from that blog to be displayed. If -1, all blogs. | |
| Items | Integer | none | n | Defines a maximum number of posts to display | |
| author | user | none | n | Only displays the posts created by this user | 4.0 |
| simpleList | y or n | y | n | Displays the posts as a simple table if 'y' and the full post if 'n' | 5.0 |
| dateStart, dateEnd | date | none | n | Using a YYYY-MM-DD format, Blog posts with their posting date greater than dateStart and less than or equal to dateEnd are included | 5.0 |
| containerClass | text | none | n | Specifies a CSS? class used to style the resultant display | 5.0 |
Example
This code:{BLOGLIST(Id="-1" Items="3")}{BLOGLIST}Would produce on this site:
| Date | Title | Author |
|---|
Related pages
- Wiki Plugin
- Mods Type Wikiplugins
- PluginList — plugin that can be used to create listings similar to this
