[Rt-devel] Re: logo change

Brandi L maristbrandi at gmail.com
Fri Jun 1 12:23:10 EDT 2007


Sean,

I've followed your directions but I'm still having a funny problem and I'm
wondering if you saw something similar. When I do

Set( $LogoImageURL, $WebImagesURL . " foxylogo.gif");

the image won't display. I'm positive that the image name is correct. But,
when I do

Set( $LogoImageURL, $WebImagesURL . " bplogo.gif");

it works just fine.

Any suggestions?

-Brandi L



On 5/30/07, Brandi L <maristbrandi at gmail.com> wrote:
>
> Hi Sean,
>
> Thanks so much for the advice! I'd tried following the directions on the
> Wiki and was having problems. I'll give it a try.
>
> Warmest regards,
> Brandi L
>
>
>  On 5/30/07, Conway, Sean <sean.conway at mtsallstream.com > wrote:
> >
> >  G'Day,
> >     I saw your posting and knowing I had the same problem. It is not as
> > straight forward as you are lead to believe on the wiki and the 3.6.3fix is not the same for
> > 3.6.4. I got it working for 3.6.4 but only with some help from BP
> > developers.
> >
> > stop http daemon
> >
> > In the RT_SiteConfig.pm add the following. Change the details for your
> > site
> > Set( $LogoLinkURL, 'http://www.mtsallstream.com');
> > Set( $LogoImageURL, $WebImagesURL . " mtslogo.gif");
> > Set( $LogoAltText, "MTS Allstream Corporate Logo");
> > Set( $LogoWidth, '177');
> > Set( $LogoHeight, '33');
> >
> > put your logo file in this location
> >
> >  /opt/rt3/share/html/NoAuth/images/mtslogo.gif
> >
> >
> >
> >
> >
> > modify /opt/rt3/share/html/Elements/Logo with the following line. I
> > don't have a copy of the original so I can't tell you what was there
> > originally.
> >
> > <a href="<%$RT::LogoLinkURL%>"><img src="<%$RT::LogoImageURL%>" alt="<%
> > loc($RT::LogoAltText) %>" width="<%$RT::LogoWidth%>"
> > height="<%$RT::LogoHeight%>" /></a>
> >
> >
> > if httpd was started stop the service (i.e. CentOS example) remove a
> > directory created everytime by mason then restart http with the modified
> > entries.
> >
> > service httpd stop
> >
> > rm -rf /opt/rt3/var/mason_data/obj
> >
> > service httpd start
> >
> >
> >
> >
> >
> > Sean Conway
> > Network System Specialist
> > Enhanced Systems
> > MTS Allstream Inc.
> > 640 Corydon Ave
> > Winnipeg, Manitoba
> >
> > Phone      204-941-7382
> > Cell          204-795-1497
> > Email       sean.conway at mtsallstream.com
> >
> > CONFIDENTIALITY WARNING:  THIS E-MAIL MESSAGE IS INTENDED ONLY FOR THE
> > PERSONAL AND CONFIDENTIAL USE  OF THE RECIPIENT(S) NAMED ABOVE.  IF THE
> > READER OF THIS MESSAGE IS NOT THE INTENDED RECIPIENT OR AN AGENT RESPONSIBLE
> > FOR DELIVERING IT TO THE INTENDED RECIPIENT, OR IF AFTER RECEIPT YOU ARE
> > ADVISED THAT THIS MESSAGE HAS BEEN SENT TO YOU IN ERROR, YOU ARE HEREBY
> > NOTIFIED THAT ANY REVIEW, DISSEMINATION, DISTRIBUTION, OR COPYING OF THIS
> > MESSAGE IS STRICTLY PROHIBITED.  IF YOU HAVE RECEIVED THIS MESSAGE IN ERROR,
> > PLEASE NOTIFY US IMMEDIATELY BY TELEPHONE AT THE NUMBER SET OUT ABOVE AND
> > DELETE THE ORIGINAL MESSAGE.
> >
> >
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.bestpractical.com/pipermail/rt-devel/attachments/20070601/d1f6f99f/attachment.htm


More information about the Rt-devel mailing list