The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#2
|
|||
|
|||
You could use something like this in your header template
Code:
<if condition="is_member_of($bbuserinfo, 1)"> <br /> <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center"> <thead> <tr> <td class="tcat" style="color: white;"> Unregisterd User </td> </tr> </thead> <tbody> <tr> <td class="alt1" align="center"> PUT YOUR TEXT HERE </td> </tr> </tbody> </table> <br /> </if> |
#3
|
|||
|
|||
That won't work for VB2.
|
#4
|
|||
|
|||
Quote:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|