Quote:
Originally Posted by dyna88
You want the medal to show if they are a registered member then???
How about...
HTML Code:
<if condition="$show['member']">
medal code here
</if>
|
Thanks Dyna88

The medal should only show if they're a member of the Subsciber usergroup (sorry, I should have mentioned they move usergroup automatically when they sign up to a subscription).
So would....
HTML Code:
<if condition="$show['subscriber']">
medal code here
</if>
do it if 'subscriber' is the name of the user group?
Cheers
Dave