MyXoops Forum

Forum - myXOOPS German Support

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

Aw:: doppelter Zeilensprung Xoops 2.3.3 News 1.63

Betreff: Aw:: doppelter Zeilensprung Xoops 2.3.3 News 1.63
von Axxxxxl am 04.04.2009 17:17:50

ES FUNKTIONIERT

Oh man, da soll einer drauf kommen!! Aber der Kollege bei xoops.org hatte recht. Hier nochmal die zu machenden Änderungen im Detail:

Zitat:

In modules/news/class/class.newsstory.php

find
$hometext = $myts->displayTarea($this->hometext,$html,$smiley,$xcodes);

and replace it by
$hometext = $myts->displayTarea($this->hometext,$html,$smiley,$xcodes,1,0);

then find
$hometext = $myts->previewTarea($this->hometext,$html,$smiley,$xcodes);

replace it by
$hometext = $myts->previewTarea($this->hometext,$html,$smiley,$xcodes,1,0);

then find
$bodytext = $myts->displayTarea($this->bodytext,$html,$smiley,$xcodes);

and replace by
$bodytext = $myts->displayTarea($this->bodytext,$html,$smiley,$xcodes,1,0);

finally find
$bodytext = $myts->previewTarea($this->bodytext,$html,$smiley,$xcodes);

and replace by
$bodytext = $myts->previewTarea($this->bodytext,$html,$smiley, $xcodes,1,0);


Vielleicht sollte das den Jungs vom Modul NEWS mal einer mitteilen?! Jedenfalls bin ich froh, dass es geht.

Thema beendet!

Aktuell aus dem Forum

Forum Thema Antworten Views Letzter Beitrag
OffOffTopic [Wichtig] Übernahme myXOOPS 0 329 11.12.2023 18:57
alfred Gehe zum letzten Beitrag