<div class="gmail_quote">On Fri, May 1, 2009 at 11:52 AM, Asif Iqbal <span dir="ltr"><<a href="mailto:vadud3@gmail.com">vadud3@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="gmail_quote"><div class="im">On Fri, May 1, 2009 at 10:13 AM,  <span dir="ltr"><<a href="mailto:jmoseley@corp.xanadoo.com" target="_blank">jmoseley@corp.xanadoo.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

Perhaps folks were thinking you'd look in the Wiki first:<br>
<br>
<a href="http://wiki.bestpractical.com/view/ChangeLogo" target="_blank">http://wiki.bestpractical.com/view/ChangeLogo</a><br>
<br>
You will need to pay attention to the 3.5+ section regarding copying the<br>
Logo file to RT_HOME/local/html/Elements/Logo<br>
<br>
If you choose that method, you need not put all the SetLogo stuff in your<br>
RT_SiteConfig.  This is how I have my RT 3.8.2 setup.  I have not tried the<br>
instructions for RT 3.8.  That seems fairly straightfoward and much easier<br>
than creating a Logo file.<br>
<br>
Also, no need to cc the devel list...<br>
<br>
<br>
James Moseley<br>
<div><div></div><div><br>
</div></div></blockquote></div><div><br><br>Thanks for the wiki link. I just followed the 3.8 section since I am running 3.8.2 and I did exactly this<br><br><br>
# ls local/NoAuth/images/exmaple_logo.gif <br>
local/NoAuth/images/example_logo.gif<br>
<br>

# vi etc/RT_SiteConfig.pm<br>

<br>
Set($WebBaseURL , "<a href="https://rt.example.net" target="_blank">https://rt.example.net</a>");<br>
Set($WebURL , $WebBaseURL . $WebPath . "/");<br>
Set($WebImagesURL , $WebURL . "NoAuth/images/");<br>
Set($LogoURL , $WebImagesURL . "example_logo.gif");<br>
Set($LogoLinkURL,  "<a href="https://rt.example.net" target="_blank">https://rt.example.net</a>");<br>
Set($LogoImageURL, $WebImagesURL . "example_logo.gif");<br>
Set($LogoAltText, "Example Company");<br><br>Then cleaned the mason cache and restarted the webserver. <br><br>I do not see the compnay log or the alternate text :-(<br><br></div><div class="im"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

<div><div><br>
<br>
<br>
Asif Iqbal <<a href="mailto:vadud3@gmail.com" target="_blank">vadud3@gmail.com</a>> wrote:<br>
<br>
On Thu, Apr 30, 2009 at 5:22 PM, Asif Iqbal <<a href="mailto:vadud3@gmail.com" target="_blank">vadud3@gmail.com</a>> wrote:<br>
  How do I place a company logo on the top left corner on RT 3.8.2 ?<br>
<br>
  Also how do I place a icon next the URL in the url box of the browser so<br>
  it survives the next time upgrade?<br>
<br>
  I have done it for current version RT 3.4.5, but it has been really<br>
  looong time since I made those changes, so I don't<br>
  remember, *sigh*<br>
<br>
I still need help with this<br>
<br>
</div></div></blockquote></div></div></blockquote><div><br><br>I see the alternate text now, but no logo <br><br>This is how I have it setup now<br><br>(root)@rt:/opt/rt3$ ls local/html/NoAuth/images/<br>example_logo.gif<br>
<br>(root)@rt:/opt/rt3$ less local/html/Elements/Logo<br><br><div id="logo"><br><a href="<%$RT::LogoLinkURL%>"><img src="<%$RT::LogoImageURL%>"<br>        alt="<% loc($RT::LogoAltText) %>" width="<%$RT::LogoWidth%>" height="<%$RT::LogoHeight%>" /></a><br>
% if ( $ShowName ) {<br>    <span class="rtname"><% $Name || loc("RT for [_1]", RT->Config->Get('rtname')) %></span><br>% }<br></div><br><%INIT><br>if ( exists $ARGS{'show_name'} ) {<br>
    $RT::Logger->warning('show_name argument was renamed, use ShowName');<br>    $ShowName = delete $ARGS{'show_name'};<br>}<br></%INIT><br><%ARGS><br>$ShowName => 1<br>$Name => undef<br>
</%ARGS><br><br>(root)@rt:/opt/rt3$ less local/html/NoAuth/css/web2/layout.css <br>[...]<br>div#logo a {<br>    position: absolute;<br>    left: 0;<br>    bottom: 0;<br>}<br>[...]<br><br>(root)@rt:/opt/rt3$ less etc/RT_SiteConfig.pm<br>
<br>Set($WebBaseURL , "<a href="https://rt.example.net">https://rt.example.net</a>");<br>Set($WebURL , $WebBaseURL . $WebPath . "/");<br>Set($WebImagesURL , $WebURL . "NoAuth/images/");<br>Set($LogoURL , $WebImagesURL . "example_logo.gif");<br>
Set($LogoLinkURL,  "<a href="https://rt.example.net">https://rt.example.net</a>");<br>Set($LogoImageURL, $WebImagesURL . "example_logo.gif");<br>Set($LogoAltText, "Example Company");<br>Set($LogoWidth, '177');<br>
Set($LogoHeight, '33');<br><br>Cleaned up mason cache<br>(root)@rt:/opt/rt3$ rm -rf var/mason_data/obj/<br><br>Restarted web server<br><br>I only see the alternate text on the bottom left corner. No image. I also verfified that the image is valid.<br>
I copied it over from older RT installation 3.4.5<br><br>Now I am out of ideas. I am running RT 3.8.2<br><br><br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="gmail_quote"><div class="im"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div><div><br>
</div></div></blockquote></div></div><br><br clear="all"><div><div></div><div class="h5"><br>-- <br>Asif Iqbal<br>PGP Key: 0xE62693C5 KeyServer: <a href="http://pgp.mit.edu" target="_blank">pgp.mit.edu</a><br>A: Because it messes up the order in which people normally read text.<br>

Q: Why is top-posting such a bad thing?<br><br><br>
</div></div></blockquote></div><br><br clear="all"><br>-- <br>Asif Iqbal<br>PGP Key: 0xE62693C5 KeyServer: <a href="http://pgp.mit.edu">pgp.mit.edu</a><br>A: Because it messes up the order in which people normally read text.<br>
Q: Why is top-posting such a bad thing?<br><br><br>