PDA

View Full Version : Simple user status bars under navbar


sross
09-02-2005, 10:00 PM
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:

<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

turksengel
09-03-2005, 11:03 AM
thanks a lot

clicks install

FleaBag
09-03-2005, 12:15 PM
Very nice, thanks for sharing.

alloutvb
09-03-2005, 06:58 PM
thanks nice one mate clicks install

vakvak
09-04-2005, 01:24 AM
thanks.......

Tony G
09-04-2005, 10:20 AM
Thanks for sharing your mod. Could you please attach the instructions in a .txt file? This makes it easier for users to refer back to your mod if they need to re-install it again for any reason. :)

psico
09-04-2005, 02:40 PM
first upload the supplied files or edit the attached psd file (if you have photoshop)

And the attachments?? ;)

Kirk Y
09-04-2005, 05:22 PM
Yeah I'm not seeing any .PSD attached... or any attachments, for that matter.

sross
09-05-2005, 06:27 AM
sorry guys, I am so new to mac osx i could not figure out how to zip it all up, i have now added a zip containing install instructions, all files, plus psd file. Thanks!

Mastar
09-24-2005, 03:44 AM
Where do you upload the files to??

Q-v-n-s-Q
09-24-2005, 06:17 AM
Where do you upload the files to??

http://www.yoursite.org/subscriber_popup.gif <-- that mean u could upload anywhere you want.