Moving Contact us, to top menu - help?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • craigthacrab
    New Member
    • Mar 2010
    • 7
    • 4.0.0

    [Forum] Moving Contact us, to top menu - help?

    I am trying to move the contact us at the footer up into the menu bar, but can't seem to find an easy way or even a way to do it. I have searched here and over at .org and can't seem to find a way to move it. Can anyone help me out? Sorry if this a dumb question!

    -Craig

    vb 4.0.2
  • Removed-836727
    Banned by User Request
    • Apr 2006
    • 1274

    #2
    You have to edit the navbar template(add the link) and to edit the footer template (to remove it)

    Comment

    • craigthacrab
      New Member
      • Mar 2010
      • 7
      • 4.0.0

      #3
      I am not sure what type of link to add into the Navbar as it seems to be a little more complicated then just adding a link into the navbar pointing to sendmessage.php page and it should appear as it's own button in the menu. Can anyone provide more details on what to put in the Navbar, I would great appreciate it.

      Comment

      • borbole
        Senior Member
        • Feb 2010
        • 3074
        • 4.0.0

        #4
        Originally posted by craigthacrab
        I am not sure what type of link to add into the Navbar as it seems to be a little more complicated then just adding a link into the navbar pointing to sendmessage.php page and it should appear as it's own button in the menu. Can anyone provide more details on what to put in the Navbar, I would great appreciate it.
        Where exactly in the navbar do you want it to appear?

        Comment

        • craigthacrab
          New Member
          • Mar 2010
          • 7
          • 4.0.0

          #5
          Originally posted by borbole
          Where exactly in the navbar do you want it to appear?
          The last on the right? It doesn't really matter we just want it to be up at the top since it's the way our customers can contact us.

          Comment

          • borbole
            Senior Member
            • Feb 2010
            • 3074
            • 4.0.0

            #6
            Originally posted by craigthacrab
            The last on the right? It doesn't really matter we just want it to be up at the top since it's the way our customers can contact us.
            Find and remove the following code from the fototer template:

            HTML Code:
            <vb:if condition="$show['contactus']"><li><a href="{vb:raw vboptions.contactuslink}" rel="nofollow" accesskey="9">{vb:rawphrase contact_us}</a></li></vb:if>
            Then at the navbar template find the following code:

            HTML Code:
            {vb:raw template_hook.navtab_end}
            Then after it add the following code:

            HTML Code:
            <vb:if condition="$show['contactus']">
            <li><a class="navtab" href="{vb:raw vboptions.contactuslink}" rel="nofollow" accesskey="9">{vb:rawphrase contact_us}</a></li>
            </vb:if>
            Let me know how it will go.

            Comment

            • craigthacrab
              New Member
              • Mar 2010
              • 7
              • 4.0.0

              #7
              Awesome borbole Thanks so much for taking the time to help me out!

              Comment

              • borbole
                Senior Member
                • Feb 2010
                • 3074
                • 4.0.0

                #8
                Originally posted by craigthacrab
                Awesome borbole Thanks so much for taking the time to help me out!
                You are most welcome. Glad to have been of help

                Comment

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