FCKeditorX 0.5.5 - BETA TEST version
Re: FCKeditorX 0.5.5 - BETA TEST version
Sorry, this mean that do not depend from my module code???
Re: FCKeditorX 0.5.5 - BETA TEST version
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
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.


thank's again.
Re: FCKeditorX 0.5.5 - BETA TEST version
CMSMS is the best, before to know it i used several CMS from TYPO3 (too much hard, is for very professionist),.., to CMSimple ....pishkus wrote: wow, megabob3, you have done a very big contribution into CMS. now FCK works superit has been worth waiting for this
thank's again.
CMSMS will be one of most famous CMS!!!
Re: FCKeditorX 0.5.5 - BETA TEST version
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
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
Strange on my version it is like you wrote.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
Re: FCKeditorX 0.5.5 - BETA TEST version
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
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
Nope, that's fine by me.
People will understand.

Re: FCKeditorX 0.5.5 - BETA TEST version
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 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
I don't have this problem, maybe i do something different from you.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
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
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
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
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
No problem
Thank to you for your testing 


Re: FCKeditorX 0.5.5 - BETA TEST version
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.