Ok basically I'm trying to display an image in postbit depending on whether or not the posting user is in X usergroup. Wondering if anyone can help me out with a simple IF statement.
Code:
<if condition="$post['usergroupid'] == X"></if>
This doesn't work because it's basically going to display the image based on whether or not the reader is in X usergroup. I need one that determines whether the poster is in X usergroup.