Discuz!官方免费开源建站系统

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

[修改] Discuz!X3.0图片自动换行不能横排[不能排版的修复方案]

[复制链接]
垃圾猫 发表于 2013-7-31 22:43:12 | 显示全部楼层 |阅读模式
本帖最后由 垃圾猫 于 2013-7-31 22:48 编辑

建筑资源吧发现问题 来源于BUG板块的几个朋友反馈,X3.0的图片无法横排了,找了很久,给大家分享下修改这个BUG的方法。

1、需要修改:template/default/forum/discuzcode.htm这个文件。查找到:
  1. <div class="mbn">
  2.                                                 <!--{if $_G['setting']['thumbstatus'] && $attach['thumb']}-->
  3.                                                         <img{if $attach['price'] && $_G['forum_attachmentdown'] && $_G['uid'] != $attach['uid']} class="attprice"{/if} style="cursor:pointer" id="aimg_$attach[aid]" aid="$attach[aid]" src="{STATICURL}image/common/none.gif" zoomfile="{if $attach[refcheck]}forum.php?mod=attachment{$is_archive}&aid=$aidencode&noupdate=yes&#172;humb=yes{else}{$attach[url]}$attach[attachment]{/if}" file="{if $attach[refcheck]}forum.php?mod=attachment{$is_archive}&aid=$aidencode{else}{$attach[url]}$attachthumb{/if}" inpost="1"{if $_GET['from'] != 'preview'}{/if} />
  4.                                                 <!--{else}-->
  5.                                                         <img{if $attach['price'] && $_G['forum_attachmentdown'] && $_G['uid'] != $attach['uid']} class="attprice"{/if} id="aimg_$attach[aid]" aid="$attach[aid]" src="{STATICURL}image/common/none.gif" zoomfile="{if $attach[refcheck]}forum.php?mod=attachment{$is_archive}&aid=$aidencode&noupdate=yes&#172;humb=yes{else}{$attach[url]}$attach[attachment]{/if}" file="{if $attach[refcheck]}forum.php?mod=attachment{$is_archive}&aid=$aidencode&noupdate=yes{else}{$attach[url]}$attach[attachment]{/if}" $widthcode id="aimg_$attach[aid]" inpost="1"{if $_GET['from'] != 'preview'}{/if} />
  6.                                                 <!--{/if}-->
  7.                                         </div>
复制代码




2、修改为:

                                         
  1.       <!--{if $_G['setting']['thumbstatus'] && $attach['thumb']}-->
  2.                                                         <img{if $attach['price'] && $_G['forum_attachmentdown'] && $_G['uid'] != $attach['uid']} class="attprice"{/if} style="cursor:pointer" id="aimg_$attach[aid]" aid="$attach[aid]" src="{STATICURL}image/common/none.gif" zoomfile="{if $attach[refcheck]}forum.php?mod=attachment{$is_archive}&aid=$aidencode&noupdate=yes&#172;humb=yes{else}{$attach[url]}$attach[attachment]{/if}" file="{if $attach[refcheck]}forum.php?mod=attachment{$is_archive}&aid=$aidencode{else}{$attach[url]}$attachthumb{/if}" inpost="1"{if $_GET['from'] != 'preview'}{/if} />
  3.                                                 <!--{else}-->
  4.                                                         <img{if $attach['price'] && $_G['forum_attachmentdown'] && $_G['uid'] != $attach['uid']} class="attprice"{/if} id="aimg_$attach[aid]" aid="$attach[aid]" src="{STATICURL}image/common/none.gif" zoomfile="{if $attach[refcheck]}forum.php?mod=attachment{$is_archive}&aid=$aidencode&noupdate=yes&#172;humb=yes{else}{$attach[url]}$attach[attachment]{/if}" file="{if $attach[refcheck]}forum.php?mod=attachment{$is_archive}&aid=$aidencode&noupdate=yes{else}{$attach[url]}$attach[attachment]{/if}" $widthcode id="aimg_$attach[aid]" inpost="1"{if $_GET['from'] != 'preview'}{/if} />
  5.                                                 <!--{/if}-->
复制代码





3、上传覆盖,并更新缓存。解决问题。另外提醒,请记得备份原来的文件哟。




asdsex 发表于 2013-7-31 22:45:15 | 显示全部楼层
沙發是我的。。。
回复

