帝國下載系統(tǒng)集成FCKeditor編輯器方法
來源:易賢網(wǎng) 閱讀:1173 次 日期:2014-09-03 15:49:14
溫馨提示:易賢網(wǎng)小編為您整理了“帝國下載系統(tǒng)集成FCKeditor編輯器方法”,方便廣大網(wǎng)友查閱!

帝國下載系統(tǒng)除了自帶的編輯器外還可以添加其他編輯器,本文教你如何把FCKeditor編輯器添加到帝國下載系統(tǒng)中。方法如下:

1、下載FCKeditor放在網(wǎng)站根目錄;

2、找到admin/AddSoft.php第80行,將

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

改成

$softsay=$r[softsay];

3、找到data/form/1.php第224行,將

<textarea name="softsay" cols="67" rows="12" style="WIDTH:100%"><?=$softsay?></textarea>

改成

<?=$oFCKeditor->Create();?>

4、在頂部?>前增加

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

$oFCKeditor = new FCKeditor('softsay') ;

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

$oFCKeditor->Value = "$softsay";

5、完成。

更多信息請查看IT技術(shù)專欄

更多信息請查看CMS教程
易賢網(wǎng)手機(jī)網(wǎng)站地址:帝國下載系統(tǒng)集成FCKeditor編輯器方法
由于各方面情況的不斷調(diào)整與變化,易賢網(wǎng)提供的所有考試信息和咨詢回復(fù)僅供參考,敬請考生以權(quán)威部門公布的正式信息和咨詢?yōu)闇?zhǔn)!
相關(guān)閱讀CMS教程
關(guān)于我們 | 聯(lián)系我們 | 人才招聘 | 網(wǎng)站聲明 | 網(wǎng)站幫助 | 非正式的簡要咨詢 | 簡要咨詢須知 | 新媒體/短視頻平臺(tái) | 手機(jī)站點(diǎn)

版權(quán)所有:易賢網(wǎng)