Top links missing "Bluefox v2 theme"

stunod

New Member
For some reason some of the links on top are all messed up with the Bluefox v2 theme I have just installed. Could someone please tell me how to fix this or tell me what file I will need to look into?

stunod
 
The blanks are as followed!

User CP | Downloads | FAQ | Member List | Calendar | Get New | Search | Quick Links | Logout

Bolds are the missing words.
 
Why does nobody read the instructions theses days?...lol, plus this question has been answered a million times already...did ou even bother to search?
 
Ok, i got it now. I have imported the phase.xml file but can anyone tell me how to fix the download button, It is still a little off?

stunod
 
stunod said:
Ok, i got it now. I have imported the phase.xml file but can anyone tell me how to fix the download button, It is still a little off?

stunod

Remove any new code/ links you have added, then follow these steps:

Find this code:

HTML:
		<td width="78" height="34"  class="css_nav"><a href="memberlist.php$session[sessionurl_q]">$vbphrase[vb_members_list]</a></td>

And below add this:

Code:
<td width="78" height="34"  class="css_nav"><a href="[color=Red][b]vbgarage.php[/b][/color]" rel="nofollow">[color=Lime][b]Garage[/b][/color]</a></td>

Change the red part to the page you want to link the button to, and change the green part to the name you want on the tab.

This will add the new link to the right hand side of 'Members' in your navbar. If you want the link elsewhere, you need to add the code where you want the button to display.

Tip: Don't add too many new links in your navbar or they will be forced don onto the next line, and remember- some people will have a smaller screen that you so be careful. When they get forced down onto the next line your forum will look crap.
 
Not to grave dig, but where would I upload the XML file?

I can't find the "Default Language" or whatever it talks about on the Instructions.

Any help is awesome, thanks.
 
Back
Top