Site in read-only mode

This site is now read-only following the release of MyBB 1.8 and the new mods site.

If you are looking for MyBB 1.8 mods please click here to visit the new mods site.

You can continue to download submissions for MyBB 1.6 and earlier here, however new submissions will only be accepted via the new mods site.

Wiki Plugin

A Wiki Plugin for MyBB

Version: 1.2.2
Author: Jones H
Submitted: 21st March 2012
Last Updated: 13th October 2013
The Plugin adds a simple Wiki Page to your Forum.

If you use the MyBB SEO function please add the following line to your .htaccess:

Code:
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]

after

Code:
RewriteEngine on


For known bugs visit http://mybbdemo.tk/thread-12.html

Previews:Preview Image 5186 Preview Image 5187 Preview Image 5188 Preview Image 5189 Preview Image 5621 Preview Image 5692