PDA

View Full Version : Not sure if this is a hack or not


joeychgo
05-01-2004, 08:34 PM
SOme sites, like the admin forum, have it so a banner shows up below the users name displaying his membership status. How do I do this? Is it a hack or a standard feature I havent found?

magnus
05-01-2004, 11:05 PM
SOme sites, like the admin forum, have it so a banner shows up below the users name displaying his membership status. How do I do this? Is it a hack or a standard feature I havent found?
Just create a conditional in the postbit template, place it wherever you want it displayed.

<if condition="$post[usergroupid]==XX"><img src="/path/to/image.jpg"></if>
Replace XX with the usergroupid of your "Premium Members".

Liquid1ce
05-02-2004, 01:38 AM
You dont need to do that -

Just go to :-

/admincp >

User Ranks >

Add New User Rank

joeychgo
05-02-2004, 02:13 AM
You dont need to do that -

Just go to :-

/admincp >

User Ranks >

Add New User Rank


How does that add the banner?

Liquid1ce
05-02-2004, 02:23 AM
where it says :
User Rank File Path /images >
You add /admin.gif etc & change what usergroup you want to have that rank img................

joeychgo
05-02-2004, 04:05 AM
Kool thanks works perfectly