[rt-users] Can't change logo
Jason A. Smith
smithj4 at bnl.gov
Fri Sep 10 12:07:58 EDT 2010
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
>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 4068 bytes
Desc: S/MIME Cryptographic Signature
URL: <http://lists.bestpractical.com/pipermail/rt-users/attachments/20100910/5a10e187/attachment.bin>
More information about the rt-users
mailing list