Quote:
Originally Posted by mkdevo
i'm looking for a hack that will display something like 'Supporting Member' with an icon under a user's name, in order to tell who has donated to the site.
i couldn't find anything here, but i've seen this up and running. see here.
example in the attachment. it also shows up as a line in a user's profile.
|
This could be done, for example, with an additional usergroup.
Then, add a template conditional to the postbit, saying something like:
HTML Code:
<if condition="$post[usergroupid] == x">Supporting Member</if>