通過本教程可以實現帝國CMS后臺給前臺注冊用戶發消息,把內容輸入框改為編輯器,可上傳圖片,等
打開文件/e/admin/member/SendMsg.php 大約84行
<textarea name=
"msgtext"
cols=
"60"
rows=
"14"
id=
"msgtext"
></textarea>
替換為:
1 | <input type= "hidden" id= "msgtext" name= "msgtext" value= "<?=$ecmsfirstpost==1?" ":stripSlashes($addr[msgtext])?>"
"display:none" /><input type= "hidden" id= "msgtext___Config" value= ""
"display:none" /><iframe id= "msgtext___Frame" src= "/e/data/ecmseditor/infoeditor/editor/fckeditor.html?InstanceName=msgtext&classid=4&filepass=1271497810&Toolbar=Basic" width= "100%" height= "300" frameborder= "0" scrolling= "no" ></iframe> |
會員注冊表單替換方法類似, 替換msgtext字段即可
新聞熱點
疑難解答