Page 1 of 1

Logo problem I am having with Olympus

PostPosted: Wed Jul 05, 2006 7:15 am
Author: Stephanie
I have it showing the logo i am using in the configuration...but it wont show it on the website.

I have to use Styles/add banner for it to show...

How can i fix this.

Please and Thanks

Re: Logo problem I am having with Olympus

PostPosted: Wed Jul 05, 2006 1:47 pm
Author: Helter
open templates/olympus_140/overall_header.tpl


FIND

Code: Select all
                              <tr>                                 <td><img></td>                                 <td><a><img></a></td>                                 <!--<img></a></td>-->                                                                 <BEGIN>                                 <td><div>{BANNER_0_IMG}</div></td>                                 <END>                                                                 <td><a><img></a></td>                                 <td>     </td>                                 <td><img></td>                             </tr>    


REPLACE WITH

Code: Select all
                              <tr>                                 <td><img></td>                                 <td><a><img></a></td>                                 <BEGIN>                                 <td><div>{BANNER_0_IMG}</div></td>                                 <END>                                                                 <td><a><img></a></td>                                 <td>     </td>                                 <td><img></td>                             </tr>    

PostPosted: Thu Jul 06, 2006 7:51 am
Author: Stephanie
Ok I did what you said, but its still not showing anything.

Actually the configuration tab doesnt even have a logo section in it...

Re: Logo problem I am having with Olympus

PostPosted: Thu Jul 06, 2006 8:55 am
Author: Helter
styles/add banner is for the banner mod, and the default location is on the top right. The logo (on the left) is administrated in acp/general admin/configuration/

PostPosted: Thu Jul 06, 2006 9:04 am
Author: Stephanie
But the admin panel under configuration, it is not there in the olympus theme :-s