How to Change the URL of the Header Logo

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Steve Machol
    Former Customer Support Manager
    • Jul 2000
    • 154488

    How to Change the URL of the Header Logo

    To change the URL of the header logo, edit the header template and change this:

    HTML Code:
    <td align="$stylevar[left]"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$st
    ylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></td>
            <td align="$stylevar[right]">
                    &nbsp;
            </td>
    To this:

    HTML Code:
    <td align="$stylevar[left]"><a href="http://www.yoursite.com"><img src="$stylevar[titleimage]" bord
    er="0" alt="$vboptions[bbtitle]" /></a></td>
            <td align="$stylevar[right]">
                    &nbsp;
            </td>
    ...with "http://www.yoursite.com" being the URL to the page you want to link to.
    Steve Machol, former vBulletin Customer Support Manager (and NOT retired!)
    Change CKEditor Colors to Match Style (for 4.1.4 and above)

    Steve Machol Photography


    Mankind is the only creature smart enough to know its own history, and dumb enough to ignore it.


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