Hambil
07-16-2007, 09:12 AM
I've added several navbar choices via the new template hooks. I've also installed a hack that does the same (using the quicklinks hook). When the navbar is displayed on the vba home page all the choices added this way disappear.
I'm using a plugin with the following details:
Hook Location: parse_templates
Title: Add links to navbar
PHP Code:
$template_hook['navbar_buttons_left'] .= '<td class="vbmenu_control"><a href="http://www.ultimatenurse.com/gallery' . $session[sessionurl_q] . '">' . $vbphrase['gallery'] . '</a></td>';
$template_hook['navbar_buttons_left'] .= '<td class="vbmenu_control"><a href="http://www.ultimatenurse.com/reviewpost' . $session[sessionurl_q] . '">' . $vbphrase['reviews'] . '</a></td>';
$template_hook['navbar_buttons_left'] .= '<td class="vbmenu_control"><a href="http://www.ultimatenurse.com/classifieds' . $session[sessionurl_q] . '">' . $vbphrase['classifieds'] . '</a></td>';
Forum Index and vBa Home attached.
I'm using a plugin with the following details:
Hook Location: parse_templates
Title: Add links to navbar
PHP Code:
$template_hook['navbar_buttons_left'] .= '<td class="vbmenu_control"><a href="http://www.ultimatenurse.com/gallery' . $session[sessionurl_q] . '">' . $vbphrase['gallery'] . '</a></td>';
$template_hook['navbar_buttons_left'] .= '<td class="vbmenu_control"><a href="http://www.ultimatenurse.com/reviewpost' . $session[sessionurl_q] . '">' . $vbphrase['reviews'] . '</a></td>';
$template_hook['navbar_buttons_left'] .= '<td class="vbmenu_control"><a href="http://www.ultimatenurse.com/classifieds' . $session[sessionurl_q] . '">' . $vbphrase['classifieds'] . '</a></td>';
Forum Index and vBa Home attached.