PDA

View Full Version : 主题贴后面怎么加广告


topvip
2006-10-13, 08:05 AM
需要修改模板,具体方法如下:

Ads Below First Post
Author: tnguy3n


This mod show google ads, rotational banners (or whatever you wanna show) below first posts in showthread.

#------------------------

Open postbit,

FIND:

<!-- post $post[postid] popup menu -->

ABOVE, ADD:

<if condition="(THIS_SCRIPT == showthread) AND ($post[postcount] == '1')">
<br />
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
<td class="alt1">
<div align="center">

Your google ads code or whatever goes here.

</div>
</td>
</tr>
</table>
</if>

<!--- all done! -->