For the life of me, I can't figure out how to install or use a plugin that did not come with phpWiki -- the PageTocPlugin for example. Also, some admin plugins are "disabled" and I can't figure out how to enable them.
Any help is appreciated.
Phillip.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi there,
For the life of me, I can't figure out how to install or use a plugin that did not come with phpWiki -- the PageTocPlugin for example. Also, some admin plugins are "disabled" and I can't figure out how to enable them.
Any help is appreciated.
Phillip.
Installing a new Plugin:
1) Copy php file to lib/plugins
2) Create or edit a page and add:
<? plugin FileNameOfPluginWithoutDotPhp ?>
and there you go :)
As for the admin plugins disabled, read index.php carefully.