发新话题
打印

FCKEditor前台不能显示

FCKEditor前台不能显示

安装了mambors5.0.0后FCKEditor前台不能使用,后台却能正常使用。
请教高手们,这是什么原因?
浏览器显示的是:
错误:'FCKeditor' 未定义

TOP

可能模版 index.php 没有初始化编辑器,换用标准模版试试
剑虽残,尚可刺bug -- Mambo中国挑bug组
我开源,我开心,分享建站乐趣 -- Mambo中国

TOP

在/components/com_content下的content.html.php文件中,加了下面一行就好了
<script src="http://xxx.xxx.xxx/mambots/editors/mambofck/FCKeditor/fckeditor.js" type=text/javascript></script>

TOP

发新话题