
FCKeditorX 0.5.5 - BETA TEST version
Re: FCKeditorX 0.5.5 - BETA TEST version
Sorry to ALL i am very busy at work and at home 

Re: FCKeditorX 0.5.5 - BETA TEST version
I'm not bob, but try thism266 wrote: how can I change the language in FCKeditor? In my second instalation I have the editor only in english.
Make a look at modules/FCKeditorX/FCKeditor/fckconfig.js line 39 and change 'en' to 'de' - it works

Re: FCKeditorX 0.5.5 - BETA TEST version
Didn't work, as a matter of fact now it dosnt work at all. Tried uninstaling it and reinstaling from the latest .zip. Now I get the following message popup: error loading "/vejlbyfed/modules/FCKeditorX/FCKeditor/../../../temp/cache/fckstyles.xml"iNSiPiD wrote: mbvdk, "Non si riesce a scrivere nel file ()" is a line from the Italian translation which means "Unable to write to file".
Try clearing your cache and explicitly setting your default language to English.
After clearing the cache there is no "fckstyles.xml" file in the cahces folder. If I put it there manually, I'm back to my original problem: FCKEditor works fine in all modules, except for page content.
After going back to version 0.7.1 (shows up as version 0.6 in cmsms) it works fine. Except after clearing the cache when I have to manually put the xml-files in the cache dir.
Re: FCKeditorX 0.5.5 - BETA TEST version
Zitat von: m266 am September 11, 2005, 02:45:04 pm
how can I change the language in FCKeditor? In my second instalation I have the editor only in english.
I'm not bob, but try this
Make a look at modules/FCKeditorX/FCKeditor/fckconfig.js line 39 and change 'en' to 'de' - it works .
Hi,
I have found the reason becouse the english language as default:
If I check the box "Use CMS Language settings", then is default language in english. If I not do it, then is in german and OK.
(see screenshot)
m266
[attachment deleted by admin]
how can I change the language in FCKeditor? In my second instalation I have the editor only in english.
I'm not bob, but try this
Make a look at modules/FCKeditorX/FCKeditor/fckconfig.js line 39 and change 'en' to 'de' - it works .
Hi,
I have found the reason becouse the english language as default:
If I check the box "Use CMS Language settings", then is default language in english. If I not do it, then is in german and OK.
(see screenshot)
m266
[attachment deleted by admin]
Last edited by m266 on Wed Sep 14, 2005 1:12 pm, edited 1 time in total.
Re: FCKeditorX 0.5.5 - BETA TEST version
I have to do something this week-end 

Re: FCKeditorX 0.5.5 - BETA TEST version
Thx.m266 wrote: If I check the box "Use CMS Language settings", then is default language in english. If I not do it, then is in german and OK.
This screen I hadn't seen before your question

On my local installation my tip works without this
Re: FCKeditorX 0.5.5 - BETA TEST version
Hi,
When I open a page for edit in FCKEditor I am not able to delete any text. But if I add a character then suddenly I am able to delete. Why is that?
I'm using Mozilla Firefox.
Edit: I tried it in IE and there it works allright. Apparently it has something to do with Firefox then.
When I open a page for edit in FCKEditor I am not able to delete any text. But if I add a character then suddenly I am able to delete. Why is that?
I'm using Mozilla Firefox.
Edit: I tried it in IE and there it works allright. Apparently it has something to do with Firefox then.
Last edited by westis on Sat Sep 17, 2005 12:27 pm, edited 1 time in total.
Re: FCKeditorX 0.5.5 - BETA TEST version
Looks like release candidate 2.0 (which claims to be standards compliant) is getting ready for release.
Megabob, will you be updating and preparing this when it becomes available, or have you retird from this task?
Megabob, will you be updating and preparing this when it becomes available, or have you retird from this task?

Re: FCKeditorX 0.5.5 - BETA TEST version
I will DO!!iNSiPiD wrote: Looks like release candidate 2.0 (which claims to be standards compliant) is getting ready for release.
Megabob, will you be updating and preparing this when it becomes available, or have you retird from this task?![]()

Re: FCKeditorX 0.5.5 - BETA TEST version
http://www.awakening.it/cms_d/modules/F ... _0_9_1.zip
I tried to AVOID all write function, but set
StylesXmlPath = .../modules/FCKeditorX/fckstyles.xml.php?id=..
doesn't go and so i must REWRITE each time fckstyles.xml
StylesXmlPath = .../tmp/cache/fckstyles.xml
I will ask to FCKeditor team to consider the possibility on have an dinamycal fckstyles.xml
Pls who can test this version.
Bye
I tried to AVOID all write function, but set
StylesXmlPath = .../modules/FCKeditorX/fckstyles.xml.php?id=..
doesn't go and so i must REWRITE each time fckstyles.xml
StylesXmlPath = .../tmp/cache/fckstyles.xml
I will ask to FCKeditor team to consider the possibility on have an dinamycal fckstyles.xml
Pls who can test this version.
Bye

Last edited by megabob3 on Mon Sep 19, 2005 8:32 pm, edited 1 time in total.
Re: FCKeditorX 0.5.5 - BETA TEST version
This VERSION eliminated ALL write function
http://www.awakening.it/cms_d/modules/F ... _0_9_3.zip
Some problems there are....
However test it.
http://www.awakening.it/cms_d/modules/F ... _0_9_3.zip
Some problems there are....
However test it.
Re: FCKeditorX 0.5.5 - BETA TEST version
I've just been alerted to the fact that this version is NOT standards compliant by a very reliable source.
Dodgy code examples follow:
1. Generates invalid markup:
Start with Test and then apply "Custom Bold" from the Styles menu. You get:
Test
As you know, an inline element cannot contain a block element.
2. Generates semantically meaningless markup:
Start with Test and apply formatting using the color picker and font selector. You get:
Test
3. Generates deprecated markup. For example, create an anchor and you get:
Dodgy code examples follow:
1. Generates invalid markup:
Start with Test and then apply "Custom Bold" from the Styles menu. You get:
Test
As you know, an inline element cannot contain a block element.
2. Generates semantically meaningless markup:
Start with Test and apply formatting using the color picker and font selector. You get:
Test
3. Generates deprecated markup. For example, create an anchor and you get:
Re: FCKeditorX 0.5.5 - BETA TEST version
I see RC2 of tinyMCE uses this code instead of
and
Code: Select all
<span style="color: #ff3300">Some text</span>
Code: Select all
<strong>element</strong>
Last edited by Greg on Tue Sep 20, 2005 3:11 am, edited 1 time in total.
Greg