Wiki Plugin by Jones
Status
This Plugin isn't developed anymore, only security fixes are applied. It'd need a complete rewrite and I don't have the time to do so.
Description
This Plugin adds a full wiki to your page. You can manage your articles in categories. Also the plugin has 3 user permissions: view, add/edit/delete and moderation. All articles can be hidden or closed. A version history and a tag are available too.
In the acp you can import/export all articles and categories.
If you use the MyBB SEO function please add the following code to your .htaccess:
RewriteRule ^wiki\.html$ wiki.php [L,QSA]
RewriteRule ^wiki-category-([0-9]+)\.html$ wiki.php?cid=$1 [L,QSA]
RewriteRule ^wiki-article-([0-9]+)\.html$ wiki.php?wid=$1 [L,QSA]
RewriteRule ^wiki-article-([0-9]+)-versions\.html$ wiki.php?action=versions&wid=$1 [L,QSA]
RewriteRule ^wiki-version-([0-9]+)\.html$ wiki.php?action=show_version&vid=$1 [L,QSA]
RewriteRule ^wiki-trash\.html$ wiki.php?action=trash [L,QSA]
RewriteRule ^wiki-new\.html$ wiki.php?action=new [L,QSA]
afterRewriteEngine on
This plugin uses the PluginLibrary by frostschutz.
Screenshots
Overview:
Category:
New article:
Article:
Version history:
ACP Overview:
ACP Article list:
ACP Settings:
Installation
Just upload all files into your forum and activate it in the ACP.
Steps to do this
Download, Support and Contact
Downloads:
- http://mods.mybb.com/view/wiki-plugin
- https://github.com/JN-Jones/Wiki
- http://jonesboard.de/plugins-wiki
Contact: just send me a pm
HowTo update
- <1.0 -> 1.0
- Upgrade
- The last version has many changes so you have to reinstall it
- Upgrade
- other versions
- Upload the new files
- Go to *ACP->Wiki->Update*
- Upload the new files
Note about 1.6/1.8
As this plugin isn't developed anymore I haven't made any changes to get it working with 1.8. You can try to update it yourself but I doubt that changing the compatibility line will work.
Support PMs will be ignored!