how to add a link forum the header image bake to the home

Get help with installation and running phpBB 3.0.x here. Please do not post bug reports, feature requests, or MOD-related questions here.
Ideas Centre
Forum rules
END OF SUPPORT: 1 January 2017 (announcement)
Locked
zhanzhang
Registered User
Posts: 41
Joined: Sun Mar 16, 2008 8:18 am

how to add a link forum the header image bake to the home

Post by zhanzhang »

how to add a link forum the header image bake to the home index.

i'v add a image on the header...( follow the http://www.phpbb.com/community/viewtopi ... 4&t=639205 ).. but can't click the image to the home page ....

i want a link from the image to the homepage anytime when users visit....

can any one tell me how to do to make it works...thanks...
sorry to all nice guys here about my poor english...
User avatar
COD3M4ST3R-X
Registered User
Posts: 2269
Joined: Sat Aug 02, 2008 5:47 am
Location: Lahore,Pakistan

Re: how to add a link forum the header image bake to the home

Post by COD3M4ST3R-X »

Open:yourstyle/templates/overall_header.html
Find:

Code: Select all

<a href="{U_INDEX}" title="{L_INDEX}" id="logo">{SITE_LOGO_IMG}</a> 
Inline Find and Replace with your home page link.

Code: Select all

{U_INDEX} 
“Need and struggle are what excite and inspire us.”
zhanzhang
Registered User
Posts: 41
Joined: Sun Mar 16, 2008 8:18 am

Re: how to add a link forum the header image bake to the home

Post by zhanzhang »

i'v deleted the code

Code: Select all

<a href="{U_INDEX}" title="{L_INDEX}" id="logo">{SITE_LOGO_IMG}</a> 
No site logo on the header.....
just a big image on the header....

i just want to get a link back to site home .. like. http://www.phpbb.com/community/ when i cilck the big image on the header . it go back the forum home page ... this is wut i want ...can you tell me how to add code and where to add the code.and what code do i have to add ...thanks..
User avatar
COD3M4ST3R-X
Registered User
Posts: 2269
Joined: Sat Aug 02, 2008 5:47 am
Location: Lahore,Pakistan

Re: how to add a link forum the header image bake to the home

Post by COD3M4ST3R-X »

you were not to remove that code.
You did not understood correctly.
Try this:
Find:

Code: Select all

<a href="{U_INDEX}" title="{L_INDEX}" id="logo">{SITE_LOGO_IMG}</a> 
Replace With:

Code: Select all

<a href="http://www.yoursite.com" title="{L_INDEX}" id="logo">{SITE_LOGO_IMG}</a> 


So, I replaced {U_INDEX} with my boards link ;)
“Need and struggle are what excite and inspire us.”
zhanzhang
Registered User
Posts: 41
Joined: Sun Mar 16, 2008 8:18 am

Re: how to add a link forum the header image bake to the home

Post by zhanzhang »

i do deleted the code ...because i want to add a big image on the header... and also i deleted the sitelogo.... it is not so nice so i deleted it ...

just made a back ground image... so no sitelogo on the header....

i just want a link from the big image to forum home page ... ( my english is poor ), if you can't get it . i will do it again in chinese .
sorry to all nice guys here about my poor english...
zhanzhang
Registered User
Posts: 41
Joined: Sun Mar 16, 2008 8:18 am

Re: how to add a link forum the header image bake to the home

Post by zhanzhang »

anyone can help me ??
sorry to all nice guys here about my poor english...
User avatar
Lumpy Burgertushie
Registered User
Posts: 69223
Joined: Mon May 02, 2005 3:11 am
Contact:

Re: how to add a link forum the header image bake to the home

Post by Lumpy Burgertushie »

if you have made your image a background image then you will not be able to make it a link.

it is hard to tell you what to do without a link to the board so we can see what you have done.

robert
Premium phpBB 3.3 Styles by PlanetStyles.net

I am pleased to announce that I have completed the first item on my bucket list. I have the bucket.
Locked

Return to “[3.0.x] Support Forum”