<html><body>
<p>It appears to be almost fixed now.<br>
The system configuration on the web interface has this line :<br>
<font size="4">RT::LocalPath /usr/local/lib/rt3 </font><br>
<br>
so I created <br>
/usr/local/lib/rt3/html/Elements/Logo<br>
and made that use the local logo that I wanted.<br>
<br>
Cleared the mason cache, restarted Apache and it worked !!<br>
<br>
I tried altering that variable in RT_SiteConfig.pm using this line, and it doesn't seem to have any effect ....<br>
Set( $LocalPath, '/usr/share/rt3/local/');<br>
<br>
For the time being, I am happy to have the ability to create my own local config, but is there a particular reason why <br>
RT might be ignoring my SiteConfig of the LocalPath variable ?<br>
<br>
Thank you all for your help.<br>
<br>
<img width="16" height="16" src="cid:1__=0FBBF9A2DFC799BA8f9e8a93df9@mtl-inst.com" border="0" alt="Inactive hide details for Re: [rt-users] Trying to change the logo. Fedora Core 7, RT3.6.3 yum install">Re: [rt-users] Trying to change the logo. Fedora Core 7, RT3.6.3 yum install<br>
<br>
<br>

<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr valign="top"><td style="background-image:url(cid:2__=0FBBF9A2DFC799BA8f9e8a93df9@mtl-inst.com); background-repeat: no-repeat; " width="1%" valign="middle"><img width="80" height="1" src="cid:3__=0FBBF9A2DFC799BA8f9e8a93df9@mtl-inst.com" border="0" alt=""><br>
<img src="cid:4__=0FBBF9A2DFC799BA8f9e8a93df9@mtl-inst.com" width="80" height="1"></td><td width="100%" valign="middle"><img width="1" height="1" src="cid:3__=0FBBF9A2DFC799BA8f9e8a93df9@mtl-inst.com" border="0" alt=""><br>

<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr valign="top"><td width="100%"><b>Re: [rt-users] Trying to change the logo. Fedora Core 7,     RT3.6.3 yum install</b></td></tr>
</table>

<table id="tmpdisplaysendto" width="100%" border="0" cellspacing="0" cellpadding="0">
<tr valign="top"><td width="1%" valign="middle"><img width="109" height="1" src="cid:3__=0FBBF9A2DFC799BA8f9e8a93df9@mtl-inst.com" border="0" alt=""><br>
<b><font color="#E26200">James Moseley</font></b></td><td width="1%" valign="middle"><img width="18" height="1" src="cid:3__=0FBBF9A2DFC799BA8f9e8a93df9@mtl-inst.com" border="0" alt=""><br>
<font color="#929292">to:</font></td><td width="100%" valign="middle"><img width="1" height="1" src="cid:3__=0FBBF9A2DFC799BA8f9e8a93df9@mtl-inst.com" border="0" alt=""><br>
Luke E Morgan, rt-users</td><td width="1%" valign="middle"><img width="141" height="1" src="cid:3__=0FBBF9A2DFC799BA8f9e8a93df9@mtl-inst.com" border="0" alt=""><br>
<div align="right"><font size="2">08/08/2007 15:44</font></div></td></tr>
</table>
</td></tr>
</table>
<br>
<hr width="2112" size="2" align="left" style="color:#B4BFCB; "><br>
<br>
<tt>Luke, just realized my response below was not sent to the list yesterday.<br>
Reading your recent post, I just noticed something from your original post<br>
yesterday:<br>
<br>
> It has been installed into<br>
> /usr/share/rt3<br>
> I've created /usr/local/rt3/html/Elements/<br>
> and copied the Logo file into that directory.<br>
<br>
I am not familiar with the FC7 yum package of RT, but if the RT is<br>
installed in /usr/share/rt3, why did you create your 'local' directory in<br>
/usr/local?<br>
<br>
You should have copied the Logo file to: /usr/share/rt3/local/html/Elements<br>
(if you install from source, you have to create the Elements directory).<br>
<br>
Unless there is something odd about the FC7 package, you currently have put<br>
your Logo file in a directory (/usr/local/x.x.x) that will never be read by<br>
RT.  Perhaps you simply made a typo in your post?<br>
<br>
<br>
James Moseley<br>
<br>
<br>
<br>
<br>
                                                                           <br>
             James                                                         <br>
             Moseley/BTV/PEGAS                                             <br>
             US                                                         To <br>
                                       Luke E Morgan                       <br>
             08/07/2007 08:35          <lmorgan@mtl-inst.com>              <br>
             AM                                                         cc <br>
                                                                           <br>
                                                                   Subject <br>
                                       Re: [rt-users] Trying to change the <br>
                                       logo. Fedora Core 7,    RT3.6.3 yum <br>
                                       install(Document link: James        <br>
                                       Moseley)                            <br>
                                                                           <br>
                                                                           <br>
                                                                           <br>
                                                                           <br>
                                                                           <br>
                                                                           <br>
<br>
<br>
<br>
I know this is covered somewhere in the documentation, cause I had to<br>
figure this out at one point myself.  The method you are using below is for<br>
versions prior to 3.6.x.  For 3.6.x versions, to change the logo you need<br>
put customized changes in the local directory.  So, in your case, you'd<br>
need to create /usr/local/rt3/local/html/Elements/ - then copy in the Logo<br>
file, edit, delete the whole mason cache (looks like you are only deleting<br>
parts of it?), and restart apache.<br>
<br>
If that doesn't work, try getting rid of the Logo syntax in<br>
RT_SiteConfig.pm and manually putting that stuff in the Logo file.  For<br>
example:<br>
<br>
    <a href="http://<RT URL>"><img src="<%$RT::WebImagesURL%>/<picutre<br>
