【原创】DZ6.1这样修改默认帖内上方和帖内下放广告位更赚钱 提高Google广告点击
本文章借鉴了僮虎 大哥的6.0的修改思路,自己研究6.1代码修改,与僮虎大哥的效果一样
演示地址:http://www.038300.com/thread-1630-1-1.html
现在的AD在主题上面,点击效果不是太理想,通过改变模板代码就可以实现官方的页内广告放到主题下面
不是在模板里面添加广告代码,而是把官方的广告移动到主题下面,可在后台随意修改广告代码!
效果图
具体修改办法:
第一步,打开viewthread.htm
第二步,修改上部
查找:
<!--{if $admode && empty($insenz['hardadstatus']) && !empty($advlist['thread2'][$post['count']])}--><div class="ad_textlink2" id="ad_thread2_$post[count]">$advlist[thread2][$post[count]]</div><!--{else}--><div id="ad_thread2_$post[count]"></div><!--{/if}-->
删除这段代码
继续查找:
<!--{if $post['subject']}-->
<h2>$post[subject]</h2>
<!--{/if}-->
在下面添加如下代码:
<!--{if $admode && empty($insenz['hardadstatus']) && !empty($advlist['thread2'][$post['count']])}--><div class="ad_textlink2" id="ad_thread2_$post[count]">$advlist[thread2][$post[count]]</div><!--{else}--><div id="ad_thread2_$post[count]"></div><!--{/if}-->
第三步,修改下部
查找
<!--{if $admode && empty($insenz['hardadstatus']) && !empty($advlist['thread1'][$post['count']])}--><div class="ad_textlink1" id="ad_thread1_$post[count]">$advlist[thread1][$post[count]]</div><!--{else}--><div id="ad_thread1_$post[count]"></div><!--{/if}-->
删除掉
继续查找
<!--{if !empty($post['ratelog'])}-->
<fieldset>
在这段代码的上一行添加:
<!--{if $admode && empty($insenz['hardadstatus']) && !empty($advlist['thread1'][$post['count']])}--><div class="ad_textlink1" id="ad_thread1_$post[count]">$advlist[thread1][$post[count]]</div><!--{else}--><div id="ad_thread1_$post[count]"></div><!--{/if}-->
修改完毕
修改好的文件在附件里面,可以直接下载覆盖
[ 本帖最后由 hixinqin 于 2008-5-23 17:08 编辑 ] |
-
1
评分次数
-