After getting this running.. I've noticed that my QUICK EDIT no longer works?
I used the following code:
Code:
<!-- Google Ads for NON members -->
<if condition="!is_member_of($bbuserinfo, 2,5,6,7,8,11,18) AND !$GLOBALS['FIRSTPOSTID']">
$spacer_open
<div style="padding:0px 0px $stylevar[cellpadding]px 0px">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
<td class="thead" align="left">Sponsored Links</td>
</tr>
<tr>
<td class="alt1" align="center">
**ADSENSE CODE HERE**
</if>
</td>
</tr>
</table>
</div>
$spacer_close
</if>
<!-- END Google Ads for NON Members -->
Anyone know why this would be happening?