PDA

View Full Version : Welcome header


ElementalReborn
09-21-2004, 02:02 PM
Can someone point me to the hack that will put the welcome header type thing that is displayed here (http://www.aliasboards.com/forum/index.php?s)? I've seen it around A LOT, but I can't seem to find it. :$ thanks!

Beermonster
09-21-2004, 05:44 PM
You could use something like this in your header template


<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>


Where $bbuserinfo, 1 is change the number to the group you want it to be displayed to

Sylvus
09-22-2004, 10:31 PM
That won't work for VB2.

Beermonster
09-23-2004, 05:36 AM
That won't work for VB2.

Sorry didn't notice it was in VB2 forum :squareeyed: