PDA

View Full Version : Navbar problem


Hawk7173
05-27-2012, 08:32 PM
I've looked through the articles and haven't been able to find what I need.

I installed a mod to add custom pages and it changed the title of one of the other tabs in the navbar. I uninstalled the mod and it left the title of the tab that it had changed blank.

I want to put the original title back on the tab. How do I do this?

ForceHSS
05-27-2012, 10:52 PM
Link to site, plugin you used. Also make sure you have removed all parts of the plugin

Hawk7173
05-27-2012, 11:04 PM
This is the mod used....

https://vborg.vbsupport.ru/showthread.php?t=235359&highlight=custom%2Bpages

--------------- Added 1338163736 at 1338163736 ---------------

Here's a screenshot of what I am referring to.

http://teamm14.com/images/navbar.jpg

--------------- Added 1338163778 at 1338163778 ---------------

I've also made sure that the files have been deleted or uninstalled.

Boofo
05-27-2012, 11:54 PM
Try looking in the phrases for the text you want to change.

Disco_Stu
05-28-2012, 12:05 AM
Is your site in production or development? if development you can restore your database assuming you backed it up prior to adding the mod.

That mod has some issues but it's a good mod if you know how to deal with the shortcomings.

See my comments on the mod thread.

Hawk7173
05-28-2012, 12:11 AM
The problem is, the phrase no longer exists as far as I can tell.....

The site is past development. I just wanted to see about adding a page, but when this happened, I no longer wanted it. It may be a good mod, however, I am not a coder so it's not all that easy to troubleshoot.

I have a mod in place that added a 2nd navbar. It's called New Navbar (2) tabs
I've had that mod for some time, I looked for that mod and have had no luck.

Boofo
05-28-2012, 12:39 AM
Well, the phrase has to be there somewhere or you wouldn't still see it. Do a Search Phrases for the text.

Hawk7173
05-28-2012, 12:57 AM
I don't see the text, just the tab....

Boofo
05-28-2012, 01:05 AM
Oh, the blank navtab is what you are talking about. Sorry about that. I misunderstood. Where does the tab take you to when you click on it?

Hawk7173
05-28-2012, 01:14 AM
Takes us to a join page on a different website.

--------------- Added 1338171300 at 1338171300 ---------------

It still does that, just no title.

--------------- Added 1338171732 at 1338171732 ---------------

I believe it's the first one in this code

<vb:elseif condition="$show['member']" />
<li><a class="navtab" href="search.php?{vb:raw session.sessionurl}do=getnew&amp;contenttype=vBForum_P ost" accesskey="2">{vb:rawphrase getnew_tab}</a></li>
<vb:else />
<li><a class="navtab" href="search.php?{vb:raw session.sessionurl}do=getdaily&amp;contenttype=vBForum _Post" accesskey="2">{vb:rawphrase getnew_tab}</a></li>
</vb:if>
{vb:raw template_hook.navtab_end}

Boofo
05-28-2012, 01:48 AM
The first link is for New Posts, so I doubt that is the code for that button. You're going to have to have someone log in to your site and check it out further.

Hawk7173
05-28-2012, 02:10 AM
I erred before as both tabs the blank one and the one to the right go to pages on the forum and no offsite.

I can show you the code after and before that code if you want.

here's a screenshot of the mod in options

http://teamm14.com/images/scrnsht.jpg

You can see there that the title of the tab is missing, but I can't find anywhere to add the title.

--------------- Added 1338175330 at 1338175330 ---------------

--------------- Added 1338176915 at 1338176915 ---------------

Problem solved. I located after a thorough search, the product that I used to add the tabs and re-installed it. Good to go!

Thanks for all the assistance!