Well, nothings happening. My admin user's field6 is 'horizontal postbit'. Here's the code:
PHP Code:
global $vbulletin;
if ($vbulletin->userinfo['field6'] == "Vertical Postbit (Legacy)")
{
$vbulletin->options['legacypostbit'] = 1;
}
else if ($vbulletin->userinfo['field6'] == "Horizontal Postbit")
{
$vbulletin->options['legacypostbit'] = 0;
}
Our 3.5.3(with plugin security patch) is set to legacy by default.
Nothing happens.