Quote:
Originally Posted by Lynne
You may have to do some sort of str_replace to add it in where you want it.
(Everything is done in the navigation manager now and so there really isn't a way to hook to the sub-nav menu.)
|
The old good trick from vB3

..... I thought that there is a hook somewhere there that's why I wasted my time searching around. I'll use str_replace.
Thank you Lynne !
--------------- Added [DATE]1488390563[/DATE] at [TIME]1488390563[/TIME] ---------------
Another question. I used at register_form_complete
Code:
$human_verify .= $templater->render();
and I was able to add some extra fields in registration form.
Why similar code does not works? Which hookname is the correct to add something in navbar? Now I'm using process_templates_complete