The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Patch to vbWikiStandard for vb 3.7 & mediaWiki 1.12 Details »» | |||||||||||||||||||||||||||
Patch to vbWikiStandard for vb 3.7 & mediaWiki 1.12
Developer Last Online: Jun 2009
The following is a hack of an existing plugin the author abandoned and which stopped working when vbulletin upgraded to 3.7 and mediaWiki changed to version 1.12 - the two of which happen to be the latest versions of their respective software. The file change below will allow the hack to work with vb 3.7 and Media Wiki 1.12. If you are using older versions of either I would recommend using the elfMage's product in it's original form.
You will need to start by installing MediaWiki seperately and then uploading vbWikiStandard and following its instructions. Here is a link to that product. https://vborg.vbsupport.ru/showthread.php?t=136242 Note the requirements are a bit higher - mediaWiki 1.12 requires PHP 5. This mod has only been tested on vb 3.7 Once you have completed the instructions of that product open file arcane_vbulletin_core.php - its part of the vbWiki package and find this code: PHP Code:
PHP Code:
Do not attempt using this hack with vbWikiPro - for optimization I removed the loading of several libraries pro requires. If there is enough interest in this bridge still I will consider wholly rewriting the bridge to tighten up integration further. In the interim though this seems to work. I will provide what support I can but be warned the original hack has been abandoned and outside the changes I've made in this mod your guess is as good as mine. Show Your Support
|
Comments |
#52
|
|||
|
|||
Quote:
:erm: |
#53
|
|||
|
|||
Does MediaWiki and Vbulletin need to be in the same database for this to work? I am getting a database error message:
MySQL Error : SELECT command denied to user 'nlpc'@'localhost' for table 'wiki_user' |
#54
|
|||
|
|||
Can anyone help?
|
#55
|
|||
|
|||
Morris
i got it to work with vbWikiPro on vb 3.7.4 vbwiki_pro 1.3 with MW 1.13.2 used your solution replacing the text in arcane_vbulletin_core.php. When you put $wgShowExceptionDetails = true; at the bottom of your localsettings.php it gives a stacktrace on what is wrong. example: MediaWiki internal error. Original exception: exception 'MWException' with message 'Detected bug in an extension! Hook vbWiki_GetLocalURL_Hook failed to return a value; should return true to continue hook processing or false to abort.' in /srv/www/birthright.net/brwiki/includes/Hooks.php:137 so all i did was give the functions vbWiki_GetLocalURL_Hook and vbWiki_PersonalUrls_Hook which are both in vbwiki_hooks.php and voila.. that did the job for me see it working are http://www.birthright.net/brwiki/ind...pecial:Version cheers Arjan |
#56
|
||||
|
||||
Quote:
|
#57
|
|||
|
|||
sure
open vbWiki_hooks.php find PHP Code:
PHP Code:
and find: PHP Code:
PHP Code:
so basically i only added return true; at the end of the two functions vbWiki_GetLocalURL_Hook and vbWiki_PersonalUrls_Hook just before their closing tag } (approx line number 54 an 121) hope this helps cheers Arjan |
#58
|
||||
|
||||
Hi,
i will test this. it means, that you don't use the patch ??? (i think the patch is only for vbwiki standard???) thx hollosch |
#59
|
|||
|
|||
indeed, i didnt use it (thought i did.. but had no effect, do removed it later)
|
#60
|
||||
|
||||
What about the cookie problem? It is still alive...
Did you solve the Go To Forum - problem? (Create thread in a forum instead of a discussion page in the wiki) - You use this in your wiki. |
#61
|
|||
|
|||
Quote:
there are still some minor flaws.. but it as workable is it is now.. ill look into it later this week, off to bed now |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|