VB navbar

Discussion in 'vBulletin Discussions' started by kneel, Sep 24, 2009.

  1. kneel

    kneel Regular Member

    bump
     
  2. kneel

    kneel Regular Member


    how did you get it to do this?
     
  3. Yoshi

    Yoshi Regular Member

    In Photoshop :P

    What skin are you trying to do it on now?
     
  4. kneel

    kneel Regular Member

    a vbskinworks skin...

    I got it to work fine on my extremepixels skin..but can get it to work on the vbskinworks skin..lol..
     
  5. Yoshi

    Yoshi Regular Member

    Can you post the header template?
     
  6. kneel

    kneel Regular Member

    Code:
    <!-- logo -->
    <a name="top"></a>
    <table border="5" width="870" cellpadding="5" cellspacing="5" align="center">
    <tr>
    <td align="center"><a href="[url=http://www.tunemytoyota.com]TuneMyToyota.com[/url] $session[sessionurl_q]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></td>
    </tr>
    </table>
    <!-- /logo -->
    </br>
    <!-- nav buttons bar -->
    $spacer_open
    <div class="tborder" style="padding:$stylevar[cellspacing]px; border-top-width:0px">
    <table cellpadding="0" cellspacing="0" border="0" width="100%" align="center">
    <tr align="center">
    
    <td class="vbmenu_control"><a href="[URL]http://tunemytoyota.com">Home</a></td[/URL]>
    <td class="vbmenu_control"><a href="[URL]http://tunemytoyota.com/forum/index.php">Forums</a></td[/URL]>
    <if condition="$show['registerbutton']">
    <td class="vbmenu_control"><a href="register.php$session[sessionurl_q]" 
    rel="nofollow">$vbphrase[register]</a></td>
    </if>
    $template_hook[navbar_buttons_left]
    
    <td class="vbmenu_control"><a href="calendar.php$session[sessionurl_q]">$vbphrase[calendar]
    </a></td>
    <if condition="$show['popups']">
    <if condition="$show['searchbuttons']">
    <if condition="$show['member']">
    <td class="vbmenu_control"><a href="search.php?$session[sessionurl]
    do=getnew" accesskey="2">$vbphrase[new_posts_nav]</a></td>
    <else />
    <td class="vbmenu_control"><a href="search.php?$session[sessionurl]
    do=getdaily" accesskey="2">$vbphrase[todays_posts]</a></td>
    </if>
    <td id="navbar_search" class="vbmenu_control"><a href="search.php$session
    [sessionurl_q]" accesskey="4" rel="nofollow">$vbphrase[search]</a> <if condition="$show['quicksearch']"><script 
    type="text/javascript"> vbmenu_register("navbar_search"); </script></if></td>
    </if>
    <if condition="$show['member']">
    <td id="usercptools" class="vbmenu_control"><a href="$show[nojs_link]
    #usercptools" accesskey="3">$vbphrase[quick_links]</a> <script type="text/javascript"> vbmenu_register("usercptools"); 
    </script></td>
    </if>
    <else />
    <if condition="$show['searchbuttons']">
    <td class="vbmenu_control"><a href="search.php$session[sessionurl_q]" 
    accesskey="4">$vbphrase[search]</a></td>
    <if condition="$show['member']">
    <td class="vbmenu_control"><a href="search.php?$session[sessionurl]
    do=getnew" accesskey="2">$vbphrase[new_posts_nav]</a></td>
    <else />
    <td class="vbmenu_control"><a href="search.php?$session[sessionurl]
    do=getdaily" accesskey="2">$vbphrase[todays_posts]</a></td>
    </if>
    </if>
    <td class="vbmenu_control"><a href="forumdisplay.php?$session[sessionurl]
    do=markread" rel="nofollow">$vbphrase[mark_forums_read]</a></td>
    <if condition="$show['member']">
    <td class="vbmenu_control"><a href="#" onclick="window.open('misc.php?
    $session[sessionurl]
    do=buddylist&focus=1','buddylist','statusbar=no,menubar=no,toolbar=no,scrollbars=yes,resizable=yes,width=250,hei
    ght=300'); return false;">$vbphrase[open_contacts]</a></td>
    </if>
    </if>
    $template_hook[navbar_buttons_right]
    <if condition="$show['member']">
    <td class="vbmenu_control"><a href="login.php?$session[sessionurl]
    do=logout&logouthash=$bbuserinfo[logouthash]" onclick="return log_out('$vbphrase
    [sure_you_want_to_log_out]')">$vbphrase[log_out]</a></td>
    </if>
    </tr>
    </table>
    </div>
    </br>
    <!-- / nav buttons bar -->
    
    <!-- content table -->
    
    $_phpinclude_output
    $welcomeheaders
     
  7. kneel

    kneel Regular Member

    now heres the Extremepixels skin , header template...Note: it works fine, just like i want it,,l

    Code:
    <!-- logo -->
    <a name="top"></a>
    <table border="5" width="870" cellpadding="0" cellspacing="0" align="center">
    <tr>
    <td align="center">
    <a href="[URL]http://www.tunemytoyota.com/"><img[/URL] src="[URL]http://www.tunemytoyota.com/forum/images/banners/bannera.jpg[/URL]" alt="" border="0" /></a>
    
    </td> 
    </tr>
    </table>
    <!-- /logo -->
    </br>
    <div align="center">
    <table width="988" border="0" align="center" cellpadding="0" cellspacing="0" class="border">
    <tr>
    <td align="left" valign="below">
    
    <table width="100%" border="0" cellpadding="0" cellspacing="0">
    <tr>
    <!-- nav buttons bar -->
    <div class="tborder" style="padding:$stylevar[cellspacing]px; border-top-width:0px">
    <table cellpadding="0" cellspacing="0" border="0" width="100%" align="center">
    <tr align="center">
    <td class="vbmenu_control"><a href="[URL]http://tunemytoyota.com">Home</a></td[/URL]>
    <td class="vbmenu_control"><a href="[URL]http://tunemytoyota.com/forum/index.php">Forums</a></td[/URL]>
    
    <if>
    <if condition="$show['registerbutton']">
    <td class="vbmenu_control"><a href="register.php$session[sessionurl_q]" rel="nofollow">$vbphrase[register]</a></td>
    </if>
    $template_hook[navbar_buttons_left]
    
    
    
    <if condition="$show['popups']">
    <if condition="$show['searchbuttons']">
    <if condition="$show['member']">
    <td class="vbmenu_control"><a href="search.php?$session[sessionurl]do=getnew" accesskey="2">$vbphrase[new_posts_nav]</a></td>
    <else />
    <td class="vbmenu_control"><a href="search.php?$session[sessionurl]do=getdaily" accesskey="2">$vbphrase[todays_posts]</a></td>
    </if>
    <td id="navbar_search" class="vbmenu_control"><a href="search.php$session[sessionurl_q]" accesskey="4" rel="nofollow">$vbphrase[search]</a> <if condition="$show['quicksearch']"><script type="text/javascript"> vbmenu_register("navbar_search"); </script></if></td>
    <td class="vbmenu_control"><a href="vbgarage.php?$session[sessionurl]do=list">$vbphrase[vbgarage]</a></td>
    </if>
    <if condition="$show['member']">
    <td id="usercptools" class="vbmenu_control"><a href="$show[nojs_link]#usercptools" accesskey="3">$vbphrase[quick_links]</a> <script type="text/javascript"> vbmenu_register("usercptools"); </script></td>
    </if>
    <else />
    <if condition="$show['searchbuttons']">
    <td class="vbmenu_control"><a href="search.php$session[sessionurl_q]" accesskey="4">$vbphrase[search]</a></td>
    <if condition="$show['member']">
    <td class="vbmenu_control"><a href="search.php?$session[sessionurl]do=getnew" accesskey="2">$vbphrase[new_posts_nav]</a></td>
    <else />
    <td class="vbmenu_control"><a href="search.php?$session[sessionurl]do=getdaily" accesskey="2">$vbphrase[todays_posts]</a></td>
    </if>
    </if>
    <td class="vbmenu_control"><a href="forumdisplay.php?$session[sessionurl]do=markread" rel="nofollow">$vbphrase[mark_forums_read]</a></td>
    <if condition="$show['member']">
    <td class="vbmenu_control"><a href="#" onclick="window.open('misc.php?$session[sessionurl]do=buddylist&focus=1','buddylist','statusbar=no,menubar=no,toolbar=no,scrollbars=yes,resizable=yes,width=250,height=300'); return false;">$vbphrase[open_contacts]</a></td>
    </if>
    </if>
    $template_hook[navbar_buttons_right]
    <if condition="$show['member']">
    <td class="vbmenu_control"><a href="login.php?$session[sessionurl]do=logout&logouthash=$bbuserinfo[logouthash]" onclick="return log_out('$vbphrase[sure_you_want_to_log_out]')">$vbphrase[log_out]</a></td>
    </if>
    </tr>
    </table>
    </div>
    
    <!-- / nav buttons bar -->
    </br>
    <!-- content table -->
    $spacer_open
    
    $welcomeheaders
     
  8. Yoshi

    Yoshi Regular Member

    Try this;

    Code:
    <!-- logo -->
    <a name="top"></a>
    <table border="5" width="870" cellpadding="5" cellspacing="5" align="center">
    <tr>
    <td align="center"><a href="TuneMyToyota.com $session[sessionurl_q]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></td>
    </tr>
    </table>
    <!-- /logo -->
    <!-- nav buttons bar -->
    <div class="tborder" style="padding:$stylevar[cellspacing]px; border-top-width:0px">
    <table cellpadding="0" cellspacing="0" border="0" width="100%" align="center">
    <tr align="center">
    
    <td class="vbmenu_control"><a href="http://tunemytoyota.com">Home</a></td>
    <td class="vbmenu_control"><a href="http://tunemytoyota.com/forum/index.php">Forums</a></td>
    <if condition="$show['registerbutton']">
    <td class="vbmenu_control"><a href="register.php$session[sessionurl_q]" 
    rel="nofollow">$vbphrase[register]</a></td>
    </if>
    $template_hook[navbar_buttons_left]
    
    <td class="vbmenu_control"><a href="calendar.php$session[sessionurl_q]">$vbphrase[calendar]
    </a></td>
    <if condition="$show['popups']">
    <if condition="$show['searchbuttons']">
    <if condition="$show['member']">
    <td class="vbmenu_control"><a href="search.php?$session[sessionurl]
    do=getnew" accesskey="2">$vbphrase[new_posts_nav]</a></td>
    <else />
    <td class="vbmenu_control"><a href="search.php?$session[sessionurl]
    do=getdaily" accesskey="2">$vbphrase[todays_posts]</a></td>
    </if>
    <td id="navbar_search" class="vbmenu_control"><a href="search.php$session
    [sessionurl_q]" accesskey="4" rel="nofollow">$vbphrase[search]</a> <if condition="$show['quicksearch']"><script 
    type="text/javascript"> vbmenu_register("navbar_search"); </script></if></td>
    </if>
    <if condition="$show['member']">
    <td id="usercptools" class="vbmenu_control"><a href="$show[nojs_link]
    #usercptools" accesskey="3">$vbphrase[quick_links]</a> <script type="text/javascript"> vbmenu_register("usercptools"); 
    </script></td>
    </if>
    <else />
    <if condition="$show['searchbuttons']">
    <td class="vbmenu_control"><a href="search.php$session[sessionurl_q]" 
    accesskey="4">$vbphrase[search]</a></td>
    <if condition="$show['member']">
    <td class="vbmenu_control"><a href="search.php?$session[sessionurl]
    do=getnew" accesskey="2">$vbphrase[new_posts_nav]</a></td>
    <else />
    <td class="vbmenu_control"><a href="search.php?$session[sessionurl]
    do=getdaily" accesskey="2">$vbphrase[todays_posts]</a></td>
    </if>
    </if>
    <td class="vbmenu_control"><a href="forumdisplay.php?$session[sessionurl]
    do=markread" rel="nofollow">$vbphrase[mark_forums_read]</a></td>
    <if condition="$show['member']">
    <td class="vbmenu_control"><a href="#" onclick="window.open('misc.php?
    $session[sessionurl]
    do=buddylist&focus=1','buddylist','statusbar=no,menubar=no,toolbar=no,scrollbars=yes,resizable=yes,width=250,hei
    ght=300'); return false;">$vbphrase[open_contacts]</a></td>
    </if>
    </if>
    $template_hook[navbar_buttons_right]
    <if condition="$show['member']">
    <td class="vbmenu_control"><a href="login.php?$session[sessionurl]
    do=logout&logouthash=$bbuserinfo[logouthash]" onclick="return log_out('$vbphrase
    [sure_you_want_to_log_out]')">$vbphrase[log_out]</a></td>
    </if>
    </tr>
    </table>
    </div>
    </br>
    <!-- / nav buttons bar -->
    </br>
    <!-- content table -->
    $spacer_open
    
    $_phpinclude_output
    $welcomeheaders
    
     
  9. kneel

    kneel Regular Member

    that seperates the nabar, but streches it across the whole screen...

    almost man..almost!! :-D
     
  10. Yoshi

    Yoshi Regular Member

    lol :D

    Try this then;

    Code:
    <!-- logo -->
    <a name="top"></a>
    <table border="5" width="870" cellpadding="5" cellspacing="5" align="center">
    <tr>
    <td align="center"><a href="TuneMyToyota.com $session[sessionurl_q]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></td>
    </tr>
    </table>
    <!-- /logo -->
    <!-- nav buttons bar -->
    <div class="tborder" style="padding:$stylevar[cellspacing]px; border-top-width:0px">
    <table cellpadding="0" cellspacing="0" border="0" width="870px" align="center">
    <tr align="center">
    
    <td class="vbmenu_control"><a href="http://tunemytoyota.com">Home</a></td>
    <td class="vbmenu_control"><a href="http://tunemytoyota.com/forum/index.php">Forums</a></td>
    <if condition="$show['registerbutton']">
    <td class="vbmenu_control"><a href="register.php$session[sessionurl_q]" 
    rel="nofollow">$vbphrase[register]</a></td>
    </if>
    $template_hook[navbar_buttons_left]
    
    <td class="vbmenu_control"><a href="calendar.php$session[sessionurl_q]">$vbphrase[calendar]
    </a></td>
    <if condition="$show['popups']">
    <if condition="$show['searchbuttons']">
    <if condition="$show['member']">
    <td class="vbmenu_control"><a href="search.php?$session[sessionurl]
    do=getnew" accesskey="2">$vbphrase[new_posts_nav]</a></td>
    <else />
    <td class="vbmenu_control"><a href="search.php?$session[sessionurl]
    do=getdaily" accesskey="2">$vbphrase[todays_posts]</a></td>
    </if>
    <td id="navbar_search" class="vbmenu_control"><a href="search.php$session
    [sessionurl_q]" accesskey="4" rel="nofollow">$vbphrase[search]</a> <if condition="$show['quicksearch']"><script 
    type="text/javascript"> vbmenu_register("navbar_search"); </script></if></td>
    </if>
    <if condition="$show['member']">
    <td id="usercptools" class="vbmenu_control"><a href="$show[nojs_link]
    #usercptools" accesskey="3">$vbphrase[quick_links]</a> <script type="text/javascript"> vbmenu_register("usercptools"); 
    </script></td>
    </if>
    <else />
    <if condition="$show['searchbuttons']">
    <td class="vbmenu_control"><a href="search.php$session[sessionurl_q]" 
    accesskey="4">$vbphrase[search]</a></td>
    <if condition="$show['member']">
    <td class="vbmenu_control"><a href="search.php?$session[sessionurl]
    do=getnew" accesskey="2">$vbphrase[new_posts_nav]</a></td>
    <else />
    <td class="vbmenu_control"><a href="search.php?$session[sessionurl]
    do=getdaily" accesskey="2">$vbphrase[todays_posts]</a></td>
    </if>
    </if>
    <td class="vbmenu_control"><a href="forumdisplay.php?$session[sessionurl]
    do=markread" rel="nofollow">$vbphrase[mark_forums_read]</a></td>
    <if condition="$show['member']">
    <td class="vbmenu_control"><a href="#" onclick="window.open('misc.php?
    $session[sessionurl]
    do=buddylist&focus=1','buddylist','statusbar=no,menubar=no,toolbar=no,scrollbars=yes,resizable=yes,width=250,hei
    ght=300'); return false;">$vbphrase[open_contacts]</a></td>
    </if>
    </if>
    $template_hook[navbar_buttons_right]
    <if condition="$show['member']">
    <td class="vbmenu_control"><a href="login.php?$session[sessionurl]
    do=logout&logouthash=$bbuserinfo[logouthash]" onclick="return log_out('$vbphrase
    [sure_you_want_to_log_out]')">$vbphrase[log_out]</a></td>
    </if>
    </tr>
    </table>
    </div>
    </br>
    <!-- / nav buttons bar -->
    </br>
    <!-- content table -->
    $spacer_open
    
    $_phpinclude_output
    $welcomeheaders
    
     
  11. kneel

    kneel Regular Member

    that one moves the navbar to the left, and keeps the gray area streched accross the whole page still..lol...

    go to www.tunemytoyota.com to see..ill leave it there for a second.
     
  12. kneel

    kneel Regular Member

    im thinkin im gonna move a couple things over to the extpixels skin and just use it..LOL...
     
  13. Yoshi

    Yoshi Regular Member

    That might be easier... :P lol
     
  14. kneel

    kneel Regular Member

    thats what im thinkin..ive tried everything under the sun to make it work..and no dice..

    thanks for all your help broski!!!
     
  15. Yoshi

    Yoshi Regular Member

    No problem :p
     

Share This Page