View Single Post
  #2   IP: 117.95.53.162
Old 2009-07-14, 08:04 PM
yahoo yahoo is offline
高级会员
 
Join Date: 2006-04-05
Posts: 165
yahoo 正向着好的方向发展
Default

Code:
<if condition="THIS_SCRIPT != 'showthread">
That one would be the condition to show if NOT in showthread. If you want it to only show in index.php, forumdisplay.php and showthread.php, you would do this:
Code:
<if condition="THIS_SCRIPT == 'index' OR THIS_SCRIPT == 'forumdisplay' OR THIS_SCRIPT == 'showthread'">
show your ad
</if>
Reply With Quote