can anyone please help me with that problem?
I just upgraded to 3.5 (this script worked without any problems in 3.0.9 - sorry I know that it is not written for 3.5)
I'm getting mad because of no idea / brain on the bbcode parser.
Original does not work (in 3.5):
PHP Code:
require_once("./includes/functions_bbcodeparse.php");
$outxt=parse_bbcode2($ptext,"1","1","1","1","1");
prints now following error after upgrade to vb3.5
Code:
Fatal error: Call to a member function on a non-object in D:\server\mobilejoe\joeforums\includes\functions_bbcodeparse.php on line 398
This one looks better using old bbcode function but far away from how it should be (see screenshot below) because it still shows ****** bbcode. How can I fix this?
PHP Code:
require_once("./includes/functions_bbcodeparse.php");
$outxt=parse_bbcode2($ptext,"1","1","","","");
oOoops - This thing does not exist in 3.5 -
https://vborg.vbsupport.ru/showthread.php?t=82693 This is way to much for me.