The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
![]()
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 ![]() Thank you for any help ![]() EDIT: Or even if there is a way to make the text smaller on the nav bar? Thanks ![]() |
#2
|
||||
|
||||
![]()
Let's go with the former.
![]() In your Navbar template find this or something similar to: Code:
<tr><td class="thead">$vbphrase[quick_links]</td></tr> Code:
<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> Code:
<td class="vbmenu_control"><a href="calendar.php$session[sessionurl_q]">$vbphrase[calendar]</a></td> Code:
<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> |
#3
|
||||
|
||||
![]()
Thank you Freesteyelz for your very fast reply
![]() It works and looks great! Thank you ![]() |
#4
|
||||
|
||||
![]()
Glad it's working.
![]() |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|