[HOW TO - vB4] How add sub-menu drop down to the navbar (tab Forum)
by
09 Jan 2010
This mod add sub-menu drop down to the navbar (tab Forum) PS: Thank to Lynne for his help First Method
- hook location -> process_templates_complete - Title -> menu x - Execution Order -> 5 - Plugin PHP Code PHP Code:
$template_hook['navbar_end'] .= '
Change location: ($template_hook['navbar_end'] in my example) - navbar_end -> At the end to the navbar - navbar_start -> At the beginning of the navbar - navbar_after_getnew -> After "New Posts" - navbar_after_pm -> After "Private Messages" - navbar_after_faq -> After "Faq" - navbar_after_calendar -> After "Calendar" - navbar_after_community -> After "Community" button Second method
PHP Code:
{vb:raw template_hook.navbar_end}
PHP Code:
<li class="popupmenu">
PS: Just change the links and titles. |