Page 8 of 9
Re: FCKeditorX 0.5.5 - BETA TEST version
Posted: Mon Sep 12, 2005 7:29 am
by megabob3
Sorry to ALL i am very busy at work and at home

Re: FCKeditorX 0.5.5 - BETA TEST version
Posted: Mon Sep 12, 2005 8:59 am
by cyberman
m266 wrote:
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

.
Re: FCKeditorX 0.5.5 - BETA TEST version
Posted: Mon Sep 12, 2005 9:53 pm
by m266
Hi cyberman,
ging leider auch nicht.
m266
Re: FCKeditorX 0.5.5 - BETA TEST version
Posted: Tue Sep 13, 2005 1:48 pm
by mbvdk
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.
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"
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
Posted: Wed Sep 14, 2005 1:10 pm
by m266
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]
Re: FCKeditorX 0.5.5 - BETA TEST version
Posted: Wed Sep 14, 2005 9:34 pm
by megabob3
I have to do something this week-end

Re: FCKeditorX 0.5.5 - BETA TEST version
Posted: Thu Sep 15, 2005 4:33 am
by cyberman
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.
Thx.
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
Posted: Sat Sep 17, 2005 12:04 am
by westis
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.
Re: FCKeditorX 0.5.5 - BETA TEST version
Posted: Mon Sep 19, 2005 12:38 am
by iNSiPiD
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
Posted: Mon Sep 19, 2005 5:14 pm
by megabob3
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?
I will DO!!

Re: FCKeditorX 0.5.5 - BETA TEST version
Posted: Mon Sep 19, 2005 7:52 pm
by megabob3
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

Re: FCKeditorX 0.5.5 - BETA TEST version
Posted: Mon Sep 19, 2005 8:30 pm
by megabob3
It could be TESTED always HERE:
http://www.awakening.it/cms_d/admin
user: admin
pass: admin
Bye

Re: FCKeditorX 0.5.5 - BETA TEST version
Posted: Mon Sep 19, 2005 11:53 pm
by megabob3
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.
Re: FCKeditorX 0.5.5 - BETA TEST version
Posted: Tue Sep 20, 2005 2:14 am
by iNSiPiD
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:
Re: FCKeditorX 0.5.5 - BETA TEST version
Posted: Tue Sep 20, 2005 3:08 am
by Greg
I see RC2 of tinyMCE uses this code instead of
Code: Select all
<span style="color: #ff3300">Some text</span>
and