Results 1 to 4 of 4

Editing Tabs in header

This is a discussion on Editing Tabs in header within the Template Modifications forums, part of the vBulletin SEO Discussion category; Hey all, I have tabs in my header that are custom! I need to add another tab that is exactly ...

  1. #1
    Member
    Real Name
    Gen
    Join Date
    Nov 2008
    Posts
    79
    Liked
    0 times

    Editing Tabs in header

    Hey all,

    I have tabs in my header that are custom! I need to add another tab that is exactly like the tabs and also add drop down for with submenues in the tabs. I know the edit is done in header template but I have no clue how to create the tab and how to create the Drop down for the tabs.

    Here is link for my site USAFA Community

    you can see what the tabs look like I need to create.

    If some one can just tell me the code and where to put then I can handle it from there!

    I want to make a Tab Called Galleries and then have a drop down with submenu links called "Image Gallery" and "Video Gallery"!

    Thanks for you help

  2. #2
    Senior Member briansol's Avatar
    Real Name
    Brian
    Join Date
    Apr 2006
    Location
    Central CT, USA
    Posts
    6,981
    Liked
    8 times
    looks like all you need to do is add another list element.

    so,

    find
    Code:
    <li class="menupadding"><a href="http://www.usafacommunity.com/forum/blogs/">Users Blogs</a></li>
    add directly after:

    Code:
    <li class="menupadding"><a href="http://www.usafacommunity.com/forum/gallery/">Gallery</a></li>
    <li class="menupadding"><a href="http://www.usafacommunity.com/forum/vides/">Videos</a></li>
    obviously renaming the links/titles to what you want and where they are.

  3. #3
    Member
    Real Name
    Gen
    Join Date
    Nov 2008
    Posts
    79
    Liked
    0 times
    Quote Originally Posted by briansol View Post
    looks like all you need to do is add another list element.

    so,

    find
    Code:
    <li class="menupadding"><a href="http://www.usafacommunity.com/forum/blogs/">Users Blogs</a></li>
    add directly after:

    Code:
    <li class="menupadding"><a href="http://www.usafacommunity.com/forum/gallery/">Gallery</a></li>
    <li class="menupadding"><a href="http://www.usafacommunity.com/forum/vides/">Videos</a></li>
    obviously renaming the links/titles to what you want and where they are.

    Thanks so much for the info this is what I needed to know.

    It looks like the line for the new Galleries Tab is missing! Don't I need the Galleries tab to put the drop menu in? thanks

  4. #4
    Senior Member briansol's Avatar
    Real Name
    Brian
    Join Date
    Apr 2006
    Location
    Central CT, USA
    Posts
    6,981
    Liked
    8 times
    no, just paste those 2 lines in after the first one.

    the CSS and javascript are already there and will form the tab from that li

Similar Threads

  1. DOM/CSS tabs
    By Ziki in forum Off-Topic & Chit Chat
    Replies: 8
    Last Post: 09-27-2008, 06:01 PM
  2. Member profile tabs
    By nfn in forum Troubleshooting
    Replies: 0
    Last Post: 09-08-2008, 06:05 PM
  3. vb3.7.0 Links to Profile Tabs
    By aibon in forum URL Rewrite Settings
    Replies: 0
    Last Post: 08-11-2008, 05:19 PM
  4. Technology Tabs Now on vBSEO
    By Adam in forum Analysis: Traffic & SERPS
    Replies: 7
    Last Post: 10-04-2007, 07:06 PM
  5. Social Bookmarking Tabs?
    By sixty6 in forum Troubleshooting
    Replies: 5
    Last Post: 12-02-2006, 02:38 PM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •