Quote:
Originally Posted by Boofo
And how do you define them? 
|
I must be missing something because I've yet to get this to work for me

. I've got the following and I've tried just about all that I can and nothing is working for me. If anyone could help, I'd appreciate it very much.
PHP Code:
while ($news = $db->fetch_array($getnews))
{
$parser =& new vB_BbcodeParser($vbulletin, fetch_tag_list(), true);
$news['pagetext'] = $parser->parse($news['pagetext'], false, false, true, false, true, false);
eval('$blogbit .= "' . fetch_template('zoom_blogbits') . '";');
}