找回密码
 注册加入

扫一扫,极速登录

QQ登录

只需一步,快速开始

搜索
查看: 7021|回复: 1

Discuz! X 2.5修复群组简介html问题

[复制链接]
发表于 2012-5-12 15:29:28 | 显示全部楼层 |阅读模式
*************************************************
** 本教程基于版本:Discuz! X 2.5              **
*************************************************
Bug具体表现:

在前台群组设置简介,后台再次更新简介时,会造成html标签解析错乱;
解决方法:
找到\source\admincp\admincp_group.php,搜索:
  1.         $group = C::t('forum_forum')->fetch_info_by_fid($fid);
复制代码
在其下面添加如下代码:
  1. require_once libfile('function/editor');
  2.         $group['description'] = html2bbcode($group['description']);
复制代码
搜索 :
  1.                 $_GET['descriptionnew'] = discuzcode(dhtmlspecialchars(censor(trim($_GET['descriptionnew']))), 0, 0, 0, 0, 1, 1, 0, 0, 1);
复制代码
这句代码的上面加上如下代码:
  1. require_once libfile('function/discuzcode');
复制代码
您需要登录后才可以回帖 登录 | 注册加入  

本版积分规则

Archiver|手机版|小黑屋|Discuz!扩展中心 ( 浙ICP备14042422号-1 )|网站地图QQ机器人

GMT+8, 2024-4-26 05:05 , Processed in 0.157151 second(s), 14 queries , Gzip On, Redis On.

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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