i dont want my banner to redirect to the portal when clicked, i want it to go to my forums how do i go about doing this?
have IPB 2.3.6 with UP 2.3
[CLOSED] Banner Redirect
Started by Emperor Dano, Jul 01 2009 12:35 AM
7 replies to this topic
#4
Posted 01 July 2009 - 01:52 PM
Go to
ACP->Look&Feel->Skin Manager->Your skin->Edit Template HTML->All Global HTML->global_board_header
Find the line that looks like this
and add
so it looks like
ACP->Look&Feel->Skin Manager->Your skin->Edit Template HTML->All Global HTML->global_board_header
Find the line that looks like this
<div class="borderwrap">
<div id="logostrip"><a href='{$this->ipsclass->base_url}'><!--ipb.logo.start--><img src='style_images/logo.jpg' alt='IPB' style='vertical-align:top' border='0' /><!--ipb.logo.end--></a></div>and add
act=idxright after base_url} but before '> into this portion of the line
<a href='{$this->ipsclass->base_url}act=idx'>so it looks like
<div class="borderwrap">
<div id="logostrip"><a href='{$this->ipsclass->base_url}act=idx'><!--ipb.logo.start--><img src='style_images/logo.jpg' alt='IPB' style='vertical-align:top' border='0' /><!--ipb.logo.end--></a></div>
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users


This topic is locked









