MyBB Community Forums

Full Version: Goughy Shoutbox only loads on index.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I'm using this Shoutbox here: http://mods.mybb.com/view/ajax-shoutbox-...compatible

Because, as it says, it is sidebox compatible.

Works great, the only problem is is that it only loads on the index, not on other pages.

Working: http://www.berlingoforum.co.uk/

Not working: http://www.berlingoforum.co.uk/forumdisplay.php?fid=7

Same for every other page. Any tips?
Because it is only hooked to index.

Open plugin file and find;
$plugins->add_hook("index_end", "goughy_ajax_shoutbox_includejs");
and Change it into;
$plugins->add_hook("global_end", "goughy_ajax_shoutbox_includejs");
Wow, you are good.

Thanks.