i m currently using system 2.5.1 as thats what my hoster gave me, and im always having small problems pop up.
i currently have some how made one of my content pages a bit of a mess, i need help in deleteing the information off so i can start fresh again. i cand simply delete it and press update and the update button is not a link anymore some how the picture an facebook link i had in the editing area is now loaded outside of the editing box and just stays there and cause the issue to annoy me. can some one help please.
i have attached an img to explain it more...
Thanks
i currently have some how made one of my content pages a bit of a mess, i need help in deleteing the information off so i can start fresh again. i cand simply delete it and press update and the update button is not a link anymore some how the picture an facebook link i had in the editing area is now loaded outside of the editing box and just stays there and cause the issue to annoy me. can some one help please.
i have attached an img to explain it more...
Thanks
Re: not able to update.
If you want to upgrade from FCKeditor to CKEditor you will have to completely remove FCKeditor and install CKEditor from scratch. If you want a newer version of FCKeditor go here: http://sourceforge.net/projects/fckedit ... FCKeditor/
You will have to manually install the new FCKeditor. I do believe newer FCKeditor versions have the same path structure so upgrading should be a matter of overwriting previous files. With each passing year the team is less capable of providing assistance for FCKeditor because that version has been deprecated. We advise you switch to CKEditor.
Customer and Community Manager, CKSource
Follow us on: Facebook, Twitter, LinkedIn
If you think you found a bug in CKEditor, read this!
Re: not able to update.
You have a text area in your content, but it isn't escaped, so you have invalid HTML and that breaks your page
Your only option is to edit the database directly or modify the page to generate validHTML
Re: not able to update.
Switching over is easier said than done when FCKeditor is embedded in complex applications and when the integreation is complex and has involved years of work. The "new" version of FCKeditor on Sourceforge has nothing new to add to 2.66 except a security fix.
FCKeditor's image and link browser no longer work in IE9 without a javascript hack and FCKEditor no longer loads in IE10, which requires a switch over to IE's Compatibility mode. I haven't even bothered to check out the latter, but the former has to do with their dropping the of the TextRange object which was never a part of the EMCAScript standard.