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..
Code:
<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