您的位置:首页 > 其它

discuz编辑栏可以显示图片,查看文章时不显示图片

2012-08-22 20:17 281 查看
解决方案:http://www.discuz.net/forum.php?mod=viewthread&tid=3018865

测试启用运营关联链接时造成附件不显示的解决办法
1、打开source\class\helper\helper_seo.php文件
2、找到以下代码

$content = preg_replace("/(<script\s+.*?>.*?<\/script>)|(<a\s+.*?>.*?<\/a>)|(<img\s+.*?[\/]?>)|(\[attach\](\d+)\[\/attach\])/ies", "helper_seo::base64_transform('encode', '<relatedlink>', '\\1\\2\\3', '</relatedlink>')", $content);

3、修改为以下代码

$content = preg_replace("/(<script\s+.*?>.*?<\/script>)|(<a\s+.*?>.*?<\/a>)|(<img\s+.*?[\/]?>)|(\[attach\](\d+)\[\/attach\])/ies", "helper_seo::base64_transform('encode', '<relatedlink>', '\\1\\2\\3\\4', '</relatedlink>')", $content);

即可解决以上问题
本文出自 “沉鱼落雁” 博客,请务必保留此出处http://hdjdcyl.blog.51cto.com/3781506/1147833
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