file>" alt="<%loc("<picture title>")%>"width="92" height="50"></a><br>
<br>
In order for the following to work, you'd need to define RT::WebImagesURL<br>
in your RT_SiteConfig.pm:<br>
<br>
Set($WebPath , "/rt");<br>
Set($WebBaseURL , "https://<base RT URL>");<br>
Set($WebImagesURL , $WebPath . "/NoAuth/images/");<br>
<br>
<br>
<br>
James Moseley<br>
<br>
<br>
<br>
<br>
                                                                           <br>
             Luke E Morgan                                                 <br>
             <lmorgan@mtl-inst                                             <br>
             .com>                                                      To <br>
             Sent by:                  rt-users@lists.bestpractical.com    <br>
             rt-users-bounces@                                          cc <br>
             lists.bestpractic                                             <br>
             al.com                                                Subject <br>
                                       [rt-users] Trying to change the     <br>
                                       logo. Fedora Core 7,    RT3.6.3 yum <br>
             08/07/2007 04:20          install                             <br>
             AM                                                            <br>
                                                                           <br>
                                                                           <br>
                                                                           <br>
                                                                           <br>
                                                                           <br>
<br>
<br>
<br>
<br>
I'm sure I'm just missing something simple, but I cannot seem to change the<br>
BP logo on my install of RT 3.6.3 on Fedora Core 7.<br>
I've installed RT using yum (lazy I know, but it works apart from this<br>
issue).<br>
<br>
It has been installed into<br>
/usr/share/rt3<br>
I've created /usr/local/rt3/html/Elements/<br>
and copied the Logo file into that directory.<br>
<br>
I've added the logo I want to use into /usr/share/rt3/html/NoAuth/images<br>
It is a 92x50pixels jpeg.<br>
<br>
Following suggestions from the wiki and the mailing list archives, I put<br>
this line into the Logo file :<br>
<a href="<%$RT::LogoLinkURL%>"><img src="<%$RT::LogoURL%>" alt="Intranet"<br>
width="<%$RT::LogoWidth%>" height="<%$RT::LogoHeight%>" /></a><br>
<br>
I have modified by RT_SiteConfig.pm file.<br>
If I log into the web interface, under tools, choose system configuration,<br>
the following variables are set :<br>
RT::LogoLinkURL </tt><tt><a href="http://192.168.66.1">http://192.168.66.1</a></tt><tt><br>
RT::LogoURL /rt3/NoAuth/images/mtllogo.jpg<br>
RT::LogoWidth 92<br>
RT::LogoHeight 50<br>
RT::MasonDataDir /var/cache/rt3/mason_data<br>
<br>
I've tried stopping the webserver, deleting Logo.obj from<br>
/var/cache/rt3/mason_data/obj/3989424063/standard<br>
When I restart apache, and refresh the RT page, Logo.obj is recreated with<br>
the best practical logo in it.<br>
<br>
Where am I going wrong ? Can anyone point me in the right direction please<br>
?<br>
<br>
Thanks in advance<br>
<br>
Luke<br>
<br>
<br>
This email message may contain privileged/confidential information and/or<br>
copyright material. It is intended only for the use of the person(s) to<br>
whom<br>
it is addressed and any unauthorised use may be unlawful. If you receive<br>
this<br>
email by mistake, please advise the sender immediately by using the reply<br>
facility in your email software and delete the material from your computer.<br>
<br>
<br>
The material contained in this message does not constitute a binding<br>
contract with any company within the MTL Instruments Group plc. Opinions,<br>
conclusions and other information in this email that do not relate to the<br>
official<br>
business of this organisation shall be understood as neither given nor<br>
endorsed<br>
by it. Registered in England No. 1871978, VAT Reg. No 449343040,<br>
MTL Instruments Ltd, Power Court, Luton, LU1 3JJ<br>
_______________________________________________<br>
</tt><tt><a href="http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users">http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users</a></tt><tt><br>
<br>
Community help: </tt><tt><a href="http://wiki.bestpractical.com">http://wiki.bestpractical.com</a></tt><tt><br>
Commercial support: sales@bestpractical.com<br>
<br>
<br>
Discover RT's hidden secrets with RT Essentials from O'Reilly Media.<br>
Buy a copy at </tt><tt><a href="http://rtbook.bestpractical.com">http://rtbook.bestpractical.com</a></tt><tt><br>
<br>
<br>
<br>
<br>
<br>
<br>
</tt><br>
<hr />

<p>This email message may contain privileged/confidential information and/or<br />
copyright material.  It is intended only for the use of the person(s) to whom <br />
it is addressed and any unauthorised use may be unlawful.  If you receive this<br />
email by mistake, please advise the sender immediately by using the reply<br />
facility in your email software and delete the material from your computer.</p>

The material contained in this message does not constitute a binding<br />
contract with any company within the MTL Instruments Group plc.  Opinions,<br />
conclusions and other information in this email that do not relate to the official<br />
business of this organisation shall be understood as neither given nor endorsed <br />
by it.  Registered in England No. 1871978, VAT Reg. No 449343040, <br />
MTL Instruments Ltd, Power Court, Luton, LU1 3JJ</p>
</body></html>