LOGO

LOGO

Postby career2009 » Wed Mar 03, 2010 11:28 pm

Do you have plans to set up the script so we can put a logo on the page?
career2009

 
Posts: 1
Joined: Wed Mar 03, 2010 11:25 pm

Re: LOGO

Postby admin » Thu Mar 04, 2010 5:14 pm

Hi,

There will be no specific feature for this, mainly because you already have the ability to do it inside the template.

Simply edit the header.tpl file inside your template (/templates/default/header.tpl)

replace the code:

Code: Select all
<!-- Logo Starts -->
   <div id="logo" class="floatleft"><h1><a href="<?php echo $this->site->url;?>"><?php echo $this->site->name;?></a></h1></div>
<!-- Logo Ends -->


with this code:
Code: Select all
<!-- Logo Starts -->
   <div id="logo" class="floatleft"><a href="<?php echo $this->site->url;?>"><img src="/templates/default/image/logo.png"></a></div>
<!-- Logo Ends -->


and finally upload your logo to the path /templates/default/image/logo.png or where ever you like...
User avatar
admin
Site Admin
 
Posts: 462
Joined: Sun Nov 22, 2009 7:24 pm

Re: LOGO

Postby billybala » Sat May 15, 2010 3:29 pm

Hi i have followed the above instructions to add the logo to my site.
Its working but can't show the full logo. it only show the top of the logo and the bottom was overlapped with the header.
are there any width and height limit of the logo? like 200x200 dpi?
billybala

 
Posts: 8
Joined: Tue May 11, 2010 3:24 pm

Re: LOGO

Postby twitch » Mon May 17, 2010 5:17 am

you have to edit the logo size in the css
twitch

 
Posts: 254
Joined: Sat Feb 20, 2010 12:09 am


Return to Feature Requests

Who is online

Users browsing this forum: No registered users and 1 guest

cron