control permission to some item in the main menu

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
HomesicK
Posts: 21
Joined: 14 Oct 2010, 09:44

control permission to some item in the main menu

Post by HomesicK »

hi guys,

How to grant / prevent the privileges for main minu features,, (example: prevent the reporter to access the Roadmap link).
Mantis: 1.2.4
PHP: 5.2.6
SQL: MySQL 5.0.51a
atrol
Site Admin
Posts: 8536
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: control permission to some item in the main menu

Post by atrol »

add the following line to file config_inc.php

Code: Select all

$g_roadmap_view_threshold = UPDATER;
Please use Search before posting and read the Manual
HomesicK
Posts: 21
Joined: 14 Oct 2010, 09:44

Re: control permission to some item in the main menu

Post by HomesicK »

Thanks I will try id :D
Mantis: 1.2.4
PHP: 5.2.6
SQL: MySQL 5.0.51a
Post Reply