Got it!!!!

Thank you very much. It is my solution.



-----Original Message-----
From: Jeferson Oliveira [mailto:jefersonfolive...@gmail.com] 
Sent: Thursday, September 17, 2009 5:51 PM
To: Help with Mantis
Subject: Re: [mantisbt-help] remove menu options

On Thu, Sep 17, 2009 at 7:05 PM, Eric W. Ribenboim wrote:
> I don't believe it's possible without editing the core of Mantis.

Yes, it is possible. And you don't need to change the core to
customize the most of the items mentioned above.

There are two places where you can mange the permissions or
availability of some modules:

1) Log into Mantis and access Manage/Manage configurations
  - in this section you can control Workflow Thresholds (and change,
for example, "View Change Log" access), Workflow Transitions, E-mail
Notifications;

2) Set in "config_inc.php" (that definitely is not a core file) new
values to the configuration variables defined in
"config_defaults_inc.php".
Please notice that is a good practice don't change
"config_defaults_inc.php". When some variable need to be changed
define it's new value in "config_inc.php".

You can, for example, add

$g_roadmap_view_threshold = NOBODY;

in "config_inc.php" and this way deny the access to the roadmap page
for everyone.

Did you get it?

--
Regards,

Jeferson Oliveira
Brazil

----------------------------------------------------------------------------
--
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf
_______________________________________________
mantisbt-help mailing list
mantisbt-help@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mantisbt-help


------------------------------------------------------------------------------
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf
_______________________________________________
mantisbt-help mailing list
mantisbt-help@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mantisbt-help

Reply via email to