[rt-users] Can't Change logo

Jason A. Smith smithj4 at bnl.gov
Thu Apr 7 06:34:24 EDT 2011


In addition to the new config settings to display a logo, we have to use 
the attached style sheet patch for it to actually work for us.  This was 
also reported in this ticket:

http://issues.bestpractical.com/Ticket/Display.html?id=14882

 From your message below, it looks like you still have "display: none;" 
in your style sheet.

~Jason


On 04/07/2011 04:16 AM, john s. wrote:
>
> Hello
>
> I'm trying to change the Logo with our Company ones
>
> So I Followed the instruction here:
>
> http://requesttracker.wikia.com/wiki/ChangeLogo
> http://requesttracker.wikia.com/wiki/ChangeLogo
>
> But it doesn't work.
>
> My Configs are:
>
> RT_SiteConfig:
>
> et($rtname , "examplecorp");
>
> Set($Organization , "rt.example.com");
>
> # $user_passwd_min defines the minimum length for user passwords. Setting
> # it to 0 disables this check
>
> # $Timezone is used to convert times entered by users into GMT and back
> again
> # It should be set to a timezone recognized by your local unix box.
> #TIMEZONE . takes the timezone from linux installation.
> my $zone = "UTC";
> $zone='/bin/cat /etc/timezone'
> if -f "/etc/timezone";
> chomp $zone;
> Set($Timezone, $zone);
> Set($WebPath , '/rt');
> Set($WebBaseURL , "http://rt.sba.local");
>
>
> #Set($WebBaseURL, "http://(your URL)");
> Set($LogoImageWidth, 100);
> Set($LogoImageHeight, 100);
> Set($WebImagesURL , $WebPath . "/NoAuth/images/");  # need this for below
> Set($LogoURL, $WebImagesURL . "SBA.gif");
> Set($LogoLinkURL, 'http://rt.sba.local/rt/');
> Set($LogoImageURL, $WebImagesURL . "SBA.gif");
> Set($LogoAltText, "SBA");
> Set($LogoImageHeight, 55);
> Set($LogoImageWidth, 383);
>
>
> and here
>
> Layout.css:
>
> div#footer #bpscredits {
>   text-align: right;
>   background: url(<%RT->Config->Get('WebPath')%>/NoAuth/images//bplogo.gif)
> no-repeat top right;
>   padding-top: 4em;
> }
>
>
> /* logo stuff */
>
> div#logo {
> }
>
>
> #div#logo a {
> #     display: none;
> #    position: absolute;
> #    left: 0;
> #    bottom: 0;
> #}
>
>
> div#logo a {
> display: none;
> position: fixed;
> right: 1%;
> bottom: 1%;
> }
>
> }
>    div#logo a img {
> +    z-index: 100;
> +    position: absolute;
>        border: 0;
>    }
>    div#logo .rtname {
>
>
>
>
> Ps: In earlier Versions of RT i only modfiied  the layout.css file but with
> newer Versions it doesn't work anymore
>
>
> best regards john

-------------- next part --------------
A non-text attachment was scrubbed...
Name: rt-3.8.8-web2-style-sheet-logo.patch
Type: text/x-patch
Size: 508 bytes
Desc: not available
URL: <http://lists.bestpractical.com/pipermail/rt-users/attachments/20110407/c3359c21/attachment.bin>


More information about the rt-users mailing list