Try this:
Code:
global $vbulletin;
if ($vbulletin->userinfo['field6'] == 'Vertical Postbit (Legacy)')
$this->templatename = 'postbit_legacy';
$vbulletin->options['legacypostbit'] = 1;
else if ($vbulletin->userinfo['field6'] == 'Horizontal Postbit')
$this->templatename = 'postbit';
You might want to reconsider those radio button labels though. Who except a VB geek is going to know what they mean?