1、修改
etemplatememberAddMsg.php
文件找到
require(ECMS_PATH.'e/template/incfile/header.php');
在其下添加如下代碼:
include('../../../data/ecmseditor/infoeditor/fckeditor.php');
找到默認(rèn)的文本框代碼
將其刪除,換成以下代碼:
<?=ECMS_ShowEditorVar("msgtext",stripSlashes($r[newstext]),"Default","../../../data/ecmseditor/infoeditor/","300","100%")?>
2、修改
etemplatememberViewMSg.php
文件找到
nl2br(stripSlashes($r[msgtext]))
換成如下代碼:
nl2br(stripSlashes(htmlspecialchars_decode($r[msgtext])))
提示:
這種方法可以調(diào)用編輯器,但編輯器的更多高級功能是無法使用的,比如圖片、附件。另外,在其它地方使用編輯器,也可以參考此修改方法。
1.《stripslashes 帝國CMS前臺發(fā)送消息使用編輯器的方法》援引自互聯(lián)網(wǎng),旨在傳遞更多網(wǎng)絡(luò)信息知識,僅代表作者本人觀點,與本網(wǎng)站無關(guān),侵刪請聯(lián)系頁腳下方聯(lián)系方式。
2.《stripslashes 帝國CMS前臺發(fā)送消息使用編輯器的方法》僅供讀者參考,本網(wǎng)站未對該內(nèi)容進(jìn)行證實,對其原創(chuàng)性、真實性、完整性、及時性不作任何保證。
3.文章轉(zhuǎn)載時請保留本站內(nèi)容來源地址,http://f99ss.com/jiaoyu/239008.html