Page 6 of 9
Re: FCKeditorX 0.5.5 - BETA TEST version
Posted: Mon Sep 05, 2005 6:50 pm
by megabob3
Sorry, this mean that do not depend from my module code???
Re: FCKeditorX 0.5.5 - BETA TEST version
Posted: Mon Sep 05, 2005 7:18 pm
by Ted
No. The problem is that I have to define all of the options in the initial.sql, because the module is already "installed" at that point. I know how to properly fix it. I just need to do it.

Re: FCKeditorX 0.5.5 - BETA TEST version
Posted: Tue Sep 06, 2005 9:50 am
by pishkus
wow, megabob3, you have done a very big contribution into CMS. now FCK works super

it has been worth waiting for this
thank's again.
Re: FCKeditorX 0.5.5 - BETA TEST version
Posted: Tue Sep 06, 2005 11:01 am
by megabob3
pishkus wrote:
wow, megabob3, you have done a very big contribution into CMS. now FCK works super

it has been worth waiting for this
thank's again.
CMSMS is the best, before to know it i used several CMS from TYPO3 (too much hard, is for very professionist),.., to CMSimple ....
CMSMS will be one of most famous CMS!!!
Re: FCKeditorX 0.5.5 - BETA TEST version
Posted: Tue Sep 06, 2005 3:25 pm
by alby
0.11beta1 - cmsms-daily:
In admin interface (Extensions->FCKeditorX) there is a error display:
#grep -r "logotop.gif" *
FCKeditorX.module.php:cms->config["root_url"]; ?>/modules/FCKeditor/FCKeditor/logotop.gif" width="238" height="41">
->
cms->config["root_url"]; ?>/modules/FCKeditorX/FCKeditor/logotop.gif" width="238" height="41">
good job
Alby
Re: FCKeditorX 0.5.5 - BETA TEST version
Posted: Tue Sep 06, 2005 3:30 pm
by Ted
Thanks. Fixed in svn.
Re: FCKeditorX 0.5.5 - BETA TEST version
Posted: Tue Sep 06, 2005 3:32 pm
by megabob3
alby wrote:
0.11beta1 - cmsms-daily:
In admin interface (Extensions->FCKeditorX) there is a error display:
#grep -r "logotop.gif" *
FCKeditorX.module.php:cms->config["root_url"]; ?>/modules/FCKeditor/FCKeditor/logotop.gif" width="238" height="41">
->
cms->config["root_url"]; ?>/modules/FCKeditorX/FCKeditor/logotop.gif" width="238" height="41">
good job
Alby
Strange on my version it is like you wrote.
Re: FCKeditorX 0.5.5 - BETA TEST version
Posted: Tue Sep 06, 2005 3:34 pm
by Ted
Yeah, that was my fault. I was going to change the module to just FCKeditor without the X, but I saw that there was a class name being used twice, so I changed it back. I missed a spot.
Re: FCKeditorX 0.5.5 - BETA TEST version
Posted: Tue Sep 06, 2005 3:35 pm
by megabob3
wishy wrote:
Yeah, that was my fault. I was going to change the module to just FCKeditor without the X, but I saw that there was a class name being used twice, so I changed it back. I missed a spot.
For this reason i am hadding that stupid "X"
Any suggestiong are welcome from you

Re: FCKeditorX 0.5.5 - BETA TEST version
Posted: Tue Sep 06, 2005 4:29 pm
by Ted
Nope, that's fine by me.

People will understand.
Re: FCKeditorX 0.5.5 - BETA TEST version
Posted: Tue Sep 06, 2005 9:57 pm
by m266
Hi Bob,
I have a new problem with FCKeditor:
If I create an subfolder in file, so can I not uploads files in them. I have with FTP to change the chmod in 777.
Can you this fix please?
BTW, your Editor ist very good!
m266
Re: FCKeditorX 0.5.5 - BETA TEST version
Posted: Tue Sep 06, 2005 10:27 pm
by megabob3
m266 wrote:
Hi Bob,
I have a new problem with FCKeditor:
If I create an subfolder in file, so can I not uploads files in them. I have with FTP to change the chmod in 777.
Can you this fix please?
BTW, your Editor ist very good!
m266
I don't have this problem, maybe i do something different from you.
May you try and verufy is there is the same problem here:
http://www.awakening.it/cms_d/admin
user: admin
pass: admin
See You

Re: FCKeditorX 0.5.5 - BETA TEST version
Posted: Tue Sep 06, 2005 10:52 pm
by m266
Hi Bob,
I have a new problem with FCKeditor:
If I create an subfolder in file, so can I not uploads files in them. I have with FTP to change the chmod in 777.
Can you this fix please?
BTW, your Editor ist very good!
m266
I don't have this problem, maybe i do something different from you.
May you try and verufy is there is the same problem here:
http://www.awakening.it/cms_d/admin
user: admin
pass: admin
See You
Hm, at the moment is OK. I don´t know, why?
I will test the system tomorrow.
Sorry
m266
Re: FCKeditorX 0.5.5 - BETA TEST version
Posted: Tue Sep 06, 2005 10:53 pm
by megabob3
No problem

Thank to you for your testing

Re: FCKeditorX 0.5.5 - BETA TEST version
Posted: Tue Sep 06, 2005 11:48 pm
by Ted
I had the same issue with files.php. The php part of the script that creates new dirs needs to use the default_upload_permission in config.php.