This topic is locked
[SOLVED]

 Hide child tables links on Menu

8/10/2011 12:33:51 PM
PHPRunner General questions
Z
zeth385 author

Hey!

I would like to know how can I hide the Child table links on the menu page. Users get confused with these links. So, I only want them to see the master table link and from there, they can go deeper into the tables. BTW, these links are only hidden for regular users. Super admin should see everything.
Thanks in Advance.
Using PHPRunner 5.3 Build 7474

Sergey Kornilov admin 8/10/2011

Deleting menu items is easy - you can do that in Menu Builder on Visual Editor page.
Hiding certain menu items from non-admin users will require a bit more work. You will need to use ModifyMenuItem event. Check this blog post for more info and code samples: http://xlinesoft.com/blog/2011/01/25/how-to-use-menu-builder-in-phprunnerasprunnerpro/

Z
zeth385 author 8/10/2011

Thanks... I'll give it a try, and post the results.



Deleting menu items is easy - you can do that in Menu Builder on Visual Editor page.
Hiding certain menu items from non-admin users will require a bit more work. You will need to use ModifyMenuItem event. Check this blog post for more info and code samples: http://xlinesoft.com...erasprunnerpro/


Z
zeth385 author 8/23/2011

It worked like a charm!!! thanks a lot... and sorry for the delayed answer...!!!