云水论坛

标题: 【Discuz!X1.5代码整理】论坛会员没有签名时默认显示广告For Discuz!X1.5 [打印本页]

作者: 森森    时间: 2011-2-14 15:33
标题: 【Discuz!X1.5代码整理】论坛会员没有签名时默认显示广告For Discuz!X1.5
修改代码仅一段
打开: template/default/forum/viewthread_node.htm

查找:
  1.                 <!--{/if}-->
  2.                 <!--{ad/thread/a_pb/1/$postcount}-->
复制代码
修改为:
  1.                          <!--{else}-->
  2.                       <div style="max-height:{$_G['setting']['maxsigrows']}px;maxHeightIE:{$_G['setting']['maxsigrows']}px;background:url({IMGDIR}/sigline.gif) no-repeat scroll 0 0 transparent; line-height:1.6em; overflow:hidden;
  3. padding:20px 0 10px;">
  4.                          <!--{ad/thread/a_pb/1/$postcount}-->
  5.                        </div>
  6.                 <!--{/if}-->

============================================

 

另:根据google规定,每个页面最多只能显示3条google广告的。如果页头已经有3条,那么签名档里就不会再显示。






欢迎光临 云水论坛 (http://www.yunshui.net/) Powered by Discuz! X2.5