The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Donators been regonised
Excuse my spelling mistakes... just in case their is any, but here goes...
We use to have a tech guy who did a modification where when some one donated, they received a gold star in the post bit just under their avatar, so everyone knew they had donated... Unluckily for us, our tech guy no longer has the time to help us and we lost the mod when the forum was upgraded to the latest version of vB. Is their anyone out there who could assist with the code required to do this for us... No doubt it is very simple, just looking for the donate user group and then showing a star, or what ever picture of your choice... others may find it useful too... |
#2
|
||||
|
||||
Here's what I have setup in my forum. I hope you find it useful:
In your postbit template find Code:
<if condition="$post['rank']"><div class="smallfont">$post[rank]</div></if> Code:
<if condition="is_member_of($post, USERGROUPID)"> <a href="/forum/payments.php"><img src="YOUR IMAGE PATH" alt="Contributor" style="border-style:none" /></a> </if> Good luck! |
#3
|
|||
|
|||
Many thanks, will give it a try...
Is there any restriction in size of the image in this area... (currently created an image of 25 x25 pixels... ) |
#4
|
||||
|
||||
No man. But keep them small or it makes your forum look bad
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|