Quote:
Originally Posted by joeychgo
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.
HTML Code:
<if condition="$post[usergroupid]==XX"><img src="/path/to/image.jpg"></if>
Replace [high]XX[/high] with the usergroupid of your "Premium Members".