[rt-users] Custom logo in 3.8

David Griffith dgriffi at cs.csubak.edu
Mon Dec 14 15:11:15 EST 2009


On Mon, 14 Dec 2009, James Moseley wrote:

> On Mon, Dec 14, 2009 at 1:21 PM, David Griffith <dgriffi at cs.csubak.edu> wrote:
>>
>> I'm trying to change the logo in 3.8.6, but
>> http://wiki.bestpractical.com/view/ChangeLogo doesn't work.  Googling
>> around for the answer gives me multiple references to the instructions on
>> that page not working.  Would someone please point out a guide for adding
>> a custom logo to 3.8.6 that actually works?
>
> I know this is documented somewhere...  Without looking at the wiki or
> official docs, here's what works:
>
> Create directory called 'Elements' in <path to RT>/local/html
>
> Create file called 'Logo' in above directory with contents similar to:
>
>  <div id="logo">
>    <a href="http://yourdomain.com"><img
> src="<%$RT::WebImagesURL%>/yourlogo.jpg" alt="<%loc("Your
> Company")%>"></a>
> % if ($show_name) {
>    <div class="rtname"><% loc("RT for [_1]", $RT::rtname) %></div>
> % }
>  </div>
> <%args>
>  $show_name => 1
> </%args>
>
> Lastly, place logo jpeg (or whatever format it's in) in:
>
> <path to rt>/share/html/NoAuth/images

Okay, I have a logo displaying, but it's at the bottom.  I can't seem to 
get it to go along the top like it did in 3.6 without stomping on other 
parts of the page.  Do I need to monkey around with 
NoAuth/css/web2/layout.css some more?

More questions:

Shouldn't share/html/Elements/Logo contain more generic stuff like 
$LogoURL and such as is described for 3.6?

Is it safe to comment out the invocation of /Elements/Footer from 
share/html/autohandler?

-- 
David Griffith
dgriffi at cs.csubak.edu

A: Because it fouls the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing in e-mail?


More information about the rt-users mailing list