upgrade from 1.2.3 to 1.4.1 : FCKEditorX 2.3.2.1082 to 2.6.18638 : annoying prob
Posted: Fri Sep 05, 2008 9:37 pm
Hi,
Since I upgraded from 1.2.3 to 1.4.1 : FCKEditorX 2.3.2.1082 to 2.6.18638,
I have a problem on every page content I edit with FCKEditorX.
Before the upgrade :
Tags like {cms_selflink page="creneaux" text="créneaux d'entraînement"} remained the same in the database
After the upgarde :
they are rewritten in {cms_selflink page="creneaux" text="créneaux d'entraînement"}
The consequence of this is a smarty parsing error.
I've quickly checked FCKeditor/fckeditor.js & FCKeditor/editor/dialog/fck_specialchar.html : the rewriting was coded in the previous and the new version. Maybe it didn't work ?
I've found a workaround : rewrite EVERY double quotes into simple quote in EVERY PAGE but it is a huge work and it doesn't work on attribute containing '
Since I upgraded from 1.2.3 to 1.4.1 : FCKEditorX 2.3.2.1082 to 2.6.18638,
I have a problem on every page content I edit with FCKEditorX.
Before the upgrade :
Tags like {cms_selflink page="creneaux" text="créneaux d'entraînement"} remained the same in the database
After the upgarde :
they are rewritten in {cms_selflink page="creneaux" text="créneaux d'entraînement"}
The consequence of this is a smarty parsing error.
I've quickly checked FCKeditor/fckeditor.js & FCKeditor/editor/dialog/fck_specialchar.html : the rewriting was coded in the previous and the new version. Maybe it didn't work ?
I've found a workaround : rewrite EVERY double quotes into simple quote in EVERY PAGE but it is a huge work and it doesn't work on attribute containing '