I wanted to display this everywhere, so usually I just add my Chatboxes to the bottom of my Navbar templates.
So in the plugin I changed the Hook to
Code:
<hookname>navbar_complete</hookname>
and changed this
Code:
vB_Template::preRegister('SHOWTHREAD', $sb_pro);
to this
Code:
vB_Template::preRegister('navbar', $sb_pro);
I also removed these 2 entries from the shoutbox.php
Code:
// if($forum != $referer) { echo 'Access Denied!'; exit; }
but it only displays in the ad block of my sidebar on the FORUMHOME and removes the ad, any ideas, I really like the look of this as all the chatboxes I've used cause a high server load when enabled globally across the forum.