查看: 32|回复: 0

[教程] 帝国下载系统 V2.5 增加FCKeditor编辑器的方法

[复制链接]

1

主题

0

回帖

0

积分

热心网友

金币
0
阅读权限
220
精华
0
威望
0
贡献
0
在线时间
0 小时
注册时间
2008-6-1
发表于 2023-5-31 00:00:00 | 显示全部楼层 |阅读模式

下载 FCKeditor 放在网站根目录 

admin/AddSoft.php 
第80行 
$softsay=htmlspecialchars($r[softsay]); 改成 $softsay=$r[softsay]; 

data/form/1.php 
第224行 
<textarea name="softsay" cols="67" rows="12"><?=$softsay?></textarea> 改成 <?=$oFCKeditor->Create();?> 

在顶部?>前增加 
include("../FCKeditor/fckeditor.php") ; //FCKeditor 包含文件 
$oFCKeditor = new FCKeditor('softsay') ; 
$oFCKeditor->BasePath = "../FCKeditor/" ; 
$oFCKeditor->Value = "$softsay";

回复

使用道具 举报

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

本版积分规则

相关侵权、举报、投诉及建议等,请发 E-mail:qiongdian@foxmail.com

Powered by Discuz! X5.0 © 2001-2026 Discuz! Team.

在本版发帖返回顶部