View Single Post
  #2   IP: 218.2.39.211
Old 2006-01-12, 12:56 AM
sunshine sunshine is offline
高级会员
 
Join Date: 2006-01-05
Posts: 368
sunshine 正向着好的方向发展
Default

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>
Reply With Quote