Change your logo to point to site homepage??

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • LoneWolf1971
    New Member
    • Dec 2008
    • 5
    • 3.7.x

    [Forum] Change your logo to point to site homepage??

    Hello, I have tried everything, but i cannot get my logo / header to link to my homepage.

    I have tried everything. Most recently this

    In the header template I changed this:
    <a name="top" href="{vb:raw vboptions.forumhome}.php{vb:raw session.sessionurl_q}" class="logo-image"><img src="{vb:stylevar titleimage}" alt="{vb:rawphrase x_powered_by_vbulletin, {vb:raw vboptions.bbtitle}}" /></a>
    To this:
    <a name="top" href="{vb:raw vboptions.homeurl}" class="logo-image"><img src="{vb:stylevar titleimage}" alt="INSERT REQUIRED TEXT" /></a>
    I have also tried to replace this:
    href="{vb:raw vboptions.forumhome}.php
    To this:
    href="www.mysite.com"
    Nothing seems to be working. 4.1.1 is screwing with me more and more.. I dont know why i keep upgrading, seems like each time they come out with a new patch it screws more up than it fixes.

    Thanks in advance for any help here.
  • 1kether1
    Senior Member
    • Jan 2005
    • 236
    • 4.1.x

    #2
    I had this problem also . Change it to the "http://www.mysite.com/" and it will work.

    Kether

    Comment

    • LoneWolf1971
      New Member
      • Dec 2008
      • 5
      • 3.7.x

      #3
      As crazy as this sounds, that doesn't work either... lol

      Comment

      • 1kether1
        Senior Member
        • Jan 2005
        • 236
        • 4.1.x

        #4
        Originally posted by LoneWolf1971
        As crazy as this sounds, that doesn't work either... lol
        This is mine and it works:

        <div><a name="top" href="http://www.mysite.com/forum/" class="logo-image"><img src="{vb:stylevar titleimage}" alt="{vb:rawphrase x_powered_by_vbulletin, {vb:raw vboptions.bbtitle}}" /></a></div>


        My home page is a portal splash page (index.php) and the forums are at forum.php, so I changed the link to the above. Don't put the index.php, just the last / Sorry if it didn't help you.

        Kether

        Comment

        • Zachery
          Former vBulletin Support
          • Jul 2002
          • 59097

          #5
          Link to your site where its not working?

          Comment

          • LoneWolf1971
            New Member
            • Dec 2008
            • 5
            • 3.7.x

            #6


            And thanks Kether, I actually just copied and pasted your line there but used forums instead of forum, added my site and still didnt work

            Thanks Zachery for any help you may give.

            Comment

            • Zachery
              Former vBulletin Support
              • Jul 2002
              • 59097

              #7
              Do you have more than 1 style?

              Comment

              • LoneWolf1971
                New Member
                • Dec 2008
                • 5
                • 3.7.x

                #8
                yeah i got like 4 but they are all the same

                Comment

                • Zachery
                  Former vBulletin Support
                  • Jul 2002
                  • 59097

                  #9
                  As a regular user I only have access to a black one, you need to make sure you update the right style.

                  Comment

                  • LoneWolf1971
                    New Member
                    • Dec 2008
                    • 5
                    • 3.7.x

                    #10
                    I deleted the other ones, so as of right now I have 1 style, and that did the trick.. thanks Zachery!

                    Comment

                    • Zachery
                      Former vBulletin Support
                      • Jul 2002
                      • 59097

                      #11
                      Good to hear

                      Comment

                      • borbole
                        Senior Member
                        • Feb 2010
                        • 3074
                        • 4.0.0

                        #12
                        If you guys want to do this with a mod and not manually, have a look at my mod here:

                        Comment

                        • DrewryMedia
                          Senior Member
                          • Oct 2010
                          • 162

                          #13
                          Originally posted by Zachery
                          Link to your site where its not working?
                          If you click the logo on my site, you'll see that it points to the forum. I want the logo to point to DrewryNewsNetwork.com. And, I also want to remove '/content' from DrewryNewsNetwork.com. How can I accomplish these 2?
                          DNN l Drewry l DNN on YouTube l DNN Web Links Library l Twitter

                          Comment

                          • NashChristian
                            Senior Member
                            • May 2008
                            • 187
                            • 4.0.0

                            #14
                            Can this still not be done within the admincp? It still requires hard coding?

                            Comment

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

                              #15
                              Originally posted by NashChristian
                              Can this still not be done within the admincp? It still requires hard coding?
                              You would need a template edit to change the target URL.

                              If you need assistance with this, please open your own thread with full details of the problem and we'll do our best to help.
                              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

                              Related Topics

                              Collapse

                              Working...