Changing link in top logo?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Eagle-Mark
    Member
    • Dec 2002
    • 73
    • 4.2.5

    Changing link in top logo?

    I have changed the vBulletin logo to our club logo and would like it to link to our home page not the main forum home page?
  • Floris
    Senior Member
    • Dec 2001
    • 37767

    #2
    Originally posted by Eagle-Mark
    I have changed the vBulletin logo to our club logo and would like it to link to our home page not the main forum home page?
    No problem, you can change this with a template modification.
    • Login to your admin control panel (yoursite.com/forum/admin/) as an administrator
    • From the left menu, browse down to the 'styles' section and select 'modify' (a new page on the right appears)
    • Pick the style which you want to change (like default) and click on [fonts/colors/etc]
    • Browse down to: Header:
      Code that is placed just after the <body> tag
    • And in the input box beside it, find:
      Code:
      <a href="index.php?s=$session[sessionhash]">
      and replace that with:
      Code:
      <a href=http://www.yoursite.com/page2load.html>
    • Browse down the page and click on the button that says 'Save Changes'.
    Done.

    I hope this is what you were looking for.
    Last edited by Floris; Mon 6 Jan '03, 3:30am.

    Comment

    • Eagle-Mark
      Member
      • Dec 2002
      • 73
      • 4.2.5

      #3
      I don't understand the
      <a href=http://www.yoursite.com/page2load.html>
      But this worked fine.
      <a href=http://www.yoursite.com>
      or should I run
      <a href=http://www.yoursite.com/index.htm>

      Originally posted by xiphoid
      No problem, you can change this with a template modification.
      • Login to your admin control panel (yoursite.com/forum/admin/) as an administrator
      • From the left menu, browse down to the 'styles' section and select 'modify' (a new page on the right appears)
      • Pick the style which you want to change (like default) and click on [fonts/colors/etc]
      • Browse down to: Header:

      Code that is placed just after the <body> tag<LI>And in the input box beside it, find:
      Code:
      <a href="index.php?s=$session[sessionhash]">
      and replace that with:
      Code:
      <a href=http://www.yoursite.com/page2load.html>
      <LI>Browse down the page and click on the button that says 'Save Changes'.Done.

      I hope this is what you were looking for.

      Comment

      • Floris
        Senior Member
        • Dec 2001
        • 37767

        #4
        Originally posted by Eagle-Mark
        I don't understand the
        <a href=http://www.yoursite.com/page2load.html>
        But this worked fine.
        <a href=http://www.yoursite.com>
        or should I run
        <a href=http://www.yoursite.com/index.htm>
        Since it is plain html
        any link you enter that works, works.

        page2load.html is just an example ofcourse, replace it with the page you want to load,maybe you want to load index.php index.php3 index.html index.htm home.html default.php frames.php3 -whatever you need
        but that is the place to change it
        ofcourse, yoursite.com should be replace with your true url.

        Comment

        • Eagle-Mark
          Member
          • Dec 2002
          • 73
          • 4.2.5

          #5
          Originally posted by xiphoid
          Since it is plain html
          any link you enter that works, works.

          page2load.html is just an example ofcourse, replace it with the page you want to load,maybe you want to load index.php index.php3 index.html index.htm home.html default.php frames.php3 -whatever you need
          but that is the place to change it
          ofcourse, yoursite.com should be replace with your true url.
          I understood all but "page2load.html"
          Thought it may have to be included for the script.
          Anyway thank you again for the wonderful help and support!

          Comment

          • Floris
            Senior Member
            • Dec 2001
            • 37767

            #6
            Originally posted by Eagle-Mark
            I understood all but "page2load.html"
            Thought it may have to be included for the script.
            Anyway thank you again for the wonderful help and support!
            Since I can't know what the url to the 'home' page you referred to is, I can only provide an example, and it was a pretty obvious one.

            Glad that I could have helped.

            Comment

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