MyBB Community Forums

Full Version: MyShoutbox on portal + headers
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I installed MyShoutbox on my forum today (MyBB 1.4.9).

Here is my problem:
I want the shoutbox on all pages. Normally this wouldn't be a problem, however, I have my portal page renamed as index.php outside of my forum directory. This has created some issues with another plugin, but I was able to workaround that. The same workarounds won't work here since I only have the other plugin on the portal page. The shoutbox works great on all other pages, but just show's it's loading on the portal. I don't see it attempting any db queries either.

yellowdogclub.com is the portal.

If a test account needs made, I can make one up and post it's info (it'll be restricted).
I think the shoutbox is launched at the start of a hook. Do you know what a hook is? If not, you need to before I can help.
Yeah, my cpmfetch set itself on the index_start hook. I modded it over to the portal. This one hooks into global_end, xmlhttp and pre_output_page. I'm not real sure why it's not querying the db, however.