JeffreyN
Member
Posted 1 year ago #
Hello together
First of all: Thank you for that great Plugin!
Now: Is it possible to use the following Settings? Where have I to put them?
FCKConfig.ProcessHTMLEntities = false ;
FCKConfig.IncludeLatinEntities = false ;
FCKConfig.IncludeGreekEntities = false ;
Thank you for your help!
Regards,
Jeffrey
http://wordpress.org/extend/plugins/fckeditor-for-wordpress-plugin/
JeffreyN
Member
Posted 1 year ago #
Has nobody a solution for me?
zerosignal
Member
Posted 1 year ago #
If you haven't figured it out yet, here's how.
Edit the file /wp-content/plugins/fckeditor-for-wordpress-plugin/ckeditor/config.js
and add these lines:
config.entities = false;
config.entities_greek = false;
config.entities_latin = false;
JohnChandlerEdmonton
Member
Posted 1 year ago #
Thanks... wordpress short code needs the quotes to stay as quotes...