[ic] logo image change

Paul Jordan paul at gishnetwork.com
Thu Nov 13 08:46:58 EST 2003


Kerry Blalock [kerryb at basicq.com] wrote:
>> Kerry Blalock wrote:
>>
>>> I am using 4.8 on an outside server, redhat. I want to change the
>>> logo.jpg image to a logo.gif image. I have tried replacing logo.jpg
>>> in the LEFTRIGHT template, but the old image is still there. I have
>>> the replacement image in /foundation directory. I searched my
>>> interchange mail (about 11 months worth) and could not find
>>> solution.
>>>
>>>
>> I change the image /var/www/html/foundation/images/logo.gif. In the
>> apache webserver directory.
>>
>
> Sounds like I may not have access to this area on the remote service
> I am using. I can get the image to the place it is being read from,
> but it has to be changed in the file that is calling it. That is the
> location I am trying to find.


What version? this is from a 4.9.8 cat LEFTRIGHT_TOP:

<!--- top left and right logo --->
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
  <td align="left" valign="middle" class="maincontent">
    &nbsp;<img src="__THEME_LOGO__">
  </td>
  <td align="right" valign="middle" class="maincontent">
    <img width="174" height="60" src="__THEME_IMG_DIR__logo2.gif">&nbsp;
  </td>
</tr>
</table>

It appears you would need to edit theme.cfg, or remove the VAR above and insert
your own __IMG_DIR__/foo/bar.jpg

At any rate, it sounds like your on the right track.... you may need to restart
after editing a template BTW.

Paul



More information about the interchange-users mailing list