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 ActionScript3, Examples (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:

Blog posts

Sort by:
Title   Category   Author   Date   Last modified

Limit to:
Category: rss-small Subscribe


AS3 code released

04 Oct 2007 - 18:15 by ArthurClemens in ActionScript3
We have decided to go public with our current !ActionScript 3 code! Some classes are still missing, but it is usable as is (and new documentation is upcoming). Some other changes: We have renamed the framework to 'library', so the new classes are ...
Latest comment by ArthurClemens - 09 Jan 2008 - 20:27

ActionQueue refactoring for ActionScript 3

30 Sep 2007 - 21:04 by ArthurClemens in ActionScript3
We are working at an ActionScript 3 rewrite of the framework. One of the joys of a big rewrite is that you get see your work in a new light. We are getting the joys and pains of critically reviewing our own classes. Out of user mode, back into architectural ...

Complex animation made easy with ActionQueue

07 Sep 2007 - 14:25 by ArthurClemens in Examples
Ever needed to create a complex animation? Move 2 or more things at the same time? One of the most powerful but unknown features of ActionQueue is the ability to create your own animation functions that will do just that. !ActionQueue recognizes 2 types ...
Latest comment by ArthurClemens - 08 Apr 2008 - 12:57

Consequence of new interface for FrameDelay

25 Jun 2007 - 21:13 by StephanBezoen in ActionScript3
A very nice new feature of ActionScript 3 is the closure. Basically this means that when a function is passed as a parameter, it brings with it a backpack containing its owner, so when called, it will run itself inside its original scope. This is very ...

Topic revision: r1 - 12 Dec 2006 - 12:40:11 - TWikiContributor
 
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 ASAP? Send feedback