Back to Programming Articles

navigation to Links Directory at navbar
by mikaelweb 31 Jul 2005

here is navigation to Links at navbar http://www.vbadvanced.com/forum/showthread.php?p=56291#post56291

In the Navbar template find:
Code:
<if condition="$show['member']">
Above that add:
Code:
<td id="link" class="vbmenu_control"><a href="$vboptions[bburl]/#link" accesskey="4" rel="nofollow">Links</a> <script type="text/javascript"> vbmenu_register("link"); </script></td>
In the Navbar template find:
Code:
<!-- / PAGENAV POPUP -->
Under that add:
Code:
<!-- link menu -->
    <div class="vbmenu_popup" id="link_menu" style="display:none"> 
  <table cellpadding="4" cellspacing="1" border="0">
    <tr> 
      <td class="thead">Links Directory</td>
    </tr>
    <tr> 
      <td class="vbmenu_option"><a href="$vboptions[homeurl]/links">Links&nbsp;Directory</a></td>
    </tr>
    <tr> 
      <td class="vbmenu_option"><a href="$vboptions[bburl]/misc.php?do=linktous">Link 
        To Us</a></td>
    </tr>
    <tr> 
      <td class="vbmenu_option"><a href="$vboptions[homeurl]/links/addlink.php?c=">Submit 
        a Link</a></td>
    </tr>
    <tr> 
      <td class="vbmenu_option"><a href="$vboptions[homeurl]/links/browselinks.php?do=newlinks">What's 
        New</a></td>
    </tr>
    <tr> 
      <td class="vbmenu_option"><a href="$vboptions[homeurl]/links/search.php?">Search</a></td>
    </tr>
  </table>
    </div>
    <!-- / link menu -->
There you have it.
Attached Thumbnails
Click image for larger version
Name:	demo.gif
Views:	149
Size:	5.0 KB
ID:	32693  
Attached Files
File Type: txt navigation to Links at navbar.txt (1.6 KB, 39 views)

vblts.ru supports vBulletin®, 2022-2024