User Menu
Keywords
|
To Do List > Talk > Plugin DevelopmentThe plugin system is currently in Beta, so it works but will be going through some changes... What's needed most is work on the plugin management scripts (installing/updating/removing of plugins). The biggest problem I see with the implementation, is that so much depends on the folder name of the plugin. A folder name of /skeleton means the url of all skeletons will begin with "/skeleton"... the wiki will look for a $lang['skeleton'] value... the class in /skeleton/class.php has to be "class skeleton"... I also think the administrators should be able to install a plugin more than once. Say for instance, there's a plugin named "plant". The administrator should be able to install it as data type "tree" and "shrub"... |