Off Topic
4 replies to this thread. Most Recent
Todd
20 Aug 2008, 4:12 pm
Skinning FCKeditor
I downloaded and installed some new skins and placed them in the “skins” folder then adjusted the fckconfig.js file to the correct skins path,
Ex. FCKConfig.SkinPath = FCKConfig.BasePath + ‘skins/ChroomDeluxe/’ ;
but I don’t see any changes in the editor. Ideas?
Todd
waltd
20 Aug 2008, 5:05 pmWhat does Firebug have to say about this? Ditto for Safari’s Activity window — that can show you missing/broken resources too.
Walter
Freeway user since 1997
Todd
20 Aug 2008, 9:02 pmI can’t see anything that’s off though I should mention that the editor is installed in WebYep in case that matters.
Todd
On Aug 20, 2008, at 12:05 PM, waltd wrote:
What does Firebug have to say about this? Ditto for Safari’s Activity window — that can show you missing/broken resources too.
max
21 Aug 2008, 10:38 amHi Todd
I haven’t been able to get FCK to do anything like re skinning, to adding extra plug-ins or even recognise the specific style sheet.
Unlike TinyMCE WebYep does not control the plug-ins and look of the the editor it just references the editor. With TinyMCE it actually controls its look via the rich-text-tinymce.php file which is inside the editor folder which is inside the program folder.
As I mentioned above after a lot of messing about, I couldn’t actually get FCK to add plugins or change its skin, unlike Tiny MCE which I could so I gave up with FCK and went back to using TinyMCE. If you do work it out, I would think a lot of people would be very pleased if you could write down the sequence and post it here.
max
it’s better to be lucky than clever.. :o)
Todd
21 Aug 2008, 12:22 pmHi Max,
Good to know it’s not just me. If I figure it out I’ll post the steps. I could edit the default CSS but I really don’t want to waste time with it so perhaps I’ll put TinyMCE back.
Todd
On Aug 21, 2008, at 5:38 AM, max wrote:
As I mentioned above after a lot of messing about, I couldn’t actually get FCK to add plugins or change its skin, unlike Tiny MCE which I could so I gave up with FCK and went back to using TinyMCE. If you do work it out, I would think a lot of people would be very pleased if you could write down the sequence and post it here.