Logo Url Re-directing
If you wish for your logo to re-direct to another website upon clicking it then follow this path:
Admin CP -> Skin & Templates -> HTML Templates -> Manage HTML. From here click on the 7th option entitled Global HTML elements then scroll down until you reach the 14th section entitled Board Header (logo, links, etc) click on Edit Single to the right of this. Upon entering this section find the following line in the template: </div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td>HTML </td></tr><tr><td id='CODE'><a href='{ibf.script_url}' title='Board Home'><img src='{ibf.vars.img_url}/logo4.gif' alt='Powered by Invision Power Board' border="0" /></a></td></tr></table><div class='postcolor'> Replace this part of the template with the following: </div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td>HTML </td></tr><tr><td id='CODE'><a href='http://www.yourwebsite.com/' title='Board Home'><img src='{ibf.vars.img_url}/logo4.gif' alt='Powered by Invision Power Board' border="0" /></a></td></tr></table><div class='postcolor'> Change the text marked in Orange to the URL of the website you wish the banner to link to when clicked on (and all other customizations you with to edit), once you've completed that click on the Update templates button.
1
Add Comment |
