moving a navbar link to "quick links"

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • jon7777
    New Member
    • Sep 2009
    • 9
    • 3.8.x

    moving a navbar link to "quick links"

    is there a way to do this? i'm trying to move calendar to quick links so it doesn't take space in my navbar. any help would be greatly appreciated
  • IBxAnders
    Senior Member
    • Aug 2001
    • 1172
    • 4.0.x

    #2
    Originally posted by jon7777
    is there a way to do this? i'm trying to move calendar to quick links so it doesn't take space in my navbar. any help would be greatly appreciated
    In navbar you'd have to find this line:

    <tr><td class="thead">$vbphrase[quick_links]</td></tr>

    and below it add

    <tr><td class="vbmenu_option"><a href="calendar.php$session[sessionurl_q]">Calendar</a></td></tr>
    anders | vbulletin team | check out the new vbulletin facebook app
    Proudly vBulletin'ing since 2001
    Please be my friend!
    http://www.twitter.com/inetskunkworks
    vBulletin Performance Articles:
    Click here to read

    Comment

    • jon7777
      New Member
      • Sep 2009
      • 9
      • 3.8.x

      #3
      Originally posted by IBxAnders
      In navbar you'd have to find this line:

      <tr><td class="thead">$vbphrase[quick_links]</td></tr>

      and below it add

      <tr><td class="vbmenu_option"><a href="calendar.php$session[sessionurl_q]">Calendar</a></td></tr>
      will that remove the calendar link from the navbar as well?

      Comment

      • IBxAnders
        Senior Member
        • Aug 2001
        • 1172
        • 4.0.x

        #4
        Originally posted by jon7777
        will that remove the calendar link from the navbar as well?
        Well no, you'd have to search for calendar.php and delete it. Probably looks something like:

        <td class="vbmenu_control"><a href="calendar.php$session[sessionurl_q]">$vbphrase[calendar]</a></td>

        and you will need to delete the entire block.
        anders | vbulletin team | check out the new vbulletin facebook app
        Proudly vBulletin'ing since 2001
        Please be my friend!
        http://www.twitter.com/inetskunkworks
        vBulletin Performance Articles:
        Click here to read

        Comment

        • jon7777
          New Member
          • Sep 2009
          • 9
          • 3.8.x

          #5
          Originally posted by IBxAnders
          Well no, you'd have to search for calendar.php and delete it. Probably looks something like:

          <td class="vbmenu_control"><a href="calendar.php$session[sessionurl_q]">$vbphrase[calendar]</a></td>

          and you will need to delete the entire block.
          alright thanks, and this applies for all the navbar links?

          Comment

          • IBxAnders
            Senior Member
            • Aug 2001
            • 1172
            • 4.0.x

            #6
            Originally posted by jon7777
            alright thanks, and this applies for all the navbar links?
            You should observe a common pattern there in the HTML, so yes it should apply throughout.
            anders | vbulletin team | check out the new vbulletin facebook app
            Proudly vBulletin'ing since 2001
            Please be my friend!
            http://www.twitter.com/inetskunkworks
            vBulletin Performance Articles:
            Click here to read

            Comment

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