schlottkej
08-29-2008, 07:25 PM
I am trying to make ads conditional, however, this doesn't seem to be working, what am I missing here??
<if condition="!$GLOBALS['FIRSTPOSTID']">
<if condition="$post['usergroupid'] != 6">
<br>
<center>
<a href="http://www.thewrestlingtalk.com/catalog/"><img src="http://www.thewrestlingtalk.com/images/matfishleaderboard.png" border="0" title="Wrestling Gear Ad"></a>
</center>
<br>
</if>
</if>
<if condition="!$GLOBALS['FIRSTPOSTID']">
<if condition="$post['usergroupid'] != 6">
<br>
<center>
<a href="http://www.thewrestlingtalk.com/catalog/"><img src="http://www.thewrestlingtalk.com/images/matfishleaderboard.png" border="0" title="Wrestling Gear Ad"></a>
</center>
<br>
</if>
</if>