FCKeditor For Qcodo

thread: 6 messages  |  last: about 4 years ago  |  started: thursday, august 2, 2007, 7:43 pm pdt


#1  |  SethSync (Melbourne) Australia
Thursday, August 2, 2007, 7:43 PM PDT

Can we get a FCKeditor module for QCodo version 0.3.21 stable.?
http://www.fckeditor.net/

A previous module was written however i belive that version was for version 0.2.x

This feature would be great to use as an alternative for QWritebox. Does anyone know how to implement it or already has?

#2  |  Chris Peterson (Seattle, WA) United States of America Qcodo Core Contributor
Sunday, August 5, 2007, 5:11 AM PDT

I have been using 0.3.24 in a production environment and don't have any problems.  are you experiencing a problem with it?  I downloaded it from the regular downloads section and don't recall making any modifications to it, other than disabling some of the menu items.

#3  |  SethSync (Melbourne) Australia
Sunday, August 5, 2007, 10:56 PM PDT

Did you download it from the fckeditor website or from the qcodo downloads section?
Can you provide a link to the software download you are using?

How did you implement it? I just found the file layout was different in the new 0.3.x module.

#4  |  Chris Peterson (Seattle, WA) United States of America Qcodo Core Contributor
Monday, August 6, 2007, 1:01 AM PDT

Yea I used the one from the download section marked for the older version.  I put the includes/FCKeditor in the includes folder and I put the includes/qform/QFCKeditor.inc into includes/qcodo/qform/QFCKeditor.class.php  (notice I just changed the name, to the newly recognized format)

i just diff'd the two files.. there was one change.  

~ line 212
change to
require_once(_INCLUDES_ . '/FCKeditor/fckeditor.php');

notice the backslash before the FCK

that should work.

#5  |  Shahways Romani (Antwerp, Belgium) Belgium
Sunday, September 30, 2007, 5:41 AM PDT

I'm currently running on Qcodo 0.3.32 and I downloaded QFCKeditor.zip  (1015.9KB)  Saturday, October 7, 2006, 1:18:06 AM for a test run. I followed the instructions above, but the included test page always gets back to me with the following error :

Not Found
The requested URL /includes/FCKeditor/editor/fckeditor.html was not found on this server.

Are there any further adjustments required in order to get the editor up and running with 0.3.32? Thanks for helping out!


Cheers, Shahways

#6  |  winalot United Kingdom
Friday, October 19, 2007, 7:29 AM PDT

Hi,

I had the same file not found error when using a virtual directory.

In fckeditor.php the base path is coded in and does not take account of the virtual directory. Modifying the value made it all work.

$this->BasePath = '/includes/FCKeditor/';

Regards,

WP



Copyright © 2005 - 2012, Quasidea Development, LLC
This open-source framework for PHP is released under the terms of The MIT License.