![]() |
How to add links into the top menu ?
Hello,
how can I add links into the top menu ? http://www.image-dream.com/up/112914...anstitre-2.jpg And how can I do a listing menu like quick links ? Thanks for your answers ;) |
Hello Gael11 ;)
For vB 3.5 or 3.0.9 ? |
For normal linkls like calendar, FAQ, userCP, etc use
Code:
<td class="vbmenu_control"><a href="URL to point to">Name Of Link</a></td> Code:
<td class="vbmenu_control"><a href="calendar.php$session[sessionurl_q]">$vbphrase[calendar]</a></td> For drop down menu's you need two sections of code. PART ONE Code:
<td id="whatever you wanna call it" class="vbmenu_control"><a href="$show[nojs_link]#whatever you wanna call it">Link Title</a> <script type="text/javascript"> vbmenu_register("whatever you wanna call it"); </script></td> Code:
<td class="vbmenu_control"><a href="calendar.php$session[sessionurl_q]">$vbphrase[calendar]</a></td> Code:
<div class="vbmenu_popup" id="whatever you wanna call it_menu" style="display:none"> Add this AFTER Code:
<!-- / NAVBAR POPUP MENUS --> |
Quote:
Ooops I have forgot to give my version. It's for v3.5. Quote:
|
Oooops. My turn to cock up!
Yes it's the navbar. |
OK big thanks !!!
|
Thanks for that - exactly what I was looking for!
|
All times are GMT. The time now is 01:08 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|