The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Tabs at top of this site
Does anyone have the code for adding the tabbed navigation that exists at the top of this forum?
I'd love to use that sort of navigation for the different sections of my forum. |
#2
|
||||
|
||||
you might want take a look at http://www.dynamicdrive.com/style/
not exactly wut u lookin for but will give u some ideas! |
#3
|
|||
|
|||
<a href="https://vborg.vbsupport.ru/showthread.php?t=143032" target="_blank">https://vborg.vbsupport.ru/showthread.php?t=143032</a>
|
#4
|
|||
|
|||
Thanks, but that didnt really tell me how the tabs are added. I understand its in the header template, but does anyone have the instructions on how to write the code.
|
#5
|
||||
|
||||
Just view the source code of the page for a better understanding... I'm not trying to talk down, but it's all done with simple HTML & CSS.
|
#6
|
|||
|
|||
I was searching for this, and figured it out, it takes 1 template edit (navbar) and you have to add some code to the style CSS, then upload 2 images.
|
#7
|
||||
|
||||
Actually, one image. That one image has both states of the button. Using CSS, you programmatically change the displayed pixels.
|
#8
|
|||
|
|||
2 images if you want the button width to change with the text. That's what I understand anyway.
|
#9
|
|||
|
|||
anyone have a step by step tutorial on how to create this for our styles???please!!
|
#10
|
|||
|
|||
step one, pick one from here
http://exploding-boy.com/images/cssmenus/menus.html Step 2, download the pack of menus there from here http://www.exploding-boy.com/2005/12...ation-designs/ where it says "Download the entire menu set" upload the images for the style you want to your images folder Example = tableftC.gif and tabrightC.gif Edit your styles & templates > style manager > YOUR SKIN > Main CSS Scroll to the bottom to see "Additional CSS Definitions" Paste the code for your css menu there. example: PHP Code:
Code:
<if condition="$show['member']"> <td class="alt2" valign="top" nowrap="nowrap"> Code:
<div id="tabsJ"> <ul> <li><a href="http://www.YOURFORUM.com/forum/forumdisplay.php?f=69" title="Buy and Sell with other members here."><span>Classifieds</span></a></li> <li><a href="http://www.YOURFORUM.com/forum/forumdisplay.php?f=133" title="Purchase products for your rig from our vendors!"><span>Vendors</span></a></li> <li><a href="http://www.YOURFORUM.com/forum/forumdisplay.php?f=4" title="Non Tech Forums"><span>Non Tech</span></a></li> <li><a href="http://www.YOURFORUM.com/forum/forumdisplay.php?f=1" title="Tech Forums"><span>Tech</span></a></li> <li><a href="http://www.YOURFORUM.com/forum/arcade.php" title="Hang out in the Arcade!"><span>Arcade</span></a></li> <li><a href="http://www.YOURFORUM.com/forum/" title="The main forum page!"><span>Home</span></a></li> </ul> </div><br><br> These are the basic instructions, you can use any tabs you'd like. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|