The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#2
|
|||
|
|||
![]()
I'm not sure, but you could try this:
Code:
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'; } |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|