On 09/10/2010 11:55 AM, John Alberts wrote:
I'm trying to change the bp logo that is in the lower right corner of
every page. I followed the instruction at:

You should probably leave the logo at the bottom right of the page alone, as this just indicates the software tool being used and gives proper credit to Best Practical.

http://wiki.bestpractical.com/view/ChangeLogo and nothing has changed.

This changes the logo at the top left of the webpage, and as noted in the 3.8 section of the Wiki, you also have to modify the style sheet so it will not hide the logo. We use the following patch to do that:

diff -urN rt-3.8.8-dist/share/html/NoAuth/css/web2/layout.css rt-3.8.8/share/html/NoAuth/css/web2/layout.css --- rt-3.8.8-dist/share/html/NoAuth/css/web2/layout.css 2010-05-05 16:09:21.000000000 -0400 +++ rt-3.8.8/share/html/NoAuth/css/web2/layout.css 2010-05-11 10:23:26.000000000 -0400
@@ -171,12 +171,11 @@


 div#logo a {
-     display: none;
     position: absolute;
-    left: 0;
-    bottom: 0;
 }
 div#logo a img {
+    z-index: 100;
+    position: absolute;
     border: 0;
 }
 div#logo .rtname {


I've restarted apache multiple times, cleared the mason_data/obj files.
It still shows the bp logo. Any ideas?



I'm using RT 3.8.8 on CentOS 5.5

-=>>grep '($Logo' /opt/rt3/etc/RT_SiteConfig.pm
Set($LogoURL, RT->Config->Get('WebImagesURL') . "company_logo.gif");
Set($LogoLinkURL, "http://exlibrisgroup.com";);
Set($LogoAltText, "Hosted Services, Ex Libris USA");
Set($LogoImageHeight, 55);
Set($LogoImageWidth, 383);


Thanks
John



Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

RT Training in Washington DC, USA on Oct 25 & 26 2010
Last one this year -- Learn how to get the most out of RT!

Reply via email to