Page 1 of 1

Hide main_page

Posted: 10 May 2010, 14:01
by vida
Could you please help me to hide link "Main" to the main_page.php? I don't know how to do it.

Thank you

Re: Hide main_page

Posted: 10 May 2010, 19:20
by atrol
At first sight I see no way to disable this by normal customization, so you would have to change the code.
If you use MantisBt version 1.2.1 this can be done by changing the file core/html_api.php
Just comment out line 721by adding at # at the beginning of the line
# $t_menu_options[] = '<a href="' . helper_mantis_url( 'main_page.php' ) . '">' . lang_get( 'main_link' ) . '</a>';

Re: Hide main_page

Posted: 10 May 2010, 19:44
by vida
Great! It works. Thank you for your help :)