Ok, I posted this on two of my forums, however I use vb advanced links directory and the ads are displayed after every single reply in the links directory.
It works fine in the forum though.
Here is the code I'm using:
PHP Code:
<if condition="!is_member_of($bbuserinfo, 2, 3, 6, 7, 9, 10) AND !$GLOBALS['FIRSTPOSTID']">
$spacer_open
<div style="padding:0px 0px $stylevar[cellpadding]px 0px">
<table class="tborder" cellpadding="0px" cellspacing="$stylevar[cellspacing]" border="0" width="100%" <td align="center">
<tr>
<td class="thead" align="left">Sponsored Links: Log in or <a href="http://www.haloboards.com/register.php?">Register</a> to remove these</td>
</tr>
<tr>
<td class="alt1" align="center">
Adsense Ad here
</td>
</tr>
</table>
</div>
$spacer_close
</if>
So why is it showing up on after every reply in my links directory? I tried using an if conditional to not show it on that page, but I didn't do it right and can't figure out how to fix it. Any help please?