Would you mind posting an example for me?I have never created a hook plugin before so i have no idea where to begin as far as proper code to use.Thanks for your reply and help.
I trued building upon this code that someone posted on another forum.
PHP Code:
ob_start();
require("yourheader.php");
$headstuff = ob_get_contents();
ob_end_clean();
and edited to my custom needs
PHP Code:
$vbulletin->templatecache['ADV_gallery_header'];
$vba_header
obviously this is incorrect so if anyone can help it would be appreciated