View Full Version : Adding links to "Quick Links"
Nathan2006
04-11-2006, 03:36 AM
Hello,
Just wondering if anyone knew if there is anyway I could add
Calender and New Posts into the Quick links menu?
My nav bar is getting quite big now :( lol
Thank you for any help :)
EDIT: Or even if there is a way to make the text smaller on the nav bar?
Thanks :)
Freesteyelz
04-11-2006, 03:47 AM
Let's go with the former. :)
In your Navbar template find this or something similar to:
<tr><td class="thead">$vbphrase[quick_links]</td></tr>
Add under:
<tr><td class="vbmenu_option"><a href="calendar.php$session[sessionurl_q]">$vbphrase[calendar]</a></td></tr>
<if condition="$show['member']">
<tr><td class="vbmenu_option"><a href="search.php?$session[sessionurl]do=getnew" accesskey="2">$vbphrase[new_posts_nav]</a></td></tr>
</if>
Now find and remove:
<td class="vbmenu_control"><a href="calendar.php$session[sessionurl_q]">$vbphrase[calendar]</a></td>
And
<if condition="$show['member']">
<td class="vbmenu_control"><a href="search.php?$session[sessionurl]do=getnew" accesskey="2">$vbphrase[new_posts_nav]</a></td>
<else />
<td class="vbmenu_control"><a href="search.php?$session[sessionurl]do=getdaily" accesskey="2">$vbphrase[todays_posts]</a></td>
</if>
Nathan2006
04-11-2006, 03:55 AM
Thank you Freesteyelz for your very fast reply :D
It works and looks great!
Thank you:cool:
Freesteyelz
04-11-2006, 04:04 AM
Glad it's working. :)
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.