Logo Url Re-directing - NBS






 

 

Logo Url Re-directing - NBS

View Full Version : Logo Url Re-directing


Ali
20-Jun-2004, 02:12 AM
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:
<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>

Replace this part of the template with the following:
<img src='{ibf.vars.img_url}/logo4.gif' alt='Powered by Invision Power Board' border="0" /> ('http://www.yourwebsite.com/')
Change the text marked in Gray to the URL of the website you wish the banner to link to when clicked on, once you've completed that click on the Update templates button.