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


offtopic mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

What does Firebug have to say about this? Ditto for Safari’s Activity window – that can show you missing/broken resources too.

Walter


offtopic mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

I 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.

Hi 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


offtopic mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Hi 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.