blosxom :: the zen of blogging | ||||||
|
Can I programmatically manipulate the order in which plugins execute?
Indeed you can. Use the config plugin and throw a config file in the root of your Blosxom data directory containing something like: @blosxom::plugins = ('ay', 'bee', 'sea', 'dee', 'eeee', ... 'lastplugin'); . In fact, by placing a different "config" file in different directories,
you can alter the order of plugins on a directory by directory basis.
In fact in fact, you can do so by flavour too, just having different
"config.flavourname" files in different directories with different
plugin orders.
Author:
Rael DornfestCategory: /faq/plugins Date: 2003-09-07 |