The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
![]()
I wrote a showthread plugin and want to address the place between first and second post with this template hook:
$template_hook[postbit_end] This works fine: Code:
eval('$template_hook[\'postbit_end\'] .= "Test abc";'); Code:
eval('$template_hook[\'postbit_end\'] .= "' . fetch_template('persforums') . '";'); Code:
eval('$template_hook[\'postbit_end\'] .= "$persforums_variable";'); |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|