Page 2 of 2
Re: FCKeditor FC 2 for 0.10.4
Posted: Wed Oct 05, 2005 7:04 am
by iNSiPiD
megabob, couldn't we discard with the XML file for styles and just allow people to set a path to the stylesheet they are using in the config file?
e.g. content_css=""
I don't know why this darn editor makes things so confusing. Or is it just me?

Re: FCKeditor FC 2 for 0.10.4
Posted: Wed Oct 05, 2005 11:30 pm
by megabob3
iNSiPiD wrote:
megabob, couldn't we discard with the XML file for styles and just allow people to set a path to the stylesheet they are using in the config file?
e.g. content_css=""
I don't know why this darn editor makes things so confusing. Or is it just me?
Nope because i load dinamically the styles that you select into CMS content for pages.
For example you can have different pages with different styles or better different TEMPLATE.
Sorry but i cannot support continuosly CMSMS, i am too busy.
I have a new version that you all don't know, i am working on it, but are alot of days that i don't open these files.
I have a stupid problem of stupid SPACE of more, and i never started to resolve this problem.
I hope to do that soon.
Bye

Re: FCKeditor FC 2 for 0.10.4
Posted: Wed Oct 05, 2005 11:36 pm
by iNSiPiD
OK. I understand. So...a better question.
I use a separate stylesheet called styles.css and in the template's stylesheet section I just put @import url("./css/style.css");.
How can I hack the files to use this stylsheet? I'm sure that somewhere there is some code that tells the editor which stylesheet to use.
Can you tell me where this occurs and I will change it myself?
Re: FCKeditor FC 2 for 0.10.4
Posted: Thu Oct 06, 2005 12:56 am
by westis
iNSiPiD: try change the line
Code: Select all
FCKConfig.EditorAreaCSS = FCKConfig.BasePath + 'fck_editorarea.css' ;
in fckconfig.js in the folder modules/FCKeditorX/FCKeditor. I suppose that should do what you're looking for.

Re: FCKeditor FC 2 for 0.10.4
Posted: Thu Oct 06, 2005 1:51 am
by iNSiPiD
Yeah, I saw that.
You think if I just change it to:
FCKConfig.EditorAreaCSS = '../../css/styles.css' ;
That will do the trick?
Re: FCKeditor FC 2 for 0.10.4
Posted: Thu Oct 06, 2005 8:56 am
by westis
I am not too familiar with how megabob3 has integrated FCKeditor with CMSMS, but I suppose if you try change the path to your css like you suggest, that should do the trick. It doesn't hurt to try, you can always change back to the way it was if it doesn't work...

Re: FCKeditor FC 2 for 0.10.4
Posted: Thu Oct 06, 2005 10:39 am
by megabob3
Another thing TODO
From module ADMIN, manage the styles to load.
Bye

Re: FCKeditor FC 2 for 0.10.4
Posted: Fri Oct 07, 2005 1:01 pm
by Greg
Maybe the new version of
FCKEditor 2.1, available today, will fix some of the problems.
Re: FCKeditor FC 2 for 0.10.4
Posted: Fri Oct 07, 2005 2:39 pm
by westis
Greg wrote:
Maybe the new version of
FCKEditor 2.1, available today, will fix some of the problems.
It seems like the new version has fixed some of the problems I've had with FCKeditor, for example that it was inserting tags on Enter instead of when using Gecko browsers, like Firefox.
Megabob, I know you're a busy man, but will you update the FCKeditor module for FCKeditor 2.1?

Re: FCKeditor FC 2 for 0.10.4
Posted: Sat Oct 08, 2005 11:52 am
by megabob3
westis wrote:
Greg wrote:
Maybe the new version of
FCKEditor 2.1, available today, will fix some of the problems.
It seems like the new version has fixed some of the problems I've had with FCKeditor, for example that it was inserting tags on Enter instead of when using Gecko browsers, like Firefox.
Megabob, I know you're a busy man, but will you update the FCKeditor module for FCKeditor 2.1?
I will DO THAT as soon possible.

Re: FCKeditor FC 2 for 0.10.4
Posted: Wed Oct 26, 2005 10:35 pm
by djkirstyjay
blinking fantastic work.
Well done & thanks
