Search found 5 matches

by josepernia8
17 Mar 2016, 14:53
Forum: Help
Topic: Changing mantis status button
Replies: 1
Views: 2364

Changing mantis status button

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?
by josepernia8
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.
by josepernia8
08 Mar 2016, 16:57
Forum: Help
Topic: Paid help wanted to get Email to work
Replies: 2
Views: 4673

Re: Paid help wanted to get Email to work

Fixed OP?
by josepernia8
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 ...