I changed this plugs code to:
PHP Code:
if ($vbulletin->userinfo['fieldxxxxx'] == 'Profile on top')
{
$vbulletin->options['legacypostbit'] = 0;
}
elseif ($vbulletin->userinfo['fieldxxxx'] == 'Profile on left')
{
$vbulletin->options['legacypostbit'] = 1;
}
So that the option set in Style and Language will be used for everyone that hasn't this yet set -- especially guests. I specially wanted legacy postbit off and saw no need for it to set it to off again in this plug unless it needed to by the user option.