Cupara Well-known member Mar 20, 2013 #1 Trying to tie into that hook but for the life of me I cannot remember how to do hooks without using extraTabs hook.
Trying to tie into that hook but for the life of me I cannot remember how to do hooks without using extraTabs hook.
Mike XenForo developer Staff member Mar 20, 2013 #2 It's a template hook, but if you're wanting to insert tabs, you should just use the navigation_tabs event.
It's a template hook, but if you're wanting to insert tabs, you should just use the navigation_tabs event.
Cupara Well-known member Mar 20, 2013 #3 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.
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.
Mike XenForo developer Staff member Mar 20, 2013 #4 Use the template_hook event, look for that hook name and manipulate the output.
Cupara Well-known member Mar 20, 2013 #5 Oh duh, I have a listener setup already. I will add to it. Thanks Mike