How to add "Home" Button to the navbar?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Matrix Leader
    Senior Member
    • Nov 2011
    • 117
    • 3.8.x

    How to add "Home" Button to the navbar?

    I used to know how to do it in VB4 but now that I downgraded to VB3 I don't have an idea how to do this

    Basically, I want to have a Home button before the USERCP that leads to my webpage URL >>> http://berryracer.com


    kindly give me the code and tell me where to insert it in the navbar

    thanks a lot
  • Lynne
    Former vBulletin Support
    • Oct 2004
    • 26255

    #2
    That would require modifying your navbar template. If you need help modifying code, you need to ask for help over on vbulletin.org. Please note that we do not officially support modified code.

    Please don't PM or VM me for support - I only help out in the threads.
    vBulletin Manual & vBulletin 4.0 Code Documentation (API)
    Want help modifying your vbulletin forum? Head on over to vbulletin.org
    If I post CSS and you don't know where it goes, throw it into the additional.css template.

    W3Schools <- awesome site for html/css help

    Comment

    • Matrix Leader
      Senior Member
      • Nov 2011
      • 117
      • 3.8.x

      #3
      I understand...... What a bummer

      Comment

      • Mark.B
        vBulletin Support
        • Feb 2004
        • 24286
        • 6.0.X

        #4
        Really not hard to do this....search in your navbar template for "usercp". This will show you how the "User CP" link is created....you can easily replicate that link next to it, but pointing to wherever you want.
        MARK.B
        vBulletin Support
        ------------
        My Unofficial vBulletin 6.0.0 Demo: https://www.talknewsuk.com
        My Unofficial vBulletin Cloud Demo: https://www.adminammo.com

        Comment

        • Matrix Leader
          Senior Member
          • Nov 2011
          • 117
          • 3.8.x

          #5
          Originally posted by Mark.B
          Really not hard to do this....search in your navbar template for "usercp". This will show you how the "User CP" link is created....you can easily replicate that link next to it, but pointing to wherever you want.
          I did it thanks to a guy on vBulletin Forums.org

          Originally posted by CoffeeLovesYou
          Go into the navbar template, and find:
          HTML Code:
            <if condition="$show['member']">
             <td class="vbmenu_control"><a href="usercp.php$session[sessionurl_q]">$vbphrase[user_cp]</a></td>
            </if>
          Above the if condition, you can add:
          HTML Code:
          <td class="vbmenu_control"><a href="http://berryracer.com/">Home</a></td>
          NOTE: You can change Home to say anything you want, such as Homepage, Home, bettyracer.com, you name it.
          Enjoy.

          Comment

          • Mark.B
            vBulletin Support
            • Feb 2004
            • 24286
            • 6.0.X

            #6
            Yep that's exactly what I was thinking of!

            Easy once you try it!
            MARK.B
            vBulletin Support
            ------------
            My Unofficial vBulletin 6.0.0 Demo: https://www.talknewsuk.com
            My Unofficial vBulletin Cloud Demo: https://www.adminammo.com

            Comment

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