View Full Version : Quick Links
cjnettleingham
09-12-2014, 09:50 PM
Hello All,
First of all i apologize if this has been answered already i did try and search but got nothing i could really understand.
How to add more links to "quick links" section?
Thank you in advance!
ozzy47
09-12-2014, 09:51 PM
What is the version of vBulletin you are running?
cjnettleingham
09-12-2014, 09:53 PM
What is the version of vBulletin you are running?
4.1.11
ozzy47
09-12-2014, 09:55 PM
Well you would need to add them to the navbar template manually.
Or you could use this mod, https://vborg.vbsupport.ru/showthread.php?t=274972
Or you could upgrade to v4.2.2 Patch Level 1 and use the Navigation Manager to add links.
cjnettleingham
09-12-2014, 09:58 PM
Well you would need to add them to the postbit_legacy or postbit template manually.
Or you could use this mod, https://vborg.vbsupport.ru/showthread.php?t=274972
Or you could upgrade to v4.2.2 Patch Level 1 and use the Navigation Manager to add links.
I don't mind editing the postbit_legacy or postbit manually but i don;t know what part of the code to edit?
ozzy47
09-12-2014, 10:04 PM
Wait, I said postbit_legacy or postbit template, that should be navbar.
Anyhow, you look for this bit of code in the navbar template:
{vb:raw template_hook.navbar_quick_links_menu_pos2}
Then after that you add your custom links, like so:
<li><a href="WHERE YOU WANT THEM TO GO" rel="nofollow">TEXT FOR THEM TO CLICK ON</a></li>
cjnettleingham
09-12-2014, 10:12 PM
Wait, I said postbit_legacy or postbit template, that should be navbar.
Anyhow, you look for this bit of code in the navbar template:
{vb:raw template_hook.navbar_quick_links_menu_pos2}
Then after that you add your custom links, like so:
<li><a href="WHERE YOU WANT THEM TO GO" rel="nofollow">TEXT FOR THEM TO CLICK ON</a></li>
I don't seem to be able to find it in nav bar?
I went to Navigation / Breadcrumbs Templates > navbar Have i done something wrong?
ozzy47
09-12-2014, 10:13 PM
Then it is a custom style?
cjnettleingham
09-12-2014, 10:16 PM
Then it is a custom style?
That is correct we are using our own style. What we got made from a company.
ozzy47
09-12-2014, 10:20 PM
Then you would need to ask them how to add the links.
Lynne
09-12-2014, 11:05 PM
You could also write a plugin to use that template_hook. However, if it doesn't exist in your custom style, then that won't work either. I would suggest doing what Chris suggested and contact the style designer about this.
ozzy47
09-12-2014, 11:09 PM
Yeah I was going to suggest the plugin but obviously the template hooks are not in the right place in the custom style. :(
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.