You can enclose the banner code within a template conditional to exclude the registration page, like this:
<if condition="(THIS_SCRIPT == 'forumdisplay' OR THIS_SCRIPT == 'showthread') AND ($forumid != X AND $forumid != Y AND $forumid != Z)">
ADSENSE CODE
</if>
|