使用道具 举报

1314学习网 发表于 2013-7-31 22:49:53 | 显示全部楼层
支持下,安装使用版块有不少人问
回复

使用道具 举报

 楼主| 垃圾猫 发表于 2013-7-31 22:50:53 | 显示全部楼层
其实,很简单的就是去掉了一个DIV层。就解决了。
回复

使用道具 举报

asdsex 发表于 2013-7-31 22:54:11 | 显示全部楼层
垃圾猫 发表于 2013-7-31 22:50
其实,很简单的就是去掉了一个DIV层。就解决了。

跟utf-8編碼 的代碼不一樣呀
  1.                                         <div class="mbn">

  2.                                                 <!--{if $_G['setting']['thumbstatus'] && $attach['thumb']}-->

  3.                                                         <img{if $attach['price'] && $_G['forum_attachmentdown'] && $_G['uid'] != $attach['uid']} class="attprice"{/if} style="cursor:pointer" id="aimg_$attach[aid]" aid="$attach[aid]" src="{STATICURL}image/common/none.gif" onclick="zoom(this, this.getAttribute('zoomfile'), 0, 0, '{$_G[setting][showexif]}')" zoomfile="{if $attach[refcheck]}forum.php?mod=attachment{$is_archive}&aid=$aidencode&noupdate=yes&nothumb=yes{else}{$attach[url]}$attach[attachment]{/if}" file="{if $attach[refcheck]}forum.php?mod=attachment{$is_archive}&aid=$aidencode{else}{$attach[url]}$attachthumb{/if}" inpost="1"{if $_GET['from'] != 'preview'} onmouseover="showMenu({'ctrlid':this.id,'pos':'12'})"{/if} />

  4.                                                 <!--{else}-->

  5.                                                         <img{if $attach['price'] && $_G['forum_attachmentdown'] && $_G['uid'] != $attach['uid']} class="attprice"{/if} id="aimg_$attach[aid]" aid="$attach[aid]" src="{STATICURL}image/common/none.gif" zoomfile="{if $attach[refcheck]}forum.php?mod=attachment{$is_archive}&aid=$aidencode&noupdate=yes&nothumb=yes{else}{$attach[url]}$attach[attachment]{/if}" file="{if $attach[refcheck]}forum.php?mod=attachment{$is_archive}&aid=$aidencode&noupdate=yes{else}{$attach[url]}$attach[attachment]{/if}" $widthcode id="aimg_$attach[aid]" inpost="1"{if $_GET['from'] != 'preview'} onmouseover="showMenu({'ctrlid':this.id,'pos':'12'})"{/if} />

  6.                                                 <!--{/if}-->
复制代码
回复

使用道具 举报

 楼主| 垃圾猫 发表于 2013-7-31 22:56:36 | 显示全部楼层
asdsex 发表于 2013-7-31 22:54
跟utf-8編碼 的代碼不一樣呀

<div class="mbn">  </div> 删除这个标签 就可以了
回复

使用道具 举报

asdsex 发表于 2013-7-31 23:04:55 | 显示全部楼层
垃圾猫 发表于 2013-7-31 22:56
删除这个标签 就可以了

終於好了,不過少了這個div标签,不知道會不會有其他地方錯位呀?
回复

使用道具 举报

 楼主| 垃圾猫 发表于 2013-7-31 23:07:20 | 显示全部楼层
asdsex 发表于 2013-7-31 23:04
終於好了,不過少了這個div标签,不知道會不會有其他地方錯位呀?

目前暂时没有发现,你可以测试。
回复

使用道具 举报

asdsex 发表于 2013-8-3 10:21:07 | 显示全部楼层
垃圾猫 发表于 2013-7-31 23:07
目前暂时没有发现,你可以测试。

這個導航條怎麼弄的?字體也變大了...


本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有账号?立即注册

x
回复

使用道具 举报

斯威特の潇枫 发表于 2013-8-3 20:12:10 | 显示全部楼层
的确是可以的,谢谢分享!
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

手机版|小黑屋|Discuz! 官方站 ( 皖ICP备16010102号 )star

GMT+8, 2024-11-15 01:16 , Processed in 0.036026 second(s), 5 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

快速回复 返回顶部 返回列表