navigation_tabs_forums hook

Cupara

Well-known member
Trying to tie into that hook but for the life of me I cannot remember how to do hooks without using extraTabs hook.
 
It's a template hook, but if you're wanting to insert tabs, you should just use the navigation_tabs event.
 
I don't want to insert a tab for this specific mods. I'm just looking to add on to the end of the sub menu links of Forum using that template hook.
 
Use the template_hook event, look for that hook name and manipulate the output.
 
Top Bottom