I'm having some issues pulling this off. Its fruturating. Any suggestions?
In
postbit_display_start hook
Code:
global $db, $vbulletin;
$getthread = $vbulletin->db->query_read("
SELECT *
FROM " . TABLE_PREFIX . "thread
WHERE threadid = '". $threadinfo['threadid']."'
");
while ($getthread1 = $vbulletin->db->fetch_array($getthread))
{
eval('$display .= "' . fetch_template('test') . '";');
}
In
postbit_legacy template I have this:
In
"test" template I have:
Nothing is showing, and I have no idea why