Naale Money Maker Community

标题: 在每个主题的顶部显示google广告 [打印本页]

作者: admin    时间: 2007-10-16 02:56
标题: 在每个主题的顶部显示google广告
方法:
在模版文件 viewthread.htm 中查找
<!--{if !$typetemplate && $optionlist && $post['first'] && !$post['status']}-->

在其上加上:
  1. <!--//每页顶部显示google广告 -->
  2. <!--//把15改成你每页显示贴数:-->
  3. <!--{if ($post['number'] -1) % 15== 0}-->  
  4. <script type="text/javascript">
  5. <!--
  6. google_ad_client = "pub-6528653919057548";
  7. google_ad_width = 728;
  8. google_ad_height = 90;
  9. google_ad_format = "728x90_as";
  10. google_ad_type = "text_image";
  11. google_ad_channel = "";
  12. google_color_border = "FFFFFF";
  13. google_color_bg = "FFFFFF";
  14. google_color_link = "2D8930";
  15. google_color_text = "000000";
  16. google_color_url = "008000";
  17. //-->
  18. </script>
  19. <script type="text/javascript"
  20.   src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
  21. </script>


  22. <!--{/if}-->
  23. <!--//每页顶部显示google广告 -->
复制代码
记得把你自己的google ad client 代码放进
作者: admin    时间: 2007-10-16 02:59
DZ6.0正式版一楼帖子中加GOOGLE广告的方法

在一楼帖子上部加入GOOGLE广告的方法:

打开:
viewthread.htm

找到
<!--{if $adminid != 1 && $bannedmessages && (($post['authorid'] && !$post['username']) || ($post['groupid'] == 4 || $post['groupid'] == 5))}-->
在上边加入下边代码:

<!--贴内广告开始--><!--{if $post['number'] == 1 }-->
你的GooGle广告代码
<!--{/if}--><!--广告结束 -->

在一楼帖子下部加入的方法

找到
<!--{if $post['signature'] && !$post['anonymous'] && $showsignatures}-->

在上面加入

<!--贴内广告开始--><!--{if $post['number'] == 1 }-->
你的GooGle广告代码
<!--{/if}--><!--广告结束 -->
作者: admin    时间: 2007-10-18 04:38
在一楼贴子上边加上GooGle广告的另外一种方法:

打开文件:
viewthread.htm
查找:

<h2>$post[subject]</h2>
<!--{/if}-->

在下边加上:

<!--{if $post['first']}-->这里写你的GOOGLE广告代码<!--{/if}-->

如果想在2楼3楼的帖子也显示的话 ,想想该怎么做吧。

first这个单词应该认识吧




欢迎光临 Naale Money Maker Community (http://naale.biz/) Powered by Discuz! X2.5