PDA

View Full Version : Adding links to non-forum sub-nav


Carpesimia
11-14-2011, 09:18 PM
Ok, so where's what I need. People on our site are complaining that once they click some of the search links on the navbar, they get a new navbar without those search links. so they have to go to forums, then search, then forums, then search, etc.

I cant figure out for the life of me how to put links on the subnavbar of the SEARCH (Whats new) page. I have this code:

if ($show['searchbuttons'] AND $show['member'])
{
$templater = vB_Template::create('template_with_links');
$template_hook['navbar_end'] .= $templater->render();
}

But it ONLY adds my links to the forum navbar. How can i specify other navbars? I tried (THIS_SCRIPT == "search" AND $show['member']) but it didnt work.

Any help??

Carpesimia
11-17-2011, 09:44 PM
Really? Noone at all?