Quote:
Originally Posted by ericgtr
All you have to do is setup a condition based on whatever group they are in and add it to your postbit or postbit_legacy template where you want it to appear under their avatar some place.
PHP Code:
<if condition="is_member_of($post, X)"> // <--- change X to the group number
/path/to/image
</if>
|
thanks for your help
I couldent get it to work So i had to make it like this
Code:
<if condition="is_member_of($post, X)"> $post[image name]
</if>
but im not good with this so I wouldent have goten it to work with out your help