MyBB Community Forums

Full Version: Footer hook?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Is there a hook for the footer or will the global_start suffice?
Hmm well I wouldn't think the footer hooks would be at the start of any file, so maybe try global_end or index_end? Might have to look at the actual files themselves to see where the footer is created and then where the hooks are called.
Yes flavius that is the page with all the hooks on it, now try thinking and actually looking through that and find us a footer hook would ya? Obviously we've looked there...
It's index_start.
(2011-06-17, 03:42 PM)fizz Wrote: [ -> ]Obviously we've looked there...
Sorry... I was at work when I posted that link. Now I see you obviously have more experience.
Anyway, index_start it's just for index page, right ?
If I want to call a global hook, I will use global_end ?
Ah np np...

To answer your question, unfortunately there's barely any documentation on what kind of hooks should be run in each file, so you kinda have to just browse the file itself that runs the hook and just guess and check honestly.

For globals you could call global_start or global_end, just depends on the hook. What specifically are you trying to do?
Just the index_end, so i used that. Smile