Page 1 of 1

control permission to some item in the main menu

Posted: 27 Oct 2010, 07:22
by HomesicK
hi guys,

How to grant / prevent the privileges for main minu features,, (example: prevent the reporter to access the Roadmap link).

Re: control permission to some item in the main menu

Posted: 27 Oct 2010, 07:47
by atrol
add the following line to file config_inc.php

Code: Select all

$g_roadmap_view_threshold = UPDATER;

Re: control permission to some item in the main menu

Posted: 27 Oct 2010, 10:53
by HomesicK
Thanks I will try id :D