The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
||||
|
||||
Puzzled by parse_bbcode function - help :(
I can trying to parse the content using the parse_bbcode function.
However the page is loading very slow because of the parsing , and I cannot figure out why. If I use the bottom code instead ( ie. dont parse but the result is not what I want ), the page loads fast. How come ? Code:
$newsmain['content'] = parse_bbcode($newsmain['content'], '1', 1, 0, '', 1, 0); $newscontent = $newsmain['content']; Code:
$newscontent = $newsmain['content']; |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|