The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
How to hook a plugin in template?
Ok so I created a plugin with the code
Code:
ob_start(); include('activitybar/activitybar.php'); echo 'test'; $activitybar = ob_get_contents(); ob_end_clean(); product: vbulletin Title: Activity Bar Now this works with a php file also on my site together to generate an image bar. Now what code do I put in MEMBERINFO template (doesnt matter where at the moment) so that this image bar can be displayed? If I'm saying this right..(im a noobie) what im trying to do is hook the plugin to a specific location in a template. If thats right to say. Can anyone help me please? Thanks. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|