The Arcive of vBulletin Modifications Site. |
|
|
#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 | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|