Mr Lucky
Well-known member
I'm sure this must be easy. here is my code:
How do I make it so that does not display to one specified usergroup?
Thanks
Code:
<xen:if is="{$post.position} == 0 AND !{$message.conversation_id}">
<div style="width:100%;height:10px;margin-top:40px;background:#ffffff">AD HERE</div>
</xen:if>
How do I make it so that does not display to one specified usergroup?
Thanks