Page 1 of 1
Change to custon logo
Posted: 18 Dec 2007, 16:15
by ezequias
Hi,
I would like to change the logo for the big "M" with colors (that I prefer) but when I change the mantis_logo.gif it does not fit great.
I look for the name mantis_logo.gif but I didn't find out. Could someone tell me how to solve this problem ?
Regards
Ezequias
Re: Change to custon logo
Posted: 19 Dec 2007, 07:05
by Kirill
I change logo in core_api.php
Re: Change to custon logo
Posted: 20 Dec 2007, 11:55
by ezequias
Could you tell me how you did this ?
My desired logo is attached.
Re: Change to custon logo
Posted: 20 Dec 2007, 12:10
by Kirill
original file:
Code: Select all
echo '<div align="', $t_align, '">';
echo '<a href="http://www.mantisbt.org" title="Free Web Based Bug Tracker"><img border="0" width="242" height="102" alt="Mantis Bugtracker" src="images/mantis_logo.gif" /></a>';
echo '</div>';
I change redirect to my homepage
http://www.mantisbt.org
and logo src="images/mantis_logo.gif"
Re: Change to custon logo
Posted: 20 Dec 2007, 12:22
by Kirill
for you may be better replace original logo-file in folder images.
Re: Change to custon logo
Posted: 23 Dec 2007, 03:03
by ezequias
I already report that the logo is is streched.
See how it is displayed on mantis.
Re: Change to custon logo
Posted: 24 Dec 2007, 07:02
by Kirill
change thil line
<img border="0" width="242" height="102" alt="Mantis Bugtracker" src="images/mantis_logo.gif" />
width and height with your size
Re: Change to custon logo
Posted: 25 Dec 2007, 12:53
by ezequias
Thank you again but I didn't find html tags on php files.
Could you tell me wich file we can find this html tags ?
Sorry my ignorance about php.
Regards
Ezequias
Re: Change to custon logo
Posted: 25 Dec 2007, 13:07
by Kirill
You must open core\html_api.php
line 305
echo '<a href="
http://www.mantisbt.org" title="Free Web Based Bug Tracker"><img border="0" width="242" height="102" alt="Mantis Bugtracker" src="images/mantis_logo.gif" /></a>';
Re: Change to custon logo
Posted: 25 Dec 2007, 23:12
by ezequias
Perfect,
At least I could finish the logo. Thank you so much.
Sincerely
Ezequias Rodrigues da Rocha
Re: Change to custon logo
Posted: 02 Jan 2008, 15:37
by nigjo
will it be possible to change the logo by config?
(I know how to change the code in THIS version of mantis, but will this be a feature in future versions?)
Jens
Re: Change to custon logo
Posted: 28 Jan 2008, 05:12
by vboctor