Please submit your ladder extensions in this forum

No replies
matt
Offline
Joined: 7 Nov 2005

Ladder extensions are supported from version 0.9.4 upwards. This enables the creation of customised add ons which extend the functionality of the ladder software.

Extensions make use of 'hooks' that are called from the main program code so that user defined functions can be run.

There are currently 2 types of viewable hook:

view - displays a page of content and is called from url/extension_name
side_bar - displays a sidebar block (left, right or top)

Other hooks can be called as follows:

cron - runs when cron does
pre_load - runs before the page is called.
post-template - runs after the template is loaded