PHP.com/wp-content/themes/starow/images/dot.gif);background-attachment:initial;background-size:initial;background-origin:initial;background-clip:initial;background-position:0% 100%;background-repeat:repeat-x;">Dedecms程序建站的朋友们都知道织梦最新版也是有两个版本的,分别是DEDE5.7SP1版,还有5.7版,但是使用织梦5.7版本程序有一个非常大的毛病:前台会员上传图片或者远程图片本地化,图片可以保存在服务器,但文章中的图片代码被添加反斜杠,导致图片显示不出来。而且每次编辑,反斜杠就添加一倍,1条变2条,2条变4条,4条变8条,没完没了!但是后台的图片却完全正常。小编开始的时候认为只有自己遇到了这个问题,当去度娘那里搜索了一番。发现遇到这个问题的站长朋友还有很多呢,也有些人说注解掉某代码什么的,其实不解决问题。这个问题,绝对是程序的BUG,原因是没有把反斜杠给删除掉。下面小编就来详细描述下处理的方法吧。
首先连接FTP,找到member/article_edit.PHP 和member/article_add.PHP文件,分别使用高级编辑器打开。然后都找到以下代码:
Highlighter_936367" class="SyntaxHighlighter notranslate " style="width:678.141px;font-size:15px;color:#333333;white-space:normal;margin:1em 0px !important;padding:1px !important;border:0px !important;outline:0px !important;float:none !important;vertical-align:baseline !important;position:relative !important;left:auto !important;top:auto !important;right:auto !important;bottom:auto !important;height:auto !important;line-height:1.1em !important;font-family:Consolas,'Bitstream Vera Sans Mono','Courier New',Courier,monospace !important;min-height:auto !important;background:none #FFFFFF !important;">
修改为以下代码:
Highlighter_703432" class="SyntaxHighlighter notranslate " style="width:678.141px;font-size:15px;color:#333333;white-space:normal;margin:1em 0px !important;padding:1px !important;border:0px !important;outline:0px !important;float:none !important;vertical-align:baseline !important;position:relative !important;left:auto !important;top:auto !important;right:auto !important;bottom:auto !important;height:auto !important;line-height:1.1em !important;font-family:Consolas,monospace !important;font-size:1em !important;min-height:auto !important;white-space:pre !important;background:none !important;">