Quote:
Originally Posted by xenaxial
Fantastic mod btw.
Just one problem. Using vb4.0.1 and mediawiki v1.5.1. I have the wiki installed as a sub directory of the vb4 install so its reachable from /wiki alone and so far have your mod allowing users to use their vb login on the wiki no problem. Only issue is the vbmediawiki skin. For some reason the default mediawiki skins work fine but if I set it to vbmediawiki or preview it with the user preferences in mediawiki I get some random garbage output.
I've just attached a image of what I'm talking about, I've also tried redownloading the files and reinstalling your skin for mediawiki. I'm happy to use the normal skins however it would be good to know if its something I could have done wrong or otherwise.
Cheers
|
Hmm... that I've feared... a problem that I can not recreate :$
ok, this is my config right now:
- VB installed to D:/www/ ... (is root of http://localhost/)
- MW installed to D:/www/wiki ... (is http://localhost/wiki)
- so I've added this two lines to LocalSettings.php:
define( VB_INSTALL_PATH, '..' );
require_once( "$IP/includes/AuthPlugin_vbMediaWiki.php" );
- Admin Control Panel -> vBulletin MediaWiki: Options -> MediaWiki Path
./wiki
can u tell me what is different in your case?