This topic is locked

Permissions in menu

1/7/2010 12:40:17 PM
PHPRunner General questions
R
Rigmantas author

Hi,

this is my questions. Edit permissions for new links in menu page: is it possible? In this time in phprunner i not faund how to do it. If i create new links in menu page, they are visible to all users.

Thanks,

Rimantas

J
Jane 1/8/2010

Rimantas,
unfortunately it's impossible to show/hide menu links in the events in the current PHPRunner version.

You can only set up permissions for each user on the Security tab.

R
Rigmantas author 1/8/2010



Rimantas,
unfortunately it's impossible to show/hide menu links in the events in the current PHPRunner version.

You can only set up permissions for each user on the Security tab.



Ok

On the security tab i can set up permissions for each user only for links which is created automoticaly in PHPRUNNER, but not for manually created links.

Rimantas

D
danaci 1/9/2010

if(@$_SESSION["UserID"]=="user_name") {

$xt->assign("menu_name",false);

}

J
Jane 1/12/2010

Rigmantas,
we plan to add events to change menu links in one of the next update.