I was wondering if there is a way to change the status button on www.mymantis/view.php?id=##. I mean if i want to change status i need to use the drop down list from the right and then hit the change status to: button on the left, i want to have the button on the right.
Any suggestions?
Search found 5 matches
- 17 Mar 2016, 14:53
- Forum: Help
- Topic: Changing mantis status button
- Replies: 1
- Views: 2364
- 14 Mar 2016, 18:20
- Forum: General Discussion
- Topic: Problems with Mantis instalation on my PC using WAPM or XAMP
- Replies: 5
- Views: 12146
Re: Problems with Mantis instalation on my PC using WAPM or
what do you need to know? everything?
- 08 Mar 2016, 17:12
- Forum: Help
- Topic: Hide "account_prefs_page.php"-page
- Replies: 4
- Views: 5732
Re: Hide "account_prefs_page.php"-page
You could hide it using html_api.php placing a condition in the menu print function that handles that part, if the user has the access level then you print the info.
- 08 Mar 2016, 16:57
- Forum: Help
- Topic: Paid help wanted to get Email to work
- Replies: 2
- Views: 4673
- 07 Mar 2016, 20:14
- Forum: Help
- Topic: remove menu options
- Replies: 10
- Views: 20880
Re: remove menu options
I don't know if this will help anyone at this point, but i did modify the html_api.php to hide My Account from users.
You need to find this line and comment it:
if( OFF == $t_protected ) {
$t_menu_options[] = '<a href="' . helper_mantis_url( 'account_page.php">' ) . lang_get( 'account_link ...
You need to find this line and comment it:
if( OFF == $t_protected ) {
$t_menu_options[] = '<a href="' . helper_mantis_url( 'account_page.php">' ) . lang_get( 'account_link ...