TigerC10, "So you want the airforce.gif image to display in the postbit if the poster is in a certain set of groups?" good guess at problem description." I wasn't sure what he was trying to do.
Quote:
Originally Posted by Dismounted
Fixed up the image tag, as well as the conditional:
Code:
<if condition="is_member_of($post, X, X, X, X)"><img src="images/misc/airforce.gif" border="0" alt="" /></if>
|
Nice, I suspected he was using the wrong conditional. This is clean and tidy.
Good work. thanks for the lesson.