Customising Page Footer

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
DangerMouse
Posts: 2
Joined: 15 Dec 2005, 14:06

Customising Page Footer

Post by DangerMouse »

Hello again,

I hope I'm not going to become the scourge of this forum, but I have a few questions about configuring the footer at the bottom of the page.

I have found reference to it in HTML_API.php and have also found refence to the inclusion of a custom banner? Where can i find further details on this?

I wish to remove the version number (to possibly improve security) and to customise the eMail address.

Thanks
vboctor
Site Admin
Posts: 1293
Joined: 13 Feb 2005, 22:11
Location: Redmond, Washington
Contact:

Post by vboctor »

Checkout the following options:
$g_show_version, $g_bottom_include_page, $g_top_include_page.

Regards,
Victor
MantisConnect
http://www.futureware.biz/mantisconnect
dingfelder
Posts: 100
Joined: 14 Aug 2005, 22:47
Location: new zealand
Contact:

Re: Customising Page Footer

Post by dingfelder »

OK, I added

$g_bottom_include_page = '%absolute_path%/custom_header.php';
$g_top_include_page = '%absolute_path%/custom_footer.php';

when a custom header page is there is does use it instead of the default logo

for the footer though, it adds the footer and also still adds the old default footer.

How can I make mantis use the customer footer INSTEAD of the default footer?
deboutv
Posts: 507
Joined: 15 Jan 2007, 14:31
Location: La Ciotat, FRANCE
Contact:

Re: Customising Page Footer

Post by deboutv »

You need to modify the PHP code.
Want more plugins to customize Mantis?
=> http://deboutv.free.fr/mantis/

Mantis: 1.1.0, 1.1.0a2
PHP: 5.0.4
SQL: MySQL 5.0.19
OS: Linux
dingfelder
Posts: 100
Joined: 14 Aug 2005, 22:47
Location: new zealand
Contact:

Re: Customising Page Footer

Post by dingfelder »

if I understand correctly, and you are saying that the only way to do it is via changing core files (changes that will then be lost on the next upgrade) than I would say that I am quite disappointed.

I had hoped at the very least that there would be a way to override the get_footer html API, so that the overriding call would get used instead.
mittalpatel
Posts: 2
Joined: 02 Jun 2012, 15:02
Contact:

Re: Customising Page Footer

Post by mittalpatel »

To update the email address in footer you can change value of $g_webmaster_email variable in config_defaults_inc.php file

There are other email settings also given which you can update. Find for "MantisBT Email Settings" in config_defaults_inc.php file and you should find it.
:-)
Post Reply