View previous topic :: View next topic |
Author |
Message |
slanter905 -
Joined: 26 Aug 2004 Posts: 20
|
Posted: Thu Sep 16, 2004 10:41 pm Post subject: phpbb logo on the forum |
|
|
hi when the forum is up there is a phpbb logo on the top left of the screen if you click it u get reloaded to the forum index does anyone know how to change that hyperlink so when its clicked it sends u back to your site stead of just reloading the forum? |
|
Back to top |
|
 |
Foxified -
Joined: 13 Apr 2004 Posts: 487 Location: Canada
|
Posted: Thu Sep 16, 2004 11:39 pm Post subject: |
|
|
edit the top header.tpl _________________
 |
|
Back to top |
|
 |
slanter905 -
Joined: 26 Aug 2004 Posts: 20
|
Posted: Fri Sep 17, 2004 3:18 pm Post subject: hi |
|
|
i dont seem to have a file called top header.tpl im useing phpbb-2.0.10 |
|
Back to top |
|
 |
Foxified -
Joined: 13 Apr 2004 Posts: 487 Location: Canada
|
Posted: Fri Sep 17, 2004 3:47 pm Post subject: Re: hi |
|
|
slanter905 wrote: | i dont seem to have a file called top header.tpl im useing phpbb-2.0.10 |
oh.hmm _________________
 |
|
Back to top |
|
 |
slanter905 -
Joined: 26 Aug 2004 Posts: 20
|
Posted: Sat Sep 18, 2004 7:51 am Post subject: still cant find where to change the redirect |
|
|
useing phpbb 2.0.10 still cant find where to change the url of the hyperlink in the upper right corner of the forum the link im referring to is when u clk the phpbb logo it redirects u to the main index |
|
Back to top |
|
 |
roganty -
Joined: 08 Jun 2004 Posts: 357 Location: Bristol, UK
|
Posted: Sat Sep 18, 2004 10:51 am Post subject: |
|
|
Foxified wrote: | edit the top header.tpl |
slanter905 wrote: | i dont seem to have a file called top header.tpl im useing phpbb-2.0.10 |
i think the file Foxified on about is called: header.tpl
and not "top header.tpl"
that right? _________________ Anthony R
Roganty | Links-Links.co.uk |
|
Back to top |
|
 |
slanter905 -
Joined: 26 Aug 2004 Posts: 20
|
Posted: Sat Sep 18, 2004 4:38 pm Post subject: what do i change |
|
|
there was 3 files named header.tpl
page header.tpl
simple header.tpl
overall header.tpl
the only one that any scripting about the logo was the overall header.tpl here is what it said :
<table width="100%" cellspacing="0" cellpadding="10" border="0" align="center">
<tr>
<td class="bodyline"><table width="100%" cellspacing="0" cellpadding="0" border="0">
<tr>
<td><a href="{U_INDEX}"><img src="templates/subSilver/images/logo_phpBB.gif" border="0" alt="{L_INDEX}" vspace="1" /></a></td>
<td align="center" width="100%" valign="middle"><span class="maintitle">{SITENAME}</span><br /><span class="gen">{SITE_DESCRIPTION}<br /> </span>
<table cellspacing="0" cellpadding="2" border="0">
<tr>
can anyone look at this and tell me what needs to be changed to redirct the url to my main website |
|
Back to top |
|
 |
HIWD -
Joined: 13 Apr 2004 Posts: 142 Location: Dublin, Ireland
|
Posted: Sat Sep 18, 2004 6:01 pm Post subject: |
|
|
This bit here, Code: | <img src="templates/subSilver/images/logo_phpBB.gif" border="0" alt="{L_INDEX}" vspace="1" /> | , just edit that bit and point it to your picture. |
|
Back to top |
|
 |
roganty -
Joined: 08 Jun 2004 Posts: 357 Location: Bristol, UK
|
Posted: Sun Sep 19, 2004 3:21 pm Post subject: |
|
|
HIWD wrote: | This bit here, Code: | <img src="templates/subSilver/images/logo_phpBB.gif" border="0" alt="{L_INDEX}" vspace="1" /> | , just edit that bit and point it to your picture. |
HIWD, slanter905 wants to know about the link url, not the picture url.
Code: | <a href="{U_INDEX}">...</a> |
just change the stuff inside the double quotes to your sites address
for example:
Code: | <a href="http://yoursite.home.com"><img src="templates/subSilver/images/logo_phpBB.gif" border="0" alt="{L_INDEX}" vspace="1" /></a> |
_________________ Anthony R
Roganty | Links-Links.co.uk |
|
Back to top |
|
 |
slanter905 -
Joined: 26 Aug 2004 Posts: 20
|
Posted: Sun Sep 19, 2004 9:23 pm Post subject: thx so much |
|
|
thats exactly what i needed thanks all for your patience and help with this |
|
Back to top |
|
 |
|