1

The logo points to the pgOldMainMenu, which is... well... old. I know how to change the logo image. How do I change where this points?

flag
For the Public Access to Cases from Email, on the tracking webpage, I can't figure out how to change the logo or the email at the bottom to our own support email. – Joe Hicks Mar 11 2011 at 19:56
Please contact us directly. contact.fogcreek.com – Rich Armstrong Mar 15 2011 at 14:58

1 Answer

2

You can do this by changing the URL with the BugMonkey plug-in.

I was able to change the link to go to the same place as "List Cases" by using this customization:

name:        Change site logo link
description: Changes the site logo so that it links to the case list
author:      Rich Armstrong
version:     1.0.0.0
minApi:      1.0

js:
  $("#containerLogo a").attr("href","default.asp?pg=pgList");

If you prefer that it takes you to a particular saved filter, replace default.asp?pg=pgList with the url of the filter.

link|flag

Your Answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.