Quote:
Originally Posted by thecool444
Hey savior i see you got the downloads link in you vbulleitn menu bar. Can you please tell me how you did that. I have done the optional edits but it didn't work.
|
In your AdminCP...go to the following: Styles & Templates/Style Manager
Now you'll want to select the style you're going to edit and select Edit Templates for that style.
Choose the navbar template.
What you'll want to do inside this template is decide where you want to put the link in the navbar. So if you have an idea...all you have to do is paste this code where you want the link to appear:
Code:
<td class="vbmenu_control"><a href="downloads.php$session[sessionurl_q]">$vbphrase[ecdownloads_downloads]</a></td>
So just try to find the locations that show "vbmenu_control" in the navbar template...and add the line of code above where you want the link to appear.
BTW...I'm using vbulletin 3.6.8 PL2.
Hope this helped...