How to remove a field from menu?

Post about your customizations to share with others.

Moderators: Developer, Contributor

Post Reply
camiloavila
Posts: 5
Joined: 01 Jun 2007, 20:38

How to remove a field from menu?

Post by camiloavila »

Hey everybody, i would like to know if i can remove a field from my menu, so please if somebody knows i`ll apreciatte the help. Sorry for my english im not american...
vboctor
Site Admin
Posts: 1293
Joined: 13 Feb 2005, 22:11
Location: Redmond, Washington
Contact:

Post by vboctor »

What menu option do you want to remove?
Migrate your MantisBT to the MantisHub Cloud
camiloavila
Posts: 5
Joined: 01 Jun 2007, 20:38

Especific field

Post by camiloavila »

Hi, well thax for asking, im not american so sorry for my english but in spanish the field is called "bitacora de cambios", i hope you know for what is that field and how can i delete it. See ya
vboctor
Site Admin
Posts: 1293
Joined: 13 Feb 2005, 22:11
Location: Redmond, Washington
Contact:

Post by vboctor »

I am suspecting it is the change log. Try setting the following option in the config_inc.php:

Code: Select all

	# threshold for viewing changelog
	$g_view_changelog_threshold = NOBODY;
Migrate your MantisBT to the MantisHub Cloud
camiloavila
Posts: 5
Joined: 01 Jun 2007, 20:38

thankss

Post by camiloavila »

Thank a lot!!
camiloavila
Posts: 5
Joined: 01 Jun 2007, 20:38

...

Post by camiloavila »

sorry, thanks
camiloavila
Posts: 5
Joined: 01 Jun 2007, 20:38

hey

Post by camiloavila »

Hey man that didn´t work, i´ve changed the values to nobody and it still appears to all users. i´ll appreciate every help, bye :?:
vboctor
Site Admin
Posts: 1293
Joined: 13 Feb 2005, 22:11
Location: Redmond, Washington
Contact:

Post by vboctor »

It should work. Are you sure you used NOBODY without quotations and all upper case? Please post your configuration option here.

The code in html_api.php looks as follows:

Code: Select all

				# Changelog Page
				if ( access_has_project_level( config_get( 'view_changelog_threshold' ) ) ) {
					$t_menu_options[] = '<a href="changelog_page.php">' . lang_get( 'changelog_link' ) . '</a>';
				}
Migrate your MantisBT to the MantisHub Cloud
Post Reply