I seem to have extra "\"s being generated when trying to add smiley's to any post. Here is an example:
<img alt=\"\" src=\"/devblog/fckeditor/editor/images/smiley/msn/sad_smile.gif\"
As far as changes in any configurtion, I've change the oFCKEditor->BasePath on the page I;m submting the form from to '../fckeditor'; as the fckeditor director is in the //::siteroot::/fckeditor.
I've also changed the Basic toolbar set in the fckconfig.js file to the following:
FCKConfig.ToolbarSets["Basic"] = [
['Cut','Copy','Paste','PasteText','-','SpellCheck'],
['Undo','Redo','-','Smiley']
];
That's all the configuration I've done so far. I'm sure it's some type of error on my part in the configuration, or lack of configuration. Anyone know offhand what I did wrong, or didn't do yet?
Thanks in advance!
<img alt=\"\" src=\"/devblog/fckeditor/editor/images/smiley/msn/sad_smile.gif\"
As far as changes in any configurtion, I've change the oFCKEditor->BasePath on the page I;m submting the form from to '../fckeditor'; as the fckeditor director is in the //::siteroot::/fckeditor.
I've also changed the Basic toolbar set in the fckconfig.js file to the following:
FCKConfig.ToolbarSets["Basic"] = [
['Cut','Copy','Paste','PasteText','-','SpellCheck'],
['Undo','Redo','-','Smiley']
];
That's all the configuration I've done so far. I'm sure it's some type of error on my part in the configuration, or lack of configuration. Anyone know offhand what I did wrong, or didn't do yet?
Thanks in advance!