UKBL- Easy Menu Tabs
This modification is in the archives.
UKBL- Easy Menu Tabs Now works on 3.5.x Credits: Christopher Ware ~ Thanks I've been playing around with creating some Menu Tabs for the top of the forums, These ones do not mess up your CSS or use Javascript and you can have it set up and running on your forums in minutes. DEMO: http://www.ukbusinesslive.co.uk/forum/demo.html Members Site Live Demo's: http://www.gamelobby.com/Forum/ http://www.itproservices.net/forums/index.php?styleid=10 I've done this in a neutral color, so it'll be fine for light colored forums, I will add some darker ones and a black one later if requested So what do you do??? Installation is sooooo simple your gonna love this, First you need to open the html file with notepad or similar, and make a few edits, Mainly the location of the 2 gif's and the links to the urls or onsite links. so in Note pad look for this.. Code:
background:url("tableft1.gif") no-repeat left top; Code:
background:url("http://i4875.photobucket.com/albums/rr1/ukbusinesslive/tableft1.gif") no-repeat left top; Code:
background:url("tabright1.gif") no-repeat right top; So thats it with the gif edits, you still need to scroll further down to the menu edits here Code:
<ul> <!-- CSS Tabs --> <li id="current"><a href="http://www.ukbusinesslive.co.uk/topsite/"><span>Forums Topsite</span></a></li> <li><a href="http://www.ukbusinesslive.co.uk/forum/group.php?"><span>Social Groups</span></a></li> <li><a href="http://www.ukbusinesslive.co.uk/forum/online.php?"><span>Who's Online</span></a></li> <li><a href="http://astore.amazon.co.uk/ukbuli-21"><span>UKBL Bookstore</span></a></li> <li><a href="http://www.ukbusinesslive.co.uk/forum/usercp.php"><span>Your CP</span></a></li> <li><a href="http://www.ukbusinesslive.co.uk/forum/memberlist.php"><span>Member List</span></a></li> <li><a href="http://www.ukbusinesslive.co.uk/"><span>UK Business Live</span></a></li> if you want extra tabs just add another line like this Code:
<li><a href="http://www.ukbusinesslive.co.uk/forum/memberlist.php"><span>Member List</span></a></li> For Dark Colored Sites If your Site is Black or has a Black Background you'll want black tabs like this Then you'll have to Download the Black_ Tabs.zip This include a new code that you need to edit as well as the 2 Black Gifs to get the correct colour. Instructions are the same as above Please Click install if you like it If you want to see a nice collection of downloadable Menu Tabs, Veiw My Post in the Graphics forum, and download what you need Spoiler (click to open)UKBL- Easy Menu Tabs Collection 1 Credits: Christopher Ware ~ Thanks DEMO: http://www.ukbusinesslive.co.uk/forum/demo.html Members Site Live Demo's: http://www.gamelobby.com/Forum/ http://www.itproservices.net/forums/index.php?styleid=10 Hi Everyone, Thanks for all you Emails and comments and by popular demand here is the UKBL- Easy Menu Tabs Collection Vol 1, 10 of our most popular tabs In a variety of different styles to suit your Forums. IMPORTANT: Please check out the UKBL- Easy Menu Tabs in the Mod forums for a full set of instructions on how to install these menu tabs, They involve very little editing and a couple of simple graphics uploads, Look at the 3.7.x version here UKBL- Easy Menu Tabs Works in all versions from 3.5.x upto 3.8.x So, this is our Tabs Collection Vol 1 See the pictures below, You can simply download the zip file, please read up the instaruction in the above mod page, any other problems post here. Tab 1 Sliding Doors Tab 2 Rounded Top Tab 3 Plain Menu Tab 4 Horizontal Brown Tab 5 Navy Blue Tab 6 Dark Blue Tab 7 Black Tabs Tab 8 Neutral Blue (Ideal for Default VBulletin Forums) Tab 9 Black Gray Tab 10 Small Green So thats it, You've got a nice selection of 10 different styles of tabs, complete with their coding. You need to simply edit the coding with the instructions on the mod page and then Just cut and paste the contents of the HTML file to the very end of your styles header template. On some tab designs you may need to upload the .gif's to your forums image/misc folder or you could even upload it to photobucket, it really is that simple. Zips are in the above orderwith the same name so download what you need lets hope this makes your forum just that little bit better, Enjoy Please don't forget to click installed if you use any of these tabs, and hey, why don't you post a link back to your site to show off your new feature Take care now Close
vBAdvanced Integration Ther seem to be a slight problem with users that use vBAdvanced Integration
Code:
</style> </head> <body> <div id="tabsH"> <ul> <!-- CSS Tabs --> <li id="current"><a href="http://www.ukbusinesslive.co.uk/topsite/"><span>Forums Topsite</span></a></li> <li><a href="http://www.ukbusinesslive.co.uk/forum/group.php?"><span>Social Groups</span></a></li> <li><a href="http://www.ukbusinesslive.co.uk/forum/online.php?"><span>Who's Online</span></a></li> <li><a href="http://astore.amazon.co.uk/ukbuli-21"><span>UKBL Bookstore</span></a></li> <li><a href="http://www.ukbusinesslive.co.uk/forum/usercp.php"><span>Your CP</span></a></li> <li><a href="http://www.ukbusinesslive.co.uk/forum/memberlist.php"><span>Member List</span></a></li> <li><a href="http://www.ukbusinesslive.co.uk/"><span>UK Business Live</span></a></li> </ul> </div> </body> </html> Enjoy VBa Members To Open in new Browser Window To get the link to open in a new browser window, what you do is add the target="_blank" attribute to your link tag, like this in your Menu Links area <li><a href="http://www.ukbusinesslive.co.uk/" target="_blank"><span>UK Business Live</span></a></li> If you do that to the ones that you want to open in a new window, then you don't navigate away from your site Changing individual Tab Font Colors You can add some html markup between the <span> where the tab name is Just change the first <Span> Value to Code:
<span style="color:Green"> Code:
<li><a href="http://www.ukbusinesslive.co.uk/topsite/"><span style="color:Green">Forums Topsite</span></a></li> Hope that helps, just change the color Green, for a color of your choice You could use a tab with a different color text to point to your Paypal Account and call it donations Worth a try Tab Color Changes on Hover
Dependant on what tab design you are using, find the following in the code Code:
#tabs1 a:hover { background-position:0% -42px; } Code:
#tabs1 a:hover span { color:#000000; background-position:0% -42px; } Just change this color hex to whatever hex color you want Enjoy Download This modification is archived and cannot be downloaded. |
Similar Mods
Forum Home Enhancements UKBL- Easy Menu Tabs | vBulletin 3.8 Template Modifications |
Forum Home Enhancements UKBL- Easy Menu Tabs | vBulletin 3.7 Template Modifications |
Forum Home Enhancements UKBL- Easy Menu Tabs | vBulletin 3.6 Template Modifications |
Major Additions Innovative Mouseover Tabs Menu 3.7.x | vBulletin 3.7 Add-ons |
Major Additions Innovative Mouseover Tabs Menu 3.6.x | vBulletin 3.6 Add-ons |