TWiki Checklist plugin
The TWiki checklist plugin (v1.018) caused some problems with my TWiki version 1.1.
The problem was that when I went to the InstalledPlugins topic of my TWiki web: the Checklist plugin would not show up as na installed plugin at all. Nor would it work: things like %CLI% would simply show up as themselves.
I had to edit LocalSite.cfg file and add
to get it working.
The problem was that when I went to the InstalledPlugins topic of my TWiki web: the Checklist plugin would not show up as na installed plugin at all. Nor would it work: things like %CLI% would simply show up as themselves.
I had to edit LocalSite.cfg file and add
$TWiki::cfg{Plugins}{ChecklistPlugin}{Enabled} = 1;
to get it working.
1 Comments:
Exact phrase
Post a Comment
Subscribe to Post Comments [Atom]
<< Home