帝国下载系统 V2.5 增加FCKeditor编辑器的方法,需要的朋友可以参考下。
下载 FCKeditor 放在网站根目录
admin/AddSoft.PHP
第80行
PHP;toolbar:false">$softsay=htmlspecialchars($r[softsay]); 改成 $softsay=$r[softsay];
data/form/1.PHP
第224行
在顶部?>前增加
BasePath = "../FCKeditor/" ; $oFCKeditor->Value = "$softsay";