Results 1 to 4 of 4
-
12th Sep 2009, 07:18 AM #1OPMemberWebsite's:
thedailygrindforum.comLogo question
HI,
I want to make my logo in the header clickable so it points at my board index, but I do not know how to do it.
And now I have only a button in my index page with "board index"
So if someone could explain me how, I would be very delighted
O, an I am using phpbb 3WarezFreaks Reviewed by WarezFreaks on . Logo question HI, I want to make my logo in the header clickable so it points at my board index, but I do not know how to do it. And now I have only a button in my index page with "board index" So if someone could explain me how, I would be very delighted :) O, an I am using phpbb 3 Rating: 5
-
12th Sep 2009, 10:27 AM #2MemberWebsite's:
LulzCovers.com LulzTroll.comedit the overall header file in the templates folder
find {SITENAME}
and replace it with
Code:<a href="{U_INDEX}" title="{L_INDEX}" id="logo">{SITENAME} </a>
Code:<a href="{U_INDEX}" title="{L_INDEX}" id="logo">{SITE_LOGO_IMG}</a>
Contact me for Traffic, SEO, WCDDL, Wordpress, IPB related Services or queries.
Template Designing, PSD to HTML, Wordpress
-
12th Sep 2009, 11:50 AM #3OPMemberWebsite's:
thedailygrindforum.comSo this is the part that needs to be changed.
<td width="470" height="80" style="background:url('{T_THEME_PATH}/images/midl.png');"><div class="logo"><a class="headw" href="{U_INDEX}">{SITENAME}</a><br /><span class="genmedw">{SITE_DESCRIPTION}</span></div></td>
-
12th Sep 2009, 12:37 PM #4MemberWebsite's:
LulzCovers.com LulzTroll.comeverthing seems alright.
seems you have edited midl.png for your logo.
backup your overall header file and then try to edit as given below.
replace the code:
Code:<td width="470" height="80" style="background:url('{T_THEME_PATH}/images/midl.png');"><div class="logo"><a class="headw" href="{U_INDEX}">{SITENAME}</a><br /><span class="genmedw">{SITE_DESCRIPTION}</span></div></td>
Code:<td width="470" height="80" style="background:url('{T_THEME_PATH}/images/midl.png');"><div class="logo"><a class="headw" href="{U_INDEX}"><img src="{T_THEME_PATH}/images/midl.png" width="470" height="50"></a><br /><span class="genmedw">{SITE_DESCRIPTION}</span></div></td>
replace with this code:
Code:<td width="470" height="80"><div class="logo"><a class="headw" href="{U_INDEX}"><img src="{T_THEME_PATH}/images/midl.png" width="470" height="50"></a><br /><span class="genmedw">{SITE_DESCRIPTION}</span></div></td>
if you are having any problem i can edit it for you. pm me.Contact me for Traffic, SEO, WCDDL, Wordpress, IPB related Services or queries.
Template Designing, PSD to HTML, Wordpress
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
Stunning Logo Designing - 5$ Per Logo - Grab Your Logo Now
By Faizann20 in forum Graphics AreaReplies: 43Last Post: 2nd Aug 2012, 11:39 PM -
[Question] How to add watermark, logo or text to video?
By huhu18susu in forum Technical Help Desk SupportReplies: 2Last Post: 23rd Aug 2011, 10:50 AM -
favicon + Logo + Register Banner + Logo Needed (Free))
By lion_boy877 in forum Graphics AreaReplies: 17Last Post: 20th Oct 2010, 11:30 AM -
question about windows server before i buy and question about wrzhost
By priviet02 in forum Hosting DiscussionReplies: 5Last Post: 3rd Jan 2010, 05:23 PM -
Notices Question and Clickable Logo
By pspuser007 in forum vBulletinReplies: 4Last Post: 18th Dec 2008, 11:59 PM
themaCreator - create posts from...
Version 3.45 released. Open older version (or...