Quote:
Originally Posted by obsidian
I just got everything running with Vb 3.72 and MW 1.13.
Steps I followed:
- Install media Wiki
- Edit the Localsettings file with
define( VB_SYSTEM_PATH, '/var/www/html/forum' );
require_once( "$IP/includes/AuthPlugin_vBSSO.php" );
$wgGroupPermissions['*']['createaccount'] = false;
- Set the VB path in the localsettings file and then uploaded it.
- Edited the AuthPlugin_vBSSO.php file from:
$wgHooks[AutoAuthenticate ][] = 'vBSSOAutoAuth';
to
$wgHooks['UserLoadFromSession'][] = 'vBSSOAutoAuth';
- uploaded the files in the upload directory
- edited User.php as stated in Post #143
After that I just went to the Wiki page and refreshed and it showed me logged in. I did not make any of the class_core.php edits.
Great Hack... just takes a bit of patience to work through it due to all the new versions.
|
Running successfully with vBulletin 3.8.0 and MediaWiki 1.13.3.

Thanks for instruction,