+ Reply to Thread
Results 1 to 2 of 2

Thread: Change logo to point to site homepage

  1. #1
    vBulletin Team Trevor Hannant is just really nice Trevor Hannant is just really nice Trevor Hannant is just really nice Trevor Hannant is just really nice Trevor Hannant is just really nice Trevor Hannant's Avatar
    Join Date
    Jul 2002
    Location
    Edinburgh, Scotland
    Age
    38
    Posts
    8,078

    Change logo to point to site homepage

    Note: This only applies to the 3.x series

    One reasonably common request for a simple change is to have the logo point to the site home page instead of the Forums home page. This is a simple change in the header template as follows.

    Find this code:

    Code:
    <a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a>
    and replace it with this:

    Code:
    <a href="$vboptions[homeurl]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[hometitle]" /></a>
    Provided the url provided in AdminCP > vBulletin Options > Site Name / URL / Contact Details is correct, this will effect this change.
    1 - If you're going to upgrade your live site - BACKUP YOUR DATABASE FIRST!!
    2 - If you need to restore an old database - create a new one and restore to there

    TEST IT FIRST! See this article on how to setup a test site

    ** PMs asking me for support will be deleted unless I've asked you to PM me with additional details **

    Been to Scotland - come tell us about it...

  2. #2
    vBulletin Team Trevor Hannant is just really nice Trevor Hannant is just really nice Trevor Hannant is just really nice Trevor Hannant is just really nice Trevor Hannant is just really nice Trevor Hannant's Avatar
    Join Date
    Jul 2002
    Location
    Edinburgh, Scotland
    Age
    38
    Posts
    8,078
    For 4.x, please make the following change:

    Find this code:

    Code:
    <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>
    and replace it with this:

    Code:
    <a name="top" href="{vb:raw vboptions.homeurl}" class="logo-image"><img src="{vb:stylevar titleimage}" alt="INSERT REQUIRED TEXT" /></a>
    1 - If you're going to upgrade your live site - BACKUP YOUR DATABASE FIRST!!
    2 - If you need to restore an old database - create a new one and restore to there

    TEST IT FIRST! See this article on how to setup a test site

    ** PMs asking me for support will be deleted unless I've asked you to PM me with additional details **

    Been to Scotland - come tell us about it...

+ Reply to Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts