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
I can't see an image there.
It's normal you can't see image. Image upload doesn't work you just get a blank page when you try to upload an image with article.
Ohhhhhhh....it says "Files" and I thought it meant you can upload /any/ files. You should change it to image upload
It's working fine here: http://www.mybbcoder.info/wiki/suche.html
I will investigate this issue, but it uses the MyBB attachment system...
A "little" problem with plugin, when I try to merge 2 threads:

Fatal error: Call to a member function simple_select() on a non-object in /....l/inc/plugins/wiki.php on line 310
Sad
Replace:
function wiki_moderation_merge()
{
	global $mybb, $thread, $wiki;
with:
function wiki_moderation_merge()
{
	global $mybb, $thread, $wiki, $db;
(2010-01-25, 01:03 PM)StefanT Wrote: [ -> ]Sad
Replace:
function wiki_moderation_merge()
{
	global $mybb, $thread, $wiki;
with:
function wiki_moderation_merge()
{
	global $mybb, $thread, $wiki, $db;

Works great! Thanks.
What do you think about organization betatesting this plugin?
where do I go to edit the settings?
(2010-01-25, 06:24 PM)DamYan Wrote: [ -> ]What do you think about organization betatesting this plugin?
This is a beta test. Toungue It is a beta version...
(2010-01-25, 09:04 PM)Shemo Wrote: [ -> ]where do I go to edit the settings?
There should be a new menu entry in the ACP. (Configuration)
(2010-01-26, 04:49 PM)StefanT Wrote: [ -> ]
(2010-01-25, 06:24 PM)DamYan Wrote: [ -> ]What do you think about organization betatesting this plugin?
This is a beta test. Toungue It is a beta version...
(2010-01-25, 09:04 PM)Shemo Wrote: [ -> ]where do I go to edit the settings?
There should be a new menu entry in the ACP. (Configuration)

maybe I'm blind, but I cannot find the configuration settings to change the forum id and user id. =(

can you take a screenshot and post it?

also..are non-admins allowed to edit/add info to the wiki? is that what the user id is after you install & activate the plugin?

here's how my ACP configuration looks (I didn't take a full screenshot of the plugin list, but wiki should be at the bottom if in the list at all)
[attachment=17197][attachment=17198]
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18