The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
||||
|
||||
![]()
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: Code:
$display In "test" template I have: Code:
$getthread1[title] Nothing is showing, and I have no idea why |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|