- Posts: 6
- Thank you received: 0
I have security set for this component at the menu and article level, but how can I block software that understands the structure?
index.php?option=com_grid&gid=XX_0&p=1
Bob
Please Log in or Create an account to join the conversation.
We are planning to add ACL support in the future, but for now you can use the additional where condition. For example
WHERE @user_id in (1, 2, 3)
Please Log in or Create an account to join the conversation.