Blog AddOn

A simple weblog application.

See BlogAddOn for an introduction and installation instructions.
This topic is meant for administrators and serves as introduction springboard to BlogAddOn topics. You may safely delete this topic.

Start from here

Reference for administrators

Note: Care must be taken when:

  • Renaming post topics: the comment topic needs to be renamed as well
    • The comment topic is created automatically when the first comment is submitted, using the syntax topic name + Comment.
  • Renaming categories: the comment topics are not updated automatically

Putting the blog post overview in a different topic

To put the overview in a topic, write:

%INCLUDE{"BlogPost"}%

You may set display defaults, for example for category and sort field, using additional parameters. Possible values are:

Parameter Possible values Default value
| category | =

Could not perform search. Error was: exec failed: No such file or directory = (categories can be defined in BlogCategory) | none |

sort formfield(Title), formfield(Category), formfield(Author), created, modified none
limit any number no limit
sortdirection ascending, descending ascending

For example, to show latest 10 posts, sorted latest post on top, write:

%INCLUDE{"BlogPost" sortdirection="descending" sort="created" limit="10"}%

This will generate:

Sort by:  Title   Category   Author   Date   Last modified

Limit to: 
Category:   Subscribe


Could not perform search. Error was: exec failed: No such file or directory

Topic revision: r1 - 12 Dec 2006 - 12:40:11 - TWikiContributor
 
The Peech
This site is powered by the TWiki collaboration platformCopyright© by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding FCAtwiki? Send feedback
Note: Please contribute updates to this topic on TWiki.org at TWiki:TWiki.BlogAddOnHome