PDA

View Full Version : How to place an extra image (award) in potsbit?


Emre Goren
06-24-2007, 06:41 PM
Can you tell me how to put a small graphic representing an award etc. , in postpit ?

I need to create a new member group (for example:gallery awarded) , and when I move a regular member to that new group I want my award image to be placed on his postbit...Can you tell me how to do this?

Regards
Emre

edit : I found the solution by searching the forum..

<if condition="is_member_of($post, 15)"><a href="http://www.yourforum.com/awards.html"><img src="http://www.example.com/image.gif" alt="Awards" border="0" /></a>
</if>

number 15 is the field id of member group , in this case I have created that for awarded members

cheers

fn9mm
07-01-2007, 06:38 PM
thx !! will come in handy