|
C
|
cgphp 5/10/2012 |
|
In the "Menu item: modify" event enter the following code: $admin_tables = array("table1_name","table2_name","table3_name");
|
|
|
W
|
wildwally author 5/10/2012 |
|
In the "Menu item: modify" event enter the following code: $admin_tables = array("table1_name","table2_name","table3_name");
|
|
|
|
hfg 5/10/2012 |
|
I believe if a user does not have access to anything in a given folder that folder will not show for them. I just double checked this on a project I have with a similar Admin folder. When I login the Admin folder is there, when I login as a user the admin folder was not. The key is making sure they do not have any permissions to anything in that folder. |
|
|
|
Sergey Kornilov admin 5/10/2012 |
|
"Menu item: modify" event can be found on events screen under Global events. |
|
|
W
|
wildwally author 5/10/2012 |
|
Ok, found the global section what about hiding the folder/group that the files are enclosed in? |
|
|
|
Sergey Kornilov admin 5/10/2012 |
|
If you hide all links that belong to a certain group - group itself will be hidden as well. |
|