The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
How Can "Contributors" Get A Little Image Under Their Name?
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? |
#2
|
||||
|
||||
Place this in Template postbit (of postbit_legacy if you use this):
Code:
<if condition="is_member_of($post, ID)"> <!-- Your IMG Code here --> </if> |
#3
|
|||
|
|||
Quote:
Code:
<if condition="is_member_of($subscription, ID)"> <!-- Your IMG Code here --> </if> |
#4
|
|||
|
|||
I think it's better to do it with the usergroup id.
|
#5
|
|||
|
|||
Quote:
|
#6
|
|||
|
|||
Quote:
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 |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|