I recently installed FCKeditor on a site I'm working on, and for the most part the process was impressively easy, and everything worked on the first try.
There's just one small problem I'm having -- I'd like to change the skin, because the default one doesn't really go with the design of the site. But I don't seem to be able to.
I found the "FCKConfig.SkinPath" line in fckconfig.js, and changed the skin directory from 'skins/default/' to 'skins/silver/', refreshed the page the editor was on, and... nothing happened. Still the default skin. I tried again with a skin I'd downloaded, SilverNarrow (yes, I had made sure to upload it into the skins directory before doing this). Still no change.
Is there something more that needs to be done in order to change the skin than changing the directory in the config file?
There's just one small problem I'm having -- I'd like to change the skin, because the default one doesn't really go with the design of the site. But I don't seem to be able to.
I found the "FCKConfig.SkinPath" line in fckconfig.js, and changed the skin directory from 'skins/default/' to 'skins/silver/', refreshed the page the editor was on, and... nothing happened. Still the default skin. I tried again with a skin I'd downloaded, SilverNarrow (yes, I had made sure to upload it into the skins directory before doing this). Still no change.
Is there something more that needs to be done in order to change the skin than changing the directory in the config file?
Re: Changing skin doesn't seem to work
It's only a problem of browser cache. Try to clean all cached information of your browser, reload the page and that's all. I am the same problem, and after clear cache, it works fine.
(Sorry by my english, 'm spanish)
Regards
Re: Changing skin doesn't seem to work
Oh, duh! I can't believe I didn't think of that! Normally that would be the first thing I would try... I think my brain must have been affected by lack of sleep or something.
Anyway, you were absolutely right, I cleared the cache and now it's fine.
Muchísimas gracias!