I can't seem to get this to work. I made a user group like you did, and added a user to it. The usergroup number was 11 instead of 17, and I changed those numbers. Still nothing.
require_once( "includes/DefaultSettings.php" );
require_once("AuthPlugin_vBulletin.php");
$wgAuth = new AuthPlugin_vBulletin("localhost", "name", "pass", "db_name");
Is that code right? Then the authplugin_vbulletin.php file is in the main directory with localsettings.php. I can't think of anything else.
Do I need to first manually put all of the users in the wiki db? I can't figure this out, and am not much of a coder. Is there anyway to test to see what part of this equation is not working? Thank you all for the help.
|