1
jdseymour
Editors Report in 2.3 RC3

I tested on my site with CBB 3.08 and AMS 2.51.

DHTML - works normally in bot modules.

DHTMLx - works normally.

FCK Editor - This one is wierd. I CBB I have 2 showing in my dropdown list, one gives an internal server error - the other resolves to the FCK Editor but get a pink background error that the FCK Editor config could not be created. In AMS only one showing in the dropdown menu - Also get the pink background error as above.

TinyMCE Editor - Seems to be working both modules.

Koivi Editor - Seems to be working both modules.

So from this it looks like only problem is with the FCK editor. I do not know why I have two wntries in the dropdown selector in CBB, but I still get visual errors in both modules.

2
maxxy
Re: Editors Report in 2.3 RC3
  • 2008/9/19 10:25

  • maxxy

  • Quite a regular

  • Posts: 286

  • Since: 2007/6/11


just want to say that i love the new default editor for XOOPS 2.3

3
Marco
Re: Editors Report in 2.3 RC3
  • 2008/9/20 8:47

  • Marco

  • Home away from home

  • Posts: 1256

  • Since: 2004/3/15


jdseymour
some improvements were made on FCK yesterday, we'll monitor this
Do synergy or die.

4
dnprossi
Re: Editors Report in 2.3 RC3
  • 2008/10/8 12:31

  • dnprossi

  • Not too shy to talk

  • Posts: 107

  • Since: 2006/3/15


My prefered xoopseditor is koivi but its not working that well... Spent some time on it and here is what i got...

Hope this can help others with same problems...

At first installation all seems right but...

1. when trying to insert table, popup window appears with errors...

in /class/xoopseditor/koivi/koivieditor/preferences.php
line 32

XOOPS_ROOT_PATH never found
if not defined it cannot be included...

if (!defined("XOOPS_ROOT_PATH")) {      
include 
XOOPS_ROOT_PATH "/class/xoopseditor/xoopseditor.inc.php";     
if (!
defined("XOOPS_UPLOAD_PATH")) {          die("Path error!");      }  }

Changed to 

if (!defined("XOOPS_ROOT_PATH")) {      
include 
"../../../../class/xoopseditor/xoopseditor.inc.php";  
if (!
defined("XOOPS_UPLOAD_PATH")) {          die("Path error!");      }  }


2. Testing insert table after change opens popup with no language recognized...

one has to copy language dir from /class/xoopseditor/koivi/languages
to /class/xoopseditor/koivi/koivieditor/language problem solved...

if moved to directory the main editor will loose language settings...

3. Now everything works locally but when on hosting provider with

define( 'XOOPS_ROOT_PATH', '/' ); in mainfile.php

In /class/xoopseditor/koivi/dialogs.php there are lines of code that do not recognize the "/" after XOOPS_ROOT_PATH.

I used an editor and changed all lines like:

include_once XOOPS_ROOT_PATH.''.$url.'/language/'.$xoopsConfig['language'].'.php';

changing them to 

include_once XOOPS_ROOT_PATH.'/'.$url.'/language/'.$xoopsConfig['language'].'.php';


These changes work for me hope for others who like koivi too....


Cheers...

5
Marco
Re: Editors Report in 2.3 RC3
  • 2008/10/9 4:10

  • Marco

  • Home away from home

  • Posts: 1256

  • Since: 2004/3/15


did you make your tests on 2.3.1RC?
Do synergy or die.

6
dnprossi
Re: Editors Report in 2.3 RC3
  • 2008/10/9 8:25

  • dnprossi

  • Not too shy to talk

  • Posts: 107

  • Since: 2006/3/15


Hi Marco...
Yes I used XOOPS 2.3.1... On a new installation... But as I had made changes previously I also copied fresh 2.3.1 koivi install to 2.3.0 and 2.3 RC3 test machine and was back to original messy state... Changes work on all...

You can download from my server here to test...

7
Marco
Re: Editors Report in 2.3 RC3
  • 2008/10/9 18:33

  • Marco

  • Home away from home

  • Posts: 1256

  • Since: 2004/3/15


ok, thx, i've added this into SF bugtracker
Do synergy or die.

Login

Who's Online

257 user(s) are online (171 user(s) are browsing Support Forums)


Members: 0


Guests: 257


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Apr 30
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits