I'm oh so close.
Created a plugin hooked on global_state_check
Code:
if ($vbulletin->userinfo['usergroupid'] == 1)
{
if ((THIS_SCRIPT == 'login') or ($_POST['do'] == 'login'))
{
} else {
$templater = vB_Template::create('custom_login');
print_output( $templater->render());
}
}
Appears to work exactly as intended with one very odd exception:
Youtube videos aren't rendering on Chrome.
Don't understand how that could be related, but there it is....
Thoughts?
--------------- Added [DATE]1339079659[/DATE] at [TIME]1339079659[/TIME] ---------------
Nevermind.
Just had to relaunch Chrome.