PDA

View Full Version : parse_bbcode question


Xtrm2Matt
10-17-2005, 04:48 PM
Hi,

An old script my friend made no longer works with vB 3.5.0 (I used it on vB 3.0.3 previously) since a few things were changed. I've managed to fix 99.9% of it, but I'm left with this error and cannot fix it for my life.

The error given is:
Fatal error: Call to undefined function: parse_bbcode() in file.php on line 201

Line 201:
parse_bbcode($row2["pagetext"], $row["forumid"], iif($newpost['disablesmilies'], 0, 1));

Any help would be great. This is the only thing thats stopping the script from working now (commented it out to test) :)

Thanks in advanced,

Matt

Xtrm2Matt
10-18-2005, 05:34 PM
No-one knows? Such a shame :(

Andreas
10-18-2005, 05:37 PM
<a href="https://vborg.vbsupport.ru/showthread.php?t=82693" target="_blank">https://vborg.vbsupport.ru/showthread.php?t=82693</a>

Xtrm2Matt
10-18-2005, 05:43 PM
..and why I didn't see that in the first place is beyond me.

Ta :)

Matt