FCKeditorX 0.5.5 - BETA TEST version

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
Post Reply
megabob3
Power Poster
Power Poster
Posts: 498
Joined: Sat Jan 08, 2005 11:11 pm

FCKeditorX 0.5.5 - BETA TEST version

Post by megabob3 »

You can see it in action here
http://www.awakening.it/cms_d/admin
User: admin
Pass: admin

Updated to latest version of FCKeditor 2.0
ADDED plugin for INTERNAL link of CMSMS (THANKS!!! to Woudloper for the plugin).
ADDED binding on custom CSS of CMSMS (THANKS to infusion for some information).

Link for download
http://www.awakening.it/cms_d/modules/F ... _5_7_3.zip

Try it and post me all problems.

About UPLOAD functions post me this files that will have on your site:
http://www.awakening.it/cms_d/modules/F ... nector.txt
http://www.awakening.it/cms_d/modules/F ... nector.txt

Bye and enjoy it!!! ;)
Last edited by megabob3 on Thu Aug 25, 2005 2:06 pm, edited 1 time in total.
megabob3
Power Poster
Power Poster
Posts: 498
Joined: Sat Jan 08, 2005 11:11 pm

Re: FCKeditorX 0.5.5 - BETA TEST version

Post by megabob3 »

Wishy about custom CSS, from the complete LIST of CSS present inside the $stylesheet url
*******************************************************************************************
function WYSIWYGTextarea($name='textarea',$columns='80',$rows='15',$encoding='',$content='',$stylesheet='')
*******************************************************************************************

what is the criteria that i must use for push each style into combo box?

What one must be appear and what none?

Bye :)
pishkus

Re: FCKeditorX 0.5.5 - BETA TEST version

Post by pishkus »

new version works great - only had to chmod 777 some files - editorarea.css and fckstyles.xml, LogConnector.txt - and the editor works great! images get into uploads/images without any www, but into extra dir "Image" so path is uploads/images/Image. is it possible to get rid of Image dir?

anyways - FCK rules! big thanx to megabob ;)
pishkus

Re: FCKeditorX 0.5.5 - BETA TEST version

Post by pishkus »

btw - content of sime files you mentioned:
modules/FCKeditorX/FCKeditor/editor/filemanager/browser/default/connectors/php/LogConnector.txt

Code: Select all

0_5_3
/home/www/www.site.com/www
uploads_path--|/home/www/www.site.com/www/uploads
uploads_path--|/home/www/www.site.com/www/uploads
a--|www
b--|uploads
c--|www
UserFilesPath--|/uploads/images/ 
modules/FCKeditorX/FCKeditor/editor/filemanager/upload/php/LogConnector.txt

Code: Select all

0_5_3
c:\wamp\www
uploads_path--|c:\wamp\www\cms_d2/uploads
uploads_path--|c:/wamp/www/cms_d2/uploads
a--|cms_d2
b--|uploads
c--|c:\wamp\www
UserFilesPath--|/cms_d2/uploads/images/ 
megabob3
Power Poster
Power Poster
Posts: 498
Joined: Sat Jan 08, 2005 11:11 pm

Re: FCKeditorX 0.5.5 - BETA TEST version

Post by megabob3 »

pishkus wrote: new version works great - only had to chmod 777 some files - editorarea.css and fckstyles.xml, LogConnector.txt - and the editor works great! images get into uploads/images without any www, but into extra dir "Image" so path is uploads/images/Image. is it possible to get rid of Image dir?

anyways - FCK rules! big thanx to megabob ;)
uploads/images/Image

is my next step of job!

;) Nice listen that works to you :D
megabob3
Power Poster
Power Poster
Posts: 498
Joined: Sat Jan 08, 2005 11:11 pm

Re: FCKeditorX 0.5.5 - BETA TEST version

Post by megabob3 »

pishkus wrote:
modules/FCKeditorX/FCKeditor/editor/filemanager/upload/php/LogConnector.txt

Code: Select all

0_5_3
c:\wamp\www
uploads_path--|c:\wamp\www\cms_d2/uploads
uploads_path--|c:/wamp/www/cms_d2/uploads
a--|cms_d2
b--|uploads
c--|c:\wamp\www
UserFilesPath--|/cms_d2/uploads/images/ 
about this, you did not used that function.

If you look better, on FCK you can do an upload in a different way :p
pishkus

Re: FCKeditorX 0.5.5 - BETA TEST version

Post by pishkus »

everything works great, only:
files get uploaded to uploads/images/File :/ somehow fck takes the default upload dir as uploads/images not uploads.
and one more thing i didn't like (but i can live with it) is that with firefox i can't delete some styff inserted by the functions in toolbar. i know its a security feature of ff so it's ok :)
pishkus

Re: FCKeditorX 0.5.5 - BETA TEST version

Post by pishkus »

and one more thing:
when i write some content ant then press "Source" it opens new window, but there is no text :/
megabob3
Power Poster
Power Poster
Posts: 498
Joined: Sat Jan 08, 2005 11:11 pm

