蓝雨 发表于 2010-1-18 21:56:38

Discuz 7.1/7.2 风格贴内右侧广告环绕设置

进后台》界面》风格管理》编辑(使用哪个风格编辑哪个风格)》切换到高级模式:
阅读区域宽度 {CONTENTWIDTH}:
600px,把里面的600px删除留空,然后提交。

然后
打开templates/default/viewthread_node.htm
查找
<!--{if
<!--{if $admode && !empty($advlist['thread3'][$post['count']])}--><div class="ad_pip" id="ad_thread3_$post">$advlist[$post]</div><!--{else}--><div id="ad_thread3_$post"></div><!--{/if}-->
删除,

再搜索
<td class="t_msgfont" id="postmessage_$post">$post</td>
替换成
**** Hidden Message *****
页: [1] 2
查看完整版本: Discuz 7.1/7.2 风格贴内右侧广告环绕设置