Back to vBulletin 3.0 Template Modifications

Simple user status bars under navbar
Mod Version: 1.1, by sross

This modification is in the archives.
vB Version: 3.0.6 Rating: (0 vote - 0 average) Installs: 1
Released: 03 Sep 2005 Last Update: 05 Sep 2005 Downloads: 3
Not Supported Template Edits Additional Files  

Just a simple mod I made to give users more visibility of their status. Currently only setup for unregistered, registered, and subscribers

Files to modify 1 - navbar template

first upload the supplied files or edit the attached psd file (if you have photoshop)

Then open your navbar template and find:

<!-- / nav buttons bar -->

Above that add:

PHP Code:
<if condition="$bbuserinfo[usergroupid]==1"><a href="http://www.yoursite.org/forums/register.php?"><img src="http://www.yoursite.org/unregistered_popup.gif" alt="" border="0" /></a>
</if>
<if 
condition="$bbuserinfo[usergroupid]==9"><a href="http://www.yoursite.org/forums/subscriptions.php?"><img src="http://www.yoursite.org/subscriber_popup.gif" alt="" border="0" /></a>
</if>
<if 
condition="$bbuserinfo[usergroupid]==2"><a href="http://www.yoursite.org/forums/subscriptions.php?"><img src="http://www.yoursite.org/unsubscribed_popup.gif" alt="" border="0" /></a>
</if>
<!-- / 
nav buttons bar --> 
**you must alter your usergroup id's. Mine are 1=unregistered 9=subscribers 2=registered members **also update your forum url in the above code.

Thanks!

***UPDATE*** 1.1
have added a zip including instructions and psd file

Download

This modification is archived and cannot be downloaded.

Screenshots

       

Similar Mods

Simple Status Icons Modification Graveyard

vblts.ru supports vBulletin®, 2022-2024