Re: FCKeditorX 0.5.5 - BETA TEST version

Post by megabob3 »

pishkus wrote: and one more thing:
when i write some content ant then press "Source" it opens new window, but there is no text :/
Really??!?!??!
Try to destroy al cache.
Try with IE.
wua....

about folder of uploads i am working on ;)

Bye
pishkus

Re: FCKeditorX 0.5.5 - BETA TEST version

Post by pishkus »

sorry, clearing the cache solved the problem...
megabob3
Power Poster
Power Poster
Posts: 498
Joined: Sat Jan 08, 2005 11:11 pm

Re: FCKeditorX 0.5.5 - BETA TEST version

Post by megabob3 »

Fixed the destination of UPLOADS.

Link
http://www.awakening.it/cms_d/uploads/F ... _0_5_7.zip

Bye ;)
trick

Re: FCKeditorX 0.5.5 - BETA TEST version

Post by trick »

1) Now the destination of image uploads points to /uploads/Image as
opposed to /uploads/images. I'm trying to fix it if I can.

2) I kept on getting this error:

Warning:
unlink(/var/www/localhost/htdocs/modules/FCKeditorX/FCKeditor/editor/css/fck_ed$[function.unlink]: No such file or directory in
/var/www/localhost/htdocs/modules/FCKeditorX/FCKeditorX.module.php on
line 58
Copia di non riuscita ...

It's because the copy function uses http://, if you have this problem
you need to set

allow_url_fopen = On

in php.ini
Woudloper

Re: FCKeditorX 0.5.5 - BETA TEST version

Post by Woudloper »

Megabob3, I was currently testing the FCKEditor on your website (host), but this seems not to be working well.

I did the following:
  • Add a new style element (FCKTest) to the default template stylesheet;
  • Started the editor for the welcome page;
  • Assigned the FCKTest CSS element to some part of the text;
  • Added an internal taglink to some page;
  • Save the page with the 'save' button from the toolbar
After the last step I noticed that the save did not happened (so maybe remove the button from the toolbar) so I hit the 'submit' button at the bottom of the page. This went OK. Now I wanted to view the page (see this link), but there I receive the following errormessage:
Fatal error: Smarty error: [in db:cms-install-successful- line 26]: syntax error: invalid attribute name: '"' (Smarty_Compiler.class.php, line 1524) in /web/htdocs/www.awakening.it/home/cms_d/lib/smarty/Smarty.class.php on line 1088
Do you know what is going wrong?
megabob3
Power Poster
Power Poster
Posts: 498
Joined: Sat Jan 08, 2005 11:11 pm

Re: FCKeditorX 0.5.5 - BETA TEST version

Post by megabob3 »

Woudloper wrote: Megabob3, I was currently testing the FCKEditor on your website (host), but this seems not to be working well.

I did the following:
  • Add a new style element (FCKTest) to the default template stylesheet;
  • Started the editor for the welcome page;
  • Assigned the FCKTest CSS element to some part of the text;
  • Added an internal taglink to some page;
  • Save the page with the 'save' button from the toolbar
After the last step I noticed that the save did not happened (so maybe remove the button from the toolbar) so I hit the 'submit' button at the bottom of the page. This went OK. Now I wanted to view the page (see this link), but there I receive the following errormessage:
Fatal error: Smarty error: [in db:cms-install-successful- line 26]: syntax error: invalid attribute name: '"' (Smarty_Compiler.class.php, line 1524) in /web/htdocs/www.awakening.it/home/cms_d/lib/smarty/Smarty.class.php on line 1088
Do you know what is going wrong?
About FCKTest the problem are upper case, try all char on lowercase.
About
**************
Fatal error: Smarty error: [in db:1 line 26]: syntax error: invalid attribute name: '"' (Smarty_Compiler.class.php, line 1524) in /web/htdocs/www.awakening.it/home/cms_d/lib/smarty/Smarty.class.php on line 1088
**************
I don't know now.

Thankx for your testing ;)
megabob3
Power Poster
Power Poster
Posts: 498
Joined: Sat Jan 08, 2005 11:11 pm

Re: FCKeditorX 0.5.5 - BETA TEST version

Post by megabob3 »

trick wrote: 1) Now the destination of image uploads points to /uploads/Image as
opposed to /uploads/images. I'm trying to fix it if I can.

2) I kept on getting this error:

Warning:
unlink(/var/www/localhost/htdocs/modules/FCKeditorX/FCKeditor/editor/css/fck_ed$[function.unlink]: No such file or directory in
/var/www/localhost/htdocs/modules/FCKeditorX/FCKeditorX.module.php on
line 58
Copia di non riuscita ...

It's because the copy function uses http://, if you have this problem
you need to set

allow_url_fopen = On

in php.ini
Thanks also to you :-D

About first point it's strange, destroyed all cache???
Are you using
http://www.awakening.it/cms_d/uploads/F ... _0_5_7.zip
?????

Works go on ;)
Post Reply

Return to “Modules/Add-Ons”