Announcement

Collapse
No announcement yet.

A couple of questions....navbar

Collapse
X
 
  • Time
  • Show
Clear All
new posts

  • A couple of questions....navbar

    Hello,
    I need help with a few issues. First off, I added a second navbar, and for some reason it comes out below our banner, see here:
    http://img88.imageshack.us/img88/2074/navbar9dj.jpg

    In the place where I added the second navbar, there is no code at all between the end of the first navbar and the beginning of the second navbar. I think one of our other moderators installed some type of ad software. How can I fix this so that the second navbar is right below the first?

    Secondly, I have a chatroom paid for, but I dont know how to add the link. I know how to add links to the navbar, but I dont know the code for the Chatroom specifically. How can I add this? Once again, I know how to add links, but I dont know the link to the chatroom (it is through vB software, anyone know what the link is). If I can get help with this as soon as possible, that would be great. Thanks!
    Patrick

  • #2
    Did you add a second navbar in the template below the variable: $navbar ?
    I recommend to add the second navbar inside the existing navbar template.

    vBulletin doesn't offer paid chatrooms. Our fan community does offer free chat rooms and can give help on how to update the navbar.

    Do you know the link to the web site address that loads the chat?

    Like .. http://www.yoursite.com/chat/index.html ?

    The link will be:

    <a href="http://www.yoursite.com/chat/index.html">Chat</a>

    Comment


    • #3
      Here is what my navbar code is for the two navbars:
      Code:
      <!-- nav buttons bar -->
      
      <div align="center">
       <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%" align="center" style="border-top-width:0px">
       <tr align="center">
      <if condition="$show['member']">
         <td class="vbmenu_control"><a href="usercp.php$session[sessionurl_q]">$vbphrase[user_cp]</a></td>
        </if>
       
          <if condition="$show['registerbutton']">
         <td class="vbmenu_control"><a href="register.php$session[sessionurl_q]" rel="nofollow">$vbphrase[register]</a></td>
        </if>
        <td class="vbmenu_control"><a href="faq.php$session[sessionurl_q]" accesskey="5">$vbphrase[faq]</a></td>
        <td class="vbmenu_control"><a href="memberlist.php$session[sessionurl_q]">$vbphrase[members_list]</a></td>
        <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> <script type="text/javascript"> vbmenu_register("navbar_search"); </script></td>
         </if>
         <if condition="$show['member']">
          <td id="usercptools" class="vbmenu_control"><a href="$show[nojs_link]#usercptools">$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&amp;focus=1','buddylist','statusbar=no,menubar=no,toolbar=no,scrollbars=yes,resizable=yes,width=250,height=300'); return false;">$vbphrase[open_buddy_list]</a></td>   
         </if>   
        </if>
        <if condition="$show['member']">
         <td class="vbmenu_control"><a href="login.php?$session[sessionurl]do=logout&amp;logouthash=$bbuserinfo[logouthash]" onclick="return log_out()">$vbphrase[log_out]</a></td>
        </if>
       </tr>
       </table>
      </div>
      
      <!-- / nav buttons bar -->
      <!-- second nav button row -->
      <div align="center">
       <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%" align="center" style="border-top-width:0px">
       <tr align="center"> 
        <td class="vbmenu_control"><a href="<A href="http://www.sportscardinfo.com">Sports">http://www.sportscardinfo.com">Sports Card Info (SCI)</a></td>
      <td class="vbmenu_control"><a href="<A href="http://www.nonsportscardinfo.com">Non">http://www.nonsportscardinfo.com">Non Sports Card Info (NSCI)</a></td>
      <td class="vbmenu_control"><a href="<A href="http://www.autographinsider.com">Autograph">http://www.autographinsider.com">Autograph Insider (AI)</a></td>
       </tr>
       </table>
      </div>
      <!-- / second nav button row -->
      All of that is in the Navbar template.

      As far as the chatroom, I dont know the link, that is the problem. It was something like http://www.traderretreat.com/chat/index.html , but that doesnt work. Where can I setup a free one that works through the forums? How do I add this so it works for all members? Thanks
      Patrick

      Comment

      widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
      Working...
      X
      😀
      🥰
      🤢
      😎
      😡
      👍
      👎