@helosh15年前
2009/10/20
22:12 星期二
1、登录后台“界面”-“界面设置”-“帖子内容页”-“贴内图片最大宽度:” 设为85%
2、“风格管理”-您现在使用的模板-“编辑”-“切换到高级模试”-“帖子内容”-“阅读区域宽度 {CONTENTWIDTH}:”把值600改成100%
打开templates/default/viewthread_node.htm
查找:
1 2 3 4 5 6 | <!--{if $admode && !empty($advlist['thread3'][$post['count']])}--><div class="ad_pip" id="ad_thread3_$post[count]">$advlist[thread3][$post[count]]</div><!--{else}--><div id="ad_thread3_$post[count]"></div><!--{/if}--><div id="ad_thread4_$post[count]"></div> |
删除,再搜索:
1 | <td class="t_msgfont" id="postmessage_$post[pid]">$post[message]</td> |
把上面删除的代码移动到 $post[message] 的前面即可。
保存覆盖,后台更新缓存即可。
Discuz7.0修改方法:http://www.qiudaoyu.cc/discuz7ad.html
你必须 登录 后再回复。