1
kaotik
ckeditor further integration with xoops
  • 2009/10/29 13:32

  • kaotik

  • Just can't stay away

  • Posts: 861

  • Since: 2004/2/19


For ckeditor to upload images to your XOOPS instalation change these in file ckfinder/config.php:
$baseUrl '/ckfinder/userfiles/';
// change to:
$baseUrl XOOPS_URL.'/userfiles/';

$baseDir resolveUrl($baseUrl);
//change to:
$baseDir XOOPS_ROOT_PATH.'/userfiles/';

This will now save all files to a folder called userfiles. You can change this to your own needs (uploads, etc)

2
franz2108
Re: ckeditor further integration with xoops
  • 2009/10/31 10:11

  • franz2108

  • Just popping in

  • Posts: 2

  • Since: 2006/4/15


Why are you not using fckeditor version of dhsoft www.simple-xoops.de ? Upload is working and not just a demo like ckfinder.


3
Burning
Re: ckeditor further integration with xoops
  • 2009/11/2 17:49

  • Burning

  • Theme Designer

  • Posts: 1163

  • Since: 2006/8/22


hi'

There was in previous version of XOOPS an editor called FCKeditor with a perfect images manager (perfect = works fine )

Is there a reason to replace it by CKFinder plugin (commercial plugin) now ?

Is standard images manager no more available with CKeditor ?

Sorry if this question have been already answered

4
Burning
Re: ckeditor further integration with xoops
  • 2009/11/2 19:10

  • Burning

  • Theme Designer

  • Posts: 1163

  • Since: 2006/8/22



5
Burning
Re: ckeditor further integration with xoops
  • 2009/11/2 20:39

  • Burning

  • Theme Designer

  • Posts: 1163

  • Since: 2006/8/22


Sorry, another stupid question : how can I use FCKEditor (= old CKeditor) with XOOPS ? With XOOPS 2.4, I can't choose it with my modules (eg Content 1.25). It does not appear in list.

And I can't modify class/xoopsform/formdhtmltextarea.html.php to get FCKeditor by default. This hack does not work anymore :
// var $htmlEditor = array();
var $htmlEditor = array ('XoopsFormFckeditor''/class/xoopseditor/fckeditor/formfckeditor.php');


Thanks in advance

6
ghia
Re: ckeditor further integration with xoops
  • 2009/11/2 23:25

  • ghia

  • Community Support Member

  • Posts: 4953

  • Since: 2008/7/3 1


And when you try this?

Login

Who's Online

225 user(s) are online (175 user(s) are browsing Support Forums)


Members: 0


Guests: 225


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