MyXoops Forum

Forum - myXOOPS German Support

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

Re: A little problem with my Casdedi

Betreff: Re: A little problem with my Casdedi
von frankblack am 31.05.2006 07:35:18

Open casdedi/index.php and look for the following code (starts about line 109):

if ($note) {
$a_msg['note_title'] = _MD_GBK_NOTE;
$a_msg['note_msg'] = $note;
}


and replace it with this code:

if ($note) {
$a_msg['note_title'] = _MD_GBK_NOTE;
$a_msg['note_msg'] = $myts->displayTarea($note$xoopsModuleConfig['htmlallow'], $xoopsModuleConfig['smiliesallow'], $xoopsModuleConfig['xoopscodesallow'], $xoopsModuleConfig['imagesallow'], $xoopsModuleConfig['linebreakconv']);
}


Be sure that you that the preferences are correct or change the above code if you want the other settings for the webmaster note. Ex.: If html is not allowed in preferences for your guest, but you want to have html for the webmaster change

$xoopsModuleConfig['htmlallow']


into

1

Aktuell aus dem Forum

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