Jump to content


[CLOSED] Banner Redirect


  • This topic is locked This topic is locked
7 replies to this topic

#1 Emperor Dano

    Newbie

  • Members
  • Pip
  • 5 posts

Posted 01 July 2009 - 12:35 AM

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

#2 dheyrman

    Advanced Member

  • Members
  • PipPipPip
  • 49 posts

Posted 01 July 2009 - 05:46 AM

go to admin / tools & settings / System Settings / General Configuration

Names & Addresses

Website Address :
http://www.domain.com/forumfoldername/index.php?act=idx


regards

#3 Emperor Dano

    Newbie

  • Members
  • Pip
  • 5 posts

Posted 01 July 2009 - 11:10 AM

didnt work, all it did was redirect the portal button to the forum instead of the unreal portal. banner still goes to unreal portal

#4 Steve

    Advanced Member

  • Administrators[Admin]
  • PipPipPip
  • 130 posts
  • Gender:Male

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

<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=idx
right 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>


#5 Emperor Dano

    Newbie

  • Members
  • Pip
  • 5 posts

Posted 01 July 2009 - 02:24 PM

nope didnt work. :( still goes to the portal.

#6 Steve

    Advanced Member

  • Administrators[Admin]
  • PipPipPip
  • 130 posts
  • Gender:Male

Posted 01 July 2009 - 03:18 PM

worked for me. Did you undo your previous edit?

#7 Emperor Dano

    Newbie

  • Members
  • Pip
  • 5 posts

Posted 01 July 2009 - 03:47 PM

previous edits? i undid what the first guy told me to do if thats what you mean

#8 Emperor Dano

    Newbie

  • Members
  • Pip
  • 5 posts

Posted 04 July 2009 - 10:21 PM

know what, im gonna wipe my entire cache for the skins and then do it then update cache

fixed, thanks guys





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users