Topic: CKEditor not Loading
Hello!
I seem to be having an issue with CKEditor. Simply put, it doesn't show up. All I get is the text box with no editor. I have it enabled, but it doesn't show up.
Latest version
Thanks in advance for the help.
Dear CuteNews Users! Please feel free to contact us via our new Feedback Form and please send information about bugs to our bug tracker.
You are not logged in. Please login or register.
CutePHP Forums → Problem Solving / Help & Support → CKEditor not Loading
Hello!
I seem to be having an issue with CKEditor. Simply put, it doesn't show up. All I get is the text box with no editor. I have it enabled, but it doesn't show up.
Latest version
Thanks in advance for the help.
I was actually able to get it to work. The problem appears to be after the configuration is saved it adds a double slash in front of the ' character so for example:
['Image','Table','HorizontalRule','Smiley'],
changes to
[\\'Image\\',\\'Table\\',\\'HorizontalRule\\',\\'Smiley\\']
So I have that part solved.
A new issue I'm coming up with now, is how to remove the default P tag and change it to BR. I've tried every option I can find on the web about CKEditor, but they all just break the config. Anybody have any solution to that?
AND a WHOLE lot of digging into the code, I finally found it.
I added
enterMode: CKEDITOR.ENTER_BR,
shiftEnterMode: CKEDITOR.ENTER_P,
to index_cke.tpl for addnews and editnews directly under
toolbar: [{$config_ckeditor_customize}],
CutePHP Forums → Problem Solving / Help & Support → CKEditor not Loading
Powered by PunBB, supported by Informer Technologies, Inc.
The pun_antispam official extension is installed. Copyright © 2003–2009 PunBB.