View Full Version : Quick question about navbar editing
photongbic
10-18-2005, 01:41 PM
Forgive the newbie question but I am just getting started with vBulletin...
I have created a VB powered page and would like it to be available in the navbar between Calendar and Today's Posts. I found plenty of info on creating the page but nothing on adding a link to it in the navbar. Is there something that explains how to do that?
Thanks for your help in advance...
PS - Can you recommend any good Tutorials or HowTo's to get a newbie going?
Ranma2k
10-18-2005, 02:00 PM
Forgive the newbie question but I am just getting started with vBulletin...
I have created a VB powered page and would like it to be available in the navbar between Calendar and Today's Posts. I found plenty of info on creating the page but nothing on adding a link to it in the navbar. Is there something that explains how to do that?
Thanks for your help in advance...
PS - Can you recommend any good Tutorials or HowTo's to get a newbie going?
it's just simple html editing
if you take the code in the navbar template
you can just copy the code for the calender and paste it again and replace the values in it
photongbic
10-18-2005, 02:36 PM
it's just simple html editing
if you take the code in the navbar template
you can just copy the code for the calender and paste it again and replace the values in it
It tried that (Style Manager => Edit Templates => navbar) but I still don't see anything on the navbar...
<td class="vbmenu_control"><a href="calendar.php$session[sessionurl_q]">$vbphrase[calendar]</a></td>
<td class="vbmenu_control"><a href="weather.php$session[sessionurl_q]">$vbphrase[weather]</a></td>
Any thoughts?
It tried that (Style Manager => Edit Templates => navbar) but I still don't see anything on the navbar...
<td class="vbmenu_control"><a href="calendar.php$session[sessionurl_q]">$vbphrase[calendar]</a></td>
<td class="vbmenu_control"><a href="weather.php$session[sessionurl_q]">$vbphrase[weather]</a></td>
Any thoughts?
Found it. $vbphrase[weather] needs to have something to lookup. So you have to add a global phrase in the Phrase Manager (AdminCP => Languages & Phrases => Phrase Manager). In this case, added a global phrase called "weather" with the text "Weather".
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.