![]() |
Sergey Kornilov admin 2/27/2009 |
Using Group Permissions is a first a best bet. Probably you need to elaborate further why it won't work for you. $xt->assign("tablename_tablelink",false); |
K
|
kjonmyway author 2/27/2009 |
Thank you, the sample code you sent worked like a charm. I didn't want to use user groups, because I would have had to set up a ton of them. I only sent you one scenario, but it's significantly complicated. Using Group Permissions is a first a best bet. Probably you need to elaborate further why it won't work for you. As an alternative you can use BeforeDisplay event to hide some elements. Please note even if you do this users still be able to reach those pages typing in a direct URL. Here is the sample code: |