Fckeditor plugin demo link broken

Login or register to post comments
10 replies [Last post]
vargasandor's picture
Offline
Joined: 03/10/2010

Hello!

The demo for the fckeditor plugin:
http://examples.qcu.be/assets/plugins/QFCKEditor/example/fckeditor.php
is broken.

I would like to use that plugin, but cannot evaluate it becouse that broken link.

Thank You for fixing it.
Sanyi.

cliff's picture
Offline
Joined: 04/11/2008

When you download the package, the examples directory is not readable. That is probably the problem. Perhaps a permissions issue?

cliff's picture
Offline
Joined: 04/11/2008

Checking into this more...it seems that a class file or definition is missing; QFCKeditorTextMode. I'm not sure where this can be found, but I'll track it down.

Steven Warren's picture
Offline
Joined: 11/06/2008

The issue seems to be from this update:

http://trac.qcu.be/projects/qcubed/changeset/928

QFCKeditorTextMode was in the _enumerations.inc.php file in core. As a plugin the QFCKeditorTextMode should be in the plugin's files.

alex94040's picture
Offline
Joined: 11/06/2008

Crap, my mistake. Fixing this now.

alex94040's picture
Offline
Joined: 11/06/2008

Done, new bits committed. I cannot update the examples site (very strange DNS issue, investigating) - but you should be able to test it out yourself by downloading the bits.

alex94040's picture
Offline
Joined: 11/06/2008

All issues are resolved, the example file is operational again: http://examples.qcu.be/assets/plugins/QFCKEditor/example/fckeditor.php

cliff's picture
Offline
Joined: 04/11/2008

Thanks,

I'm going to follow your code-lead and create a plugin for ckeditor.

cliff's picture
Offline
Joined: 04/11/2008

Actually, there still is a minor problem. When I down;load the plugin and expand it, the example directory doesn't have execute permissions set so you can't open it. If I give it a +x from the command line I can open it and verify that it does have the example files in it.

alex94040's picture
Offline
Joined: 11/06/2008

cliff - I'm on a Windows dev box. Can you fix the permissions and upload the new set of plugin files to the SVN?

cliff's picture
Offline
Joined: 04/11/2008

yes, but it will need to wait until monday.