PDA

View Full Version : How Can "Contributors" Get A Little Image Under Their Name?


trevelyn1015
05-31-2005, 07:19 AM
when people "contribute" to my forum, through a subscription, they are swtiched from a normal "registered user" to a "site contributor"...

with that, they get a bigger pm box, avatar, etc...

i wanted to know if there was a way to set it up so that all of my "site contributors" have a little image under their name that says "contributor"...

also, when a subscription like that expires(after a year), do they go back to being registered users?

i guess their old avatar would stay big, until they try and change it... and their attachments would still stay alone?

Andreas
05-31-2005, 08:49 AM
Place this in Template postbit (of postbit_legacy if you use this):


<if condition="is_member_of($post, ID)">
<!-- Your IMG Code here -->
</if>

Replace ID with the ID of your contributors usergroup

DGTLMIK
06-17-2005, 04:31 PM
Place this in Template postbit (of postbit_legacy if you use this):


<if condition="is_member_of($post, ID)">
<!-- Your IMG Code here -->
</if>

Replace ID with the ID of your contributors usergroup
What is the variable for a specific Paid Subscription ID? I tried this:


<if condition="is_member_of($subscription, ID)">
<!-- Your IMG Code here -->
</if>

with no luck.

jugo
06-17-2005, 04:48 PM
I think it's better to do it with the usergroup id.

DGTLMIK
06-17-2005, 06:43 PM
I think it's better to do it with the usergroup id.
Yes, but rather than have to create a Usergroup for each Paid Subscription, it would be easier to just say if member has a current Paid Subscription to ID '1', then display 'image1', if member has a current Paid Subscription to ID '2' then display 'image2', and so on.

RichTJ99
03-27-2007, 04:30 PM
Place this in Template postbit (of postbit_legacy if you use this):


<if condition="is_member_of($post, ID)">
<!-- Your IMG Code here -->
</if>

Replace ID with the ID of your contributors usergroup

sorry to bring back an old thread.

We have been using this for a while but the space between our contributor image and the users avatar has been bugging me. Back when we were using vb3.x we did not have a space, but now I can't figure out how to eliminate it.

Can anyone help?

thanks