Quote:
Originally Posted by lowandloudinc
finally got it to work thanks!
|
How. I can't get this to work at all

Legacy is my default, I notice your forum has this as default as well.
What code are you using? I am using:
Code:
global $vbulletin;
if ($vbulletin->userinfo['field19'] == "Vertical Postbit (Legacy)")
{
$vbulletin->options['legacypostbit'] = 1;
}
else if ($vbulletin->userinfo['field19'] == "Horizontal Postbit")
{
$vbulletin->options['legacypostbit'] = 0;
}