Mozilla
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
 
User Name:
Password:
Remember me
Go Back   Web Development Archives Mailing Lists Mozilla

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Display Modes
 
Unread Web Development Archives Sponsor:
  #1  
Old August 17th, 2006, 07:01 AM
Farid Hajian
Guest
Dev Archives Newbie (0 - 499 posts)
 
Posts: n/a  
Time spent in forums:
Reputation Power:
change the picture

hi

i cannot find that, would you please describe that to me with more details

p.s I am using bugzilla 2.22
<Chris.Fouts (AT) qimonda (DOT) comwrote in message
@lists.mozilla.org
It's the *.jpg file referred to in the
file.

Message
>From: support-bugzilla-bounces (AT) lists (DOT) mozilla.org
>[@lists.mozilla.org] Behalf

Farid Hajian
>Sent: Wednesday, August 16, 2006 3:48 AM
>To: support-bugzilla (AT) lists (DOT) mozilla.org
>Subject: change the picture
>
>hi
>
>can we change the bug picture of the first page in mozilla
>
>
>
>support-bugzilla mailing list
>support-bugzilla (AT) lists (DOT) mozilla.org
>
>PLEASE put support-bugzilla (AT) lists (DOT) mozilla.org in the To: field
>when you reply.





support-bugzilla mailing list
support-bugzilla (AT) lists (DOT) mozilla.org

PLEASE put support-bugzilla (AT) lists (DOT) mozilla.org in the To: field when you reply.

Reply With Quote
  #2  
Old August 17th, 2006, 07:01 AM
Marc Schumann
Guest
Dev Archives Newbie (0 - 499 posts)
 
Posts: n/a  
Time spent in forums:
Reputation Power:
change the picture

Farid,

2006/8/17, Farid Hajian <fhajian (AT) gmail (DOT) com>:
>can we change the bug picture of the first page in mozilla


skins/standard/index.css refers to the picture used. The most elegant
(and upgrade-safe) solution is to put CSS code into
skins/custom/index.css to override this particular CSS setting. Look
into skins/standard/index.css how to do it.
Alternatively, you can modify skins/standard/index.css directly, or
replace These last two options will
give you trouble when upgrading Bugzilla next time, though.

Kind regards
Marc

--
http://wurblzap.net/
Bugzilla hosting and professional support

support-bugzilla mailing list
support-bugzilla (AT) lists (DOT) mozilla.org

PLEASE put support-bugzilla (AT) lists (DOT) mozilla.org in the To: field when you reply.

Reply With Quote
  #3  
Old August 17th, 2006, 07:30 AM
Rekhesh Mohan
Guest
Dev Archives Newbie (0 - 499 posts)
 
Posts: n/a  
Time spent in forums:
Reputation Power:
change the picture

Thursday 17 Aug 2006 17:25, Marc Schumann wrote:
>

skins/standard/index.css refers to the picture used. The most elegant
(and upgrade-safe) solution is to put CSS code into
skins/custom/index.css to override this particular CSS setting. Look
into skins/standard/index.css how to do it.
Alternatively, you can modify skins/standard/index.css directly, or
replace These last two options will
give you trouble when upgrading Bugzilla next time, though.

If we are all talking about that (quite scary) photo of ant, then it is not in
the css file the picture is mentioned in the template file:
template/<lang>/default/index.html.tmpl (<langis "en" for me).

Search for "ant.jpg" in the template file.



support-bugzilla mailing list
support-bugzilla (AT) lists (DOT) mozilla.org

PLEASE put support-bugzilla (AT) lists (DOT) mozilla.org in the To: field when you reply.

Reply With Quote
  #4  
Old August 17th, 2006, 08:30 AM
Marc Schumann
Guest
Dev Archives Newbie (0 - 499 posts)
 
Posts: n/a  
Time spent in forums:
Reputation Power:
change the picture

Rekhesh,

2006/8/17, Rekhesh Mohan <reks (AT) iiap (DOT) res.in>:
If we are all talking about that (quite scary) photo of ant, then it is not in
the css file the picture is mentioned in the template file:
template/<lang>/default/index.html.tmpl (<langis "en" for me).

up to 2.18.x, you're right. Starting with 2.20.x, it's no longer in
index.html.tmpl.

Regards
Marc

--
http://wurblzap.net/
Bugzilla hosting and professional support

support-bugzilla mailing list
support-bugzilla (AT) lists (DOT) mozilla.org

PLEASE put support-bugzilla (AT) lists (DOT) mozilla.org in the To: field when you reply.

Reply With Quote
  #5  
Old August 17th, 2006, 08:30 AM
Rekhesh Mohan
Guest
Dev Archives Newbie (0 - 499 posts)
 
Posts: n/a  
Time spent in forums:
Reputation Power:
change the picture

