MyXoops Forum

Forum - myXOOPS German Support

2 - 1 = ?  
Geben Sie das Ergebnis der Berechnung ein
Sie haben max. 10 Versuche.
 
* = Erforderlich

Aw:: Problem mit DH-Info & FckEditor

Betreff: Aw:: Problem mit DH-Info & FckEditor
von redstar197 am 05.05.2009 17:22:43

Wie muß ich denn die fckeditor.config.php abändern?

<?php /**  * FCKeditor adapter for XOOPS  *  * @copyright The XOOPS project http://www.xoops.org/  * @license   http://www.fsf.org/copyleft/gpl.html GNU public license  * @author    Taiwen Jiang (phppp or D.J.) <php_pp@hotmail.com>  * @since   4.00  * @version    $Id$  * @package    xoopseditor  */ if (!defined("XOOPS_ROOT_PATH")) include dirname(dirname(dirname(__FILE__)))."/mainfile.php";  global $xoopsModule$dirname basenamedirname__FILE__ )) ; $fckmodule_handler xoops_gethandler('module'); echo " n FCKConfig.FontNames   = 'Arial;Comic Sans MS;Courier New;Tahoma;Times New Roman;Verdana' ; n "$toolbar="default"$fckmodule $fckmodule_handler->getByDirname('fckeditor'); if (is_object($fckmodule) && $fckmodule->getVar('isactive') == 1) {   include_once XOOPS_ROOT_PATH."/modules/fckeditor/class/classfckeditor.php";   $xoops_editor = new accfckeditor();   $fck_tools $xoops_editor->read($xoopsModule->mid());  $fck_tools =split(",",$fck_tools);  $toolbar $fck_tools[1]; } echo "FCKConfig.SkinPath = FCKConfig.BasePath + 'skins/".$toolbar."/' ;"?>


Ich finde zb. nicht den richtigen Pfad zur Datei classfckeditor.php

Aktuell aus dem Forum

Forum Thema Antworten Views Letzter Beitrag
Modulentwicklung New Xoops Xcreate Module 0 5328 26.11.2025 15:22
efkan Gehe zum letzten Beitrag
Modulentwicklung XOOPS Custom Field Module 1 1816 24.11.2025 11:21
Goffy Gehe zum letzten Beitrag