Seite 1 von 1

fehler im bbcode VB

Verfasst: 27.02.2004 19:27
von tobi-webnet
Hallo

wenn ich einen vb code in einen post einsetzen will, kommt stattdessen da
[vb:1:1220b327ce]for i=0 to 10 nexti [/vb:1:1220b327ce]
kann mir jemand sagen, wo der fehler liegt???


mfg tobi-webnet

Verfasst: 27.02.2004 19:30
von netzmeister
Hallo,
was hast Du an der bbcode.php geändert ?

Gruß netzmeister

Verfasst: 27.02.2004 20:42
von tobi-webnet

Verfasst: 27.02.2004 23:09
von netzmeister
Hallo,

Code: Alles auswählen

+++ Öffne +++
includes/bbcode.php

+++ Suche +++
$text = bbencode_first_pass_pda($text, $uid, '[vb]', '[/vb]', '', true, '');

+++ Ersetze mit +++
$text = bbencode_second_pass_vb($text, $uid, $bbcode_tpl);

+++ Suche +++
$text = bbencode_second_pass_vb($text, $uid, $bbcode_tpl);

+++ Ersetzte mit +++
$text = bbencode_first_pass_pda($text, $uid, '[vb]', '[/vb]', '', true, '');

+++ Speichern +++
Gruß netzmeister

PS: Du hast die Positionen vertauscht. ;-)