PDA

View Full Version : Adding links under forum buttons?


DieselTruck
08-08-2010, 12:09 AM
Are there any hacks, or suggestions for adding links under the forum header bar. Picture attached below for reference.

Thanks!

KevinL
08-08-2010, 01:04 AM
In the 'navbar' those links are created.

[email protected] vbmenu_register("postmenu_2090285", true);
08-27-2010, 10:40 AM
KevinL, thanks for that info. My problem is that I am not a programmer. I want to add the Contact Us button from the footer into that Navbar. Can you or anyone else provde the code for that?

KevinL
08-27-2010, 01:52 PM
Find :

{vb:raw template_hook.navbar_end}

Directly under add:

<li><a href="{vb:raw vboptions.contactuslink}" rel="nofollow" accesskey="9">{vb:rawphrase contact_us}</a></li>

[email protected] vbmenu_register("postmenu_2090370", true);
08-27-2010, 03:22 PM
Thanks, I ended up downloading the vbh add new tabs mod and it works great. Thanks for your quick response as well.