Image next to specific users names!

jayjayjay

New Member
Hi guys, just wondering if anyone can help. I'm looking for a way to let donators to my forum have a donator image in their post bit. I would rather do this without having to create a new usergroup if possible. I don't mind manually doing it each time someone donates either, as it doesnt happen that frequently lol!!

Any suggestions would be greatly apreciated!

Thanks
 
1. add new custom field with checkbox - make it seen only for administrators.
2. go to postbit(_legacy) & add this code in the place you want:

PHP:
<if condition="$post['fieldXX']"><img src="#image_link#" border="0" alt="Donator" /></if>
fieldXX - number of field (e.g. field29)
#image_link# - url to your image

that's all. now, when you want to give image to user - simply edit his profile & switch that checkbox on.
 
Back
Top