How To: Change your logo to point to site homepage

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Trevor Hannant
    vBulletin Support
    • Aug 2002
    • 24358
    • 5.7.X

    How To: Change your logo to point to site homepage

    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.

    AdminCP > Styles & Templates > Style Manager > [Edit Templates] > header

    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>
    Vote for:

    - Admin Settable Paid Subscription Reminder Timeframe (vB6)
    - Add Admin ability to auto-subscribe users to specific channel(s) (vB6)

Related Topics

Collapse

Working...