Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

How can i change the picture in Bugzilla main page

1,048 views
Skip to first unread message

Shashi Kanth Boddula

unread,
Jan 20, 2009, 7:03:28 AM1/20/09
to support-...@lists.mozilla.org
In the Bugzill main page, how can i change the picture which appears on
right-hand side ?

The file
/opt/apache_bugzilla/bugzilla/template/en/default/index.html.tmpl is not
helping much.

Thanks.

melsan

unread,
Jan 20, 2009, 5:52:05 PM1/20/09
to
On Jan 20, 7:03 am, Shashi Kanth Boddula <shashi-kanth.bodd...@hp.com>
wrote:

Hi!
I struggled with this too and managed to finally change it.
Not sure if this will work for you but here goes...

edit css file in this directory:
\bugzilla-3.2\skins\standard\index.css

edit the section:
div#page-index .intro
{
width: 250px;
height:200px;

margin-top: 2.3em;
margin-right: 2.3em;
float: right;
background: transparent no-repeat url(index/front.png);

replace "front.png" with the image filename you want
also change width and height to correct size so your new image doesn't
get chopped

place new image in this directory:
bugzilla-3.2\skins\standard\index\

hope this helps
Mel

0 new messages