MyBB Community Forums

Full Version: Wiki-Plugin
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
(2009-08-17, 01:41 PM)AndrewPH Wrote: [ -> ]how does this plugin works then? need more clarifications.. sorry my bad.. thanks

It works like any other MyBB plugin. Just upload the files, install and configure it, and visit http://yourdomain.com/forum/wiki.php to start adding articles.
thanks.. this means i will work like a wiki? any demo to see the action? Toungue
No...
(2009-06-16, 02:02 AM)kaixer Wrote: [ -> ]i hope final release before summer

this is my wiki page

http://forum.kaixer.net/wiki.php?kaixer-wiki.html

i hope more function will add in next version..
so whats then? bring out any articles out from a thread? Smile
Leave him alone about it, when he updates he updates it, make suggestions and give ideas.
I downloaded the Wiki package. I installed it, but upon trying to access the admin page from the ACP for the Wiki, I get this:

Fatal error: Class 'wiki_config' not found in /home/thatone/public_html/forums/admin/modules/config/wiki.php on line 53

Line 53 contains this:
require MYBB_ROOT.'inc/wiki/config.php';

Any idea what's wrong?
I replyed to your PM.
On line 30 of cache_db.php, $content is not escaped, this can be an entry point for SQL injection.

$this->core->db->update_query('wiki_cache', array('content' => $content, 'active' => 1), 'tid='.intval($article['tid']));
You are right. Sad I will fix that as soon as possible...
Hello!

I would like some help with this plugin. All the files are good and the plugin is installed yet when i go on wiki.php I have this error:

Fatal error: Class 'wiki_language' not found in C:\wamp\www\v1\inc\wiki\class.php on line 62

This is what I have on line 62 of class.php:

$this->lang = new wiki_language;

Any help with this please?
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18