Quote:
Originally Posted by PyroChixRock
Where should i plug these in now for them to work with the built in ad system. it doesn't work using that.
|
Try using hook parse_templates and at the end of your plugin code add:
Code:
vB_Template::preRegister('navbar', array('randombanner' => $randombanner));
Then in the navbar template, use this:
Code:
<br>
<div style="text-align: center;">
{vb:raw randombanner}
</div>