View Issue Details

IDProjectCategoryView StatusLast Update
0027962mantisbtperformancepublic2021-02-20 12:16
Reporteramangion Assigned Todregad  
PrioritynormalSeveritytweakReproducibilityalways
Status closedResolutionno change required 
PlatformLinuxOSUbuntuOS Version20.04
Product Version2.24.4 
Summary0027962: superior logo customization
Description

I'm trying to add my logo to the top of the mantis, only the login page gets it, but the internal pages don't,
I have placed in my config_inc.php file the following:
$ g_window_title = 'Company_name';
$ g_logo_image = 'custom / images / company_logo.png';

I need help please

TagsNo tags attached.

Activities

dregad

dregad

2021-02-09 05:12

developer   ~0065077

but the internal pages don't

Are you referring to the logo in the page footer, as per attached screenshot ? If so, then be aware that this advertises MantisBT (with link to this web site) and is therefore hard-coded; changing it can't be done with configuration.

Should you really want to customize this, you will have to modify the source code (see layout_api.php, layout_footer() function) - please note that this is not recommended nor supported.

image.png (33,361 bytes)   
image.png (33,361 bytes)   
dregad

dregad

2021-02-09 05:13

developer   ~0065078

amangion,

This is not a bug or feature request for MantisBT (you are asking for help on how to configure the system). I am therefore resolving this issue as "no change required".

Please use the forums to get support on customizing and using MantisBT (refer to http://www.mantisbt.org/support.php for links and further details).

amangion

amangion

2021-02-09 06:49

reporter   ~0065081

I didn't mean the logo at the top, the change has already been made

core / layout_api.php
echo '<img src = "../ comp / images / company_logo.png" style = "height: 45px; margin-left: 10px;" />';

and I have resolved, thank you