$template_hook[postbit_start] is a variable for the comment within the HTML when the postbit template is rendered. If you would like to print something dynamically within that template, follow the following example.
Postbit Template:
Code:
$template_hook[postbit_start]
$myPostbitAddition
Goto...
AdminCP -> (left menu) Plugins & Products -> Plugin Manager
Fill out the form with the following information...
Product: vBulletin
Hook Location: postbit_display_complete
Title: My Postbit Addition
Execution Order: 5 (default)
Plugin PHP Code:
PHP Code:
$myPostbitAddition = 'ZZZZZZZZZZZZZZZZZ';
Plugin is Active: Yes
Click "Save" and continue on to your forums and view the Postbit within a thread. You should see your variable printed within each Postbit render.
Hope this helps!
- shovel