View Full Version : Having trouble parsing bbcode (News on main site.)
nighthalk
10-06-2005, 10:57 PM
nevermind
KraziKlown
10-07-2005, 07:18 PM
anybody have a clue? heh apparently I don't:P
Adrian Schneider
10-07-2005, 07:30 PM
Remove all your quotes (single and double) in all your bbcode lines .
nighthalk
10-07-2005, 07:54 PM
Remove all your quotes (single and double) in all your bbcode lines .
it stops the page from loading then.
Adrian Schneider
10-07-2005, 08:05 PM
Heres the code I used:
require_once(DIR . './includes/class_bbcode.php');
$bbcode_parser =& new vB_BbCodeParser($vbulletin, fetch_tag_list());
$parsedoutput = $bbcode_parser->do_parse($texttoparse, false, true, true, true);
Andreas
10-07-2005, 09:12 PM
Hmm ... why are you using native mySQL calls if you are including the vBulletin Backend anyway?
You should really use it's database abstraction layer.
nighthalk
10-08-2005, 10:39 AM
nevermind
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.