Quote:
Originally Posted by caliman
I got around this when someone said to blow off ranks and use usergroups. You assign images to specific user groups then add an 'if usergroup' statement into postbit. I can now have as many images as I want assigned to people as I choose.
|
Which code did you use to make it work, I tried that method using this code:
<if condition="is_member_of($bbuserinfo, 6,9)"><div align="center"><img src="rank_1.jpg" width="108" height="18" border="0"/></div></if>
but it doesnt work, the image does display but it displays for all of the user group ids not just 6 and 9... any help?