global $vbulletin; $vbulletin->input->clean_gpc('r', 'anonymous', TYPE_INT); if ($vbulletin->GPC['anonymous'] == 1) { $template_hook['postbit'] = '<center><span class="username guest"><b>Anonymous</b></span><img src="images/anon.gif" /></center>'; }else { $template_hook['postbit'] = 'test'; }