OK - I missed the last part of my if statement.
Code:
if ($show['fauxcanview'] === true AND $counter == 1 AND $fetchtype == 'post' AND $post['visible'] == 1)
{
require_once(DIR . '/includes/class_bbcode.php');
$bbcode_parser =& new vB_BbCodeParser($vbulletin, fetch_tag_list());
$thread['fauxmessage'] = $bbcode_parser->parse($thread['fauxmessage'], $foruminfo['forumid']);
$templater = vB_Template::create('postbit_faux');
$templater->register('fauxmessage',$thread['fauxmessage'];
$templatevalues['fauxmessage'] = $templater->render();
vB_Template::preRegister('SHOWTHREAD', $templatevalues);
eval('$template_hook[\'postbit_end\'] .= "' . fetch_template('postbit_faux') . '";');
}
--------------- Added [DATE]1367192936[/DATE] at [TIME]1367192936[/TIME] ---------------
Quote:
Originally Posted by final kaoss
|
I'll take a look. We don't what every forum to have this. But I can probably modify to suit.
Mark