
2006-10-13, 08:05 AM
|
|
超级版主
|
|
Join Date: 2006-01-04
Posts: 1206
|
|
主题贴后面怎么加广告
需要修改模板,具体方法如下:
Quote:
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! -->
|
Last edited by admin : 2007-01-13 at 06:16 PM
|