MyBB Community Forums

Full Version: Mediawiki Bridge
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
As far as I know, there exists no working plugin on bridging databases between a Mediawiki and a MyBB. Any one made such mod that I missed out on? Thanks.
(2012-11-06, 05:56 AM)Yaldaram Wrote: [ -> ]http://community.mybb.com/thread-90914.html

As far as I know, the original developer abandoned that plugin, and there's no up-to-date version.
(2012-11-17, 05:36 PM)Konstantin Boyandin Wrote: [ -> ]
(2012-11-06, 05:56 AM)Yaldaram Wrote: [ -> ]http://community.mybb.com/thread-90914.html

As far as I know, the original developer abandoned that plugin, and there's no up-to-date version.

Yeah, he did abandon that plugin. Unsure if there's even a new one out there.
Sorry for the big bump on this thread. Just wanted to let people know that the aforementioned bridge link DOES still work with MyBB 1.6.9 and Mediawiki 1.20.0. There seems to be a misconception that it doesn't work on newer versions, though I have no issues using it.

The ONLY change to the existing "plugin" you have to make is in line 2 of the AuthMyBB.php file.

Find:
require_once "AuthPlugin.php";

Replace with:
require_once "includes/AuthPlugin.php";

That should be it. Follow the instructions in the above linked download and you should have no problems. I'm using this myself now with no issues at the moment.
I think you are better off using some MyBB wiki plugin, that is what I'm thinking to do.