Thursday 17 Aug 2006 18:03, Marc Schumann wrote:
Rekhesh,
up to 2.18.x, you're right. Starting with 2.20.x, it's no longer in
index.html.tmpl.

! Sorry I am using 2.20 and I saw it in my index.html.tmpl. Perhaps I
would have modified the files myself.

Best wishes


support-bugzilla mailing list
support-bugzilla (AT) lists (DOT) mozilla.org

PLEASE put support-bugzilla (AT) lists (DOT) mozilla.org in the To: field when you reply.

Reply With Quote
  #6  
Old August 17th, 2006, 09:30 AM
Jim Garrison
Guest
Dev Archives Newbie (0 - 499 posts)
 
Posts: n/a  
Time spent in forums:
Reputation Power:
change the picture

So if you're using multiple instances in one source base
(new in 2.22) you have to hack things to get different
pictures in each instance since skins are global to all
instances.

I thought CSS was for presentation and HTML for content.
Seems to me that the picture is content and not presentation,
and it belongs in the HTML.

support-bugzilla mailing list
support-bugzilla (AT) lists (DOT) mozilla.org

PLEASE put support-bugzilla (AT) lists (DOT) mozilla.org in the To: field when you reply.

Reply With Quote
  #7  
Old August 17th, 2006, 10:00 AM
Marc Schumann
Guest
Dev Archives Newbie (0 - 499 posts)
 
Posts: n/a  
Time spent in forums:
Reputation Power:
change the picture

Jim,

2006/8/17, Jim Garrison <jhg (AT) athensgroup (DOT) com>:
I thought CSS was for presentation and HTML for content.
Seems to me that the picture is content and not presentation,
and it belongs in the HTML.

I didn't form an opinion of my own on this yet, but it seems the
picture is currently considered presentation. By overriding
skins/standard/index.css via skins/custom/index.css, you can customize
presentation so that the picture is not displayed. Then, you can
customize content by overriding
via and put specific pictures
somewhere.

Kind regards
Marc

--
http://wurblzap.net/
Bugzilla hosting and professional support

support-bugzilla mailing list
support-bugzilla (AT) lists (DOT) mozilla.org

PLEASE put support-bugzilla (AT) lists (DOT) mozilla.org in the To: field when you reply.

Reply With Quote
  #8  
Old August 17th, 2006, 01:00 PM
Jim Garrison
Guest
Dev Archives Newbie (0 - 499 posts)
 
Posts: n/a  
Time spent in forums:
Reputation Power:
change the picture

Marc Schumann wrote:
I didn't form an opinion of my own on this yet, but it seems the
picture is currently considered presentation. By overriding
skins/standard/index.css via skins/custom/index.css, you can customize
presentation so that the picture is not displayed. Then, you can
customize content by overriding
via and put specific pictures
somewhere.

That's a good, concise workaround. I guess my gut tells me that
if you're running multiple instances you're going to want a
different picture for each instance, to differentiate them,
and that makes it content.

A more general solution would be to bring the skins under the
multiple-instance paradigm, such that the skins could be customized
per instance the way the HTML can be overridden.

I filed bug 344293 on this issue a few weeks ago.

support-bugzilla mailing list
support-bugzilla (AT) lists (DOT) mozilla.org

PLEASE put support-bugzilla (AT) lists (DOT) mozilla.org in the To: field when you reply.

Reply With Quote
  #9  
Old January 31st, 2008, 04:26 AM
cbes cbes is offline
Registered User
Dev Archives Newbie (0 - 499 posts)
 
Join Date: Jan 2008
Posts: 1 cbes User rank is Just a Lowly Private (1 - 20 Reputation Level)  
Time spent in forums: 8 m 54 sec
Reputation Power: 0
In bugzilla 2.22 the picture can be changed:

picture of ant is bugzilla/skins/standard/index/front.png
Put new picture here and edit bugzilla/skins/standard/index.css to point to new picture. Size of picture can also be set in file index.css.

If you have multiple databases with a single installation, as described in chapter 2.4 of the Bugzilla Guide - 2.22 Release, and you want a different picture for each different database, follow the instructions as in chapter 2.4. Also create new template directory for new database by copying template/en/default to template/en/PROJECT as described in chapter.

Then copy directory bugzilla/skins/standard/ to say bugzilla/skins/PROJECT/ to create a new skins directory for database PROJECT.
Edit bugzilla/template/en/PROJECT/index.html.tmpl and change style_urls=['skins/standard/index.css'] to style_urls=['skins/PROJECT/index.css']
Change the picture as described above, do so for each database...

Caspar

Reply With Quote
Reply

Viewing: Web Development Archives Mailing Lists Mozilla > change the picture


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are Off
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 3 hosted by Hostway