To display adds to certain user groups use this code
Code:
<if condition="!is_member_of($bbuserinfo, 6,7,7)">
<!-- Adverts: -->
<table width="100%" height="100" border="0" align="center" cellpadding="6" cellspacing="1" class="tborder">
<thead>
<tr>
<td height="20" colspan="2" align="center" class="thead">Advertisements
</tr>
</thead>
<tbody>
<tr>
<td colspan="2" align="center" class="alt2">
INSERT AD CODE HERE
</td>
</tr>
</tbody>
</table>
<br />
<!-- Adverts: -->
</if>
Replace the numbers in BOLD with the usergroups you DO NOT want to see the ads