手机
当前位置:查字典教程网 >CMS教程 >帝国cms >帝国下载系统 V2.5 增加FCKeditor编辑器的方法
帝国下载系统 V2.5 增加FCKeditor编辑器的方法
摘要:下载FCKeditor放在网站根目录admin/AddSoft.php第80行$softsay=htmlspecialchars($r[so...

下载 FCKeditor 放在网站根目录

admin/AddSoft.php

第80行

$softsay=htmlspecialchars($r[softsay]); 改成 $softsay=$r[softsay];

data/form/1.php

第224行

<textarea name="softsay" cols="67" rows="12" style="WIDTH:100%"><?=$softsay?></textarea> 改成 <?=$oFCKeditor->Create();?>

在顶部?>前增加

include("../FCKeditor/fckeditor.php") ; //FCKeditor 包含文件

$oFCKeditor = new FCKeditor('softsay') ;

$oFCKeditor->BasePath = "../FCKeditor/" ;

$oFCKeditor->Value = "$softsay";

【帝国下载系统 V2.5 增加FCKeditor编辑器的方法】相关文章:

帝国CMS加入购物车购买数量的方法

帝国CMS整合Discuz的多种方法详细介绍

帝国CMS网站sitemap制作方法

帝国CMS订单、反馈信息、投稿与留言发邮件通知管理员的方法

帝国CMS FCKeditor编辑器添加插入代码插件方法(基于SyntaxHighlighter代码高亮插件)

帝国CMS在自定义列表中获取当前列表ID的方法

帝国cms内容页调用栏目缩略图的可行方法

帝国CMS中robots.txt文件用法

帝国CMS统计留言数量的方法

帝国CMS整合千脑网盘的方法

精品推荐
分类导航