Recent Topics

1 May 13, 2004 09:59    

Hi everybody,

I was wondering how to disable desired plugins which comes with 0.9? Eg. I don't need GM to be loaded on every new post action. Where is the configutation options?

Cheers!

2 May 13, 2004 11:27

-Plug-ins directory
-renderes subdirectory
-open desired plugin
-change

var $apply_when = 'opt-out';


to

var $apply_when = 'opt-in';

There will be backoffice configuration for plugins in a later version (settings->plug-ins)


Form is loading...