View Full Version : Easy modification - Remove Nav Link
aggiefan
04-12-2005, 09:56 PM
I'm trying to remove the calendar and possibly members list from my nav bar on my site. I want to replace them with a link to the subscriptions page.
Can anybody point me in the right direction to find the code/templates to change for this? I'm pretty new at all of this, so the more help you can give me, the better.
Adrian Schneider
04-12-2005, 10:42 PM
AdminCP -> Styles & Templates -> Style Manager -> (Your Style) -> Edit Templates -> Expand Navigation / Breadcrumb Templates -> edit the 'navbar' template.
Search for <td class="vbmenu_control"><a href="memberlist.php?$session[sessionurl]">$vbphrase[members_list]</a></td>
<td class="vbmenu_control"><a href="calendar.php?$session[sessionurl]">$vbphrase[calendar]</a></td>
Remove either all of it, comment it out, or remove just what you want removed. Removing the <td>...</td> will remove the things between the <td> tags.
aggiefan
04-13-2005, 12:48 AM
Awesome...I got it to work. Now..how would I put say, "Get Ad-Free" in it's place and link it to forums/subscriptions.php?
nevermind...figured it out all by my lonesome.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2024, vBulletin Solutions Inc.