Forums / Cotonti / Extensions / Support / CKEditor Issues

Editor not appearing on page edit or page add

Dyllon
#30187 2011-07-12 04:25
I had this problem earlier on my localhost, and after further investigation I noticed the javascript was not loading properly (at all actually) through the tag {HEADER_HEAD}. To fix it I had to manually add it to my header.tpl.

Insert this before the tag {HEADER_HEAD}

<script src="plugins/ckeditor/lib/ckeditor.js" type="text/javascript"></script>

and this code following {HEADER_HEAD}

<script src="plugins/ckeditor/lib/adapters/jquery.js" type="text/javascript"></script>

<script src="plugins/ckeditor/presets/ckeditor.default.set.js" type="text/javascript"></script>


now.. my only problem is it is showing the html on the pages rather than parsing it and displaying correctly.

Added 4 minutes later:

thats actually a simple fix too lol under page configurations in the administration panel their is a markup parser option.. just set it to html.

Added 2 minutes later:

Also.. if you have repeat lines of the jquery.min.js script it seems to break it. (by default cotonti declares it through {HEADER_HEAD})
We are what we repeatedly do. Excellence then, is not an act, but a habit.