PDA

View Full Version : Navbar adjustments....


Grimholtt
04-16-2012, 01:16 AM
Sorry in advance for any repeats. Looking for a way to remove one link and add another to the the Navbar.

https://vborg.vbsupport.ru/external/2012/04/32.png

Currently, the above photo is what we have.

I would like to remove or adjust the text of the Experience link to point at a new page with this URL: http://www.tribegaming.com/content.php?380-Tribe-Gaming-on-Livestream!

and the text changed to Tribe Live.

Is there an easy way to accomplish this?

Much appreciated.

Edit: We are currently at 4.1.12.

Drakie
04-16-2012, 07:53 AM
If I click my new navbar-tab, "What's new?" displays as clicked.

To explain it better:
https://vborg.vbsupport.ru/external/2012/04/4.gif

But "What's new?" shows up as pressed.

How do I fix this?

(Ops, this was going to it's own thread, sorry)

Grimholtt
04-16-2012, 11:45 AM
Ok. I clicked on the experience link on the Navbar and selected inspect element. Here is the code that it displayed. I've highlighted the part I think I need to edit, but when I searched in templates just for that line, it came up empty.


<div class="ad_global_header">


</div>
<hr>
</div>

<div id="navbar" class="navbar">
<ul id="navtabs" class="navtabs floatcontainer">

<li>

<a class="navtab" href="content.php">Home</a>

</li>


<li class="selected"><a class="navtab" href="forum.php">Forum</a>
<ul class="floatcontainer">





<li><a href="search.php?do=getnew&amp;contenttype=vBForum_Post">New Posts</a></li>




<li><a href="private.php" rel="nofollow">Private Messages</a></li>


<li><a rel="help" href="faq.php" accesskey="5">FAQ</a></li>


<li><a href="calendar.php">Calendar</a></li>



<li class="popupmenu" id="yui-gen2">
<a href="javascript://" class="popupctrl" accesskey="6" id="yui-gen4">Community</a>
<ul class="popupbody" id="yui-gen3">


<li><a href="group.php">Groups</a></li>


<li><a href="album.php">Albums</a></li>


<li><a href="profile.php?do=buddylist">Friends &amp; Contacts</a></li>


<li><a href="memberlist.php">Member List</a></li>

<li><a href="http://www.tribegaming.com/xperience.php">Experience</a></li>
</ul>
</li>


Any ideas on how to locate and edit that line?

Lynne
04-16-2012, 02:45 PM
The problem is in your custom code to add the navtabs. You will need to look at those in order to fix the issue.