How can i add a link to the Navbar

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • SB_GEMINI
    New Member
    • Mar 2006
    • 17

    How can i add a link to the Navbar

    How can i add a link to the Navbar, ive been through both the navbar and navbar_links templates but still cant get a link to show up.
  • harmor
    Senior Member
    • Aug 2003
    • 1334

    #2
    You can either follow these directions
    Go to your: Admin CP -> Styles & Templates -> Style Manager -> « » -> Navigation / Breadcrumb Templates -> navbar Find this code. Add the code in red: <!-- nav buttons bar --> <div align="center"> <table class="tborder" cellpadding="$stylevar[cellpadding]&


    or download my plugin
    Custom Navbar Links

    Comment

    • SB_GEMINI
      New Member
      • Mar 2006
      • 17

      #3
      thxs for the help, though im still stuck i cant find any of the code thats beign mentioned i think its cos im using a custom skin this is my navbar code:

      Code:
      <script type="text/javascript">
      <!--
      function log_out()
      {
          ht = document.getElementsByTagName("html");
          ht[0].style.filter = "progid:DXImageTransform.Microsoft.BasicImage(grayscale=1)";
          if (confirm('$vbphrase[sure_you_want_to_log_out]'))
          {
              return true;
          }
          else
          {
              ht[0].style.filter = "";
              return false;
          }
      }
      //-->
      </script>
      
      <!-- breadcrumb-->
      <table cellpadding="0" cellspacing="0" border="0" width="100%" align="center">
      <tr>
          <td width="100%">
              <if condition="is_array($navbits)">
                  <table width="100%" border="0" cellpadding="0" cellspacing="0">
                  <tr valign="bottom">
                      <td><a href="#" onClick="history.back(1); return false;"><img src="$stylevar[imgdir_misc]/navbits_start.gif" alt="$vbphrase[go_back]" border="0" /></a></td>
                      <td>&nbsp;</td>
                      <td width="100%"><span class="navbar"><a href="$vboptions[forumhome].php$session[sessionurl_q]" accesskey="1">$vboptions[bbtitle]</a></span> $navbits[breadcrumb]</td>
                  </tr>
                  <tr>
                      <td class="navbar" style="font-size:10pt; padding-top:1px" colspan="3"><a href="$scriptpath"><img class="inlineimg" src="$stylevar[imgdir_misc]/navbits_finallink.gif" alt="$vbphrase[reload_this_page]" border="0" /></a> <strong>$navbits[lastelement]</strong></td>
                  </tr>
                </table>            
              <else />
                  <div class="navbar" style="font-size:10pt"><a href="$vboptions[forumhome].php$session[sessionurl_q]" accesskey="1"><img class="inlineimg" src="$stylevar[imgdir_misc]/navbits_start.gif" alt="" border="0" /></a> <strong>$vboptions[bbtitle]</strong></div>
              </if>
          </td>    
      
          
      </tr>
      </table>
      <!-- / breadcrumb-->
      
      
      <br />
      <if condition="$show['forumdesc']">
          <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
          <tr>
              <td class="alt1" width="100%"><strong>$foruminfo[title]</strong> <span class="smallfont">$foruminfo[description]</span></td>
          </tr>
          </table>
          <br />
      </if>
      
      <if condition="$show['popups']">
      <!-- NAVBAR POPUP MENUS -->
          
          <if condition="$show['searchbuttons']">
          <!-- header quick search form -->
          <div class="vbmenu_popup" id="navbar_search_menu" style="display:none">
              <table cellpadding="4" cellspacing="1" border="0">
              <tr>
                  <td class="thead">$vbphrase[search_forums]</td>
              </tr>
              <tr>
                  <td class="vbmenu_option" title="nohilite">
                  <form action="search.php" method="post">
                      <input type="hidden" name="do" value="process" />
                      <input type="hidden" name="showposts" value="0" />
                      <input type="hidden" name="quicksearch" value="1" />
                      <input type="hidden" name="s" value="$session[sessionhash]" />
                      <input type="text" class="bginput" name="query" size="20" />&nbsp;$gobutton<br />
                  </form>
                  </td>
              </tr>
              <tr>
                  <td class="vbmenu_option"><a href="search.php$session[sessionurl_q]" accesskey="4" rel="nofollow">$vbphrase[advanced_search]</a></td>
              </tr>
              </table>
          </div>
          <!-- / header quick search form -->
          </if>
      
          <if condition="$show['member']">
          <!-- user cp tools menu -->
          <div class="vbmenu_popup" id="usercptools_menu" style="display:none">
              <table cellpadding="4" cellspacing="1" border="0">
              
              <tr><td class="thead">$vbphrase[quick_links]</td></tr>        
              <if condition="$vboptions['enablesearches']"><tr><td class="vbmenu_option"><a href="search.php?$session[sessionurl]do=getdaily">$vbphrase[todays_posts]</a></td></tr></if>
              <tr><td class="vbmenu_option"><a href="forumdisplay.php?$session[sessionurl]do=markread">$vbphrase[mark_forums_read]</a></td></tr>
              <tr><td class="vbmenu_option"><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></tr>
      
      <!-- [START HACK='vB Pager' AUTHOR='UAEWEB.COM' VERSION='3.0.3' CHANGEID= 4 ] -->
              <tr><td class="vbmenu_option"><a href="#" onclick="window.open('$vboptions[bburl]/pager.php?$session[sessionurl]do=buddylist','pagerbuddylist','statusbar=no,menubar=no,toolbar=no,scrollbars=yes,resizable=yes,width=$vboptions[vbpager_width],height=$vboptions[vbpager_height]'); return false;">$vbphrase[pager_open_vbpager]</a></td></tr>
      <!-- [END HACK='vB Pager' AUTHOR='UAEWEB.COM' VERSION='3.0.3' CHANGEID= 4 ] -->
                      
              <tr><td class="thead"><a href="usercp.php$session[sessionurl_q]">$vbphrase[user_control_panel]</a></td></tr>
              <if condition="$show['siglink']"><tr><td class="vbmenu_option"><a href="profile.php?$session[sessionurl]do=editsignature">$vbphrase[edit_signature]</a></td></tr></if>
              <!--<if condition="$show['avatarlink']"><tr><td class="vbmenu_option"><a href="profile.php?$session[sessionurl]do=editavatar">$vbphrase[edit_avatar]</a></td></tr></if>-->
              <tr><td class="vbmenu_option"><a href="profile.php?$session[sessionurl]do=editprofile">$vbphrase[edit_profile]</a></td></tr>
              <tr><td class="vbmenu_option"><a href="profile.php?$session[sessionurl]do=editoptions">$vbphrase[edit_options]</a></td></tr>
              
              <tr><td class="thead">$vbphrase[miscellaneous]</td></tr>
              <if condition="$show['pmstats']"><tr><td class="vbmenu_option"><a href="private.php$session[sessionurl_q]" rel="nofollow">$vbphrase[private_messages]</a></td></tr></if>
      
      <!-- [START HACK='vB Pager' AUTHOR='UAEWEB.COM' VERSION='3.0.3' CHANGEID= 3 ] -->
                  <if condition="$show['pager']"><br /><a href="#" onclick="window.open('$vboptions[bburl]/pager.php?action=pager&do=log&folder=inbox','pagerinbox','statusbar=no,menubar=no,toolbar=no,scrollbars=yes,resizable=yes,width=650,height=500'); return false;">$vbphrase[pager_pager_messages]</a><phrase 1="$bbuserinfo[pagerunread]" 2="$bbuserinfo[pagertotal]">$vbphrase[pager_messages_nav_x_y]</phrase></if>
      <!-- [END HACK='vB Pager' AUTHOR='UAEWEB.COM' VERSION='3.0.3' CHANGEID= 3 ] -->
      
              <tr><td class="vbmenu_option"><a href="subscription.php$session[sessionurl_q]" rel="nofollow">$vbphrase[subscribed_threads]</a></td></tr>
              <tr><td class="vbmenu_option"><a href="member.php?$session[sessionurl]u=$bbuserinfo[userid]">$vbphrase[my_profile]</a></td></tr>
              <if condition="$show['wollink']"><tr><td class="vbmenu_option"><a href="online.php$session[sessionurl_q]">$vbphrase[whos_online]</a></td></tr></if>
              
              </table>
          </div>
          <!-- / user cp tools menu -->
          </if>
      <!-- / NAVBAR POPUP MENUS -->
      
      <!-- PAGENAV POPUP -->
      
          <div class="vbmenu_popup" id="pagenav_menu" style="display:none">
              <table cellpadding="4" cellspacing="1" border="0">
              <tr>
                  <td class="thead" nowrap="nowrap">$vbphrase[go_to_page]</td>
              </tr>
              <tr>
                  <td class="vbmenu_option" title="nohilite">
                  <form action="$vboptions[forumhome].php" method="get" onsubmit="return this.gotopage()" id="pagenav_form">
                      <input type="text" class="bginput" id="pagenav_itxt" style="font-size:11px" size="4" />
                      <input type="button" class="button" id="pagenav_ibtn" value="$vbphrase[go]" />
                  </form>
                  </td>
              </tr>
              </table>
          </div>
      
      <!-- / PAGENAV POPUP -->
      </if>
      where can i put another link in there?

      Comment

      widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
      Working...