Hello Stackideas,
I have many many categories. My client originally wanted me to configure the EasyDiscuss to only be accessablle by Registered users with additional specific users groups.
However, he recently decided he wants all of the categories and discussions visible to the public.
I am hoping to avoid going through 200 categories and manually editting the ACL in the backend.
My solution is to use a MySQL query to update all categories at once.
I believe that the table I will need to access for this is:
x_discuss_category_acl_map
Is this correct?
I need every category to be a memember of the Public ACL which is id = 1
I have many many categories. My client originally wanted me to configure the EasyDiscuss to only be accessablle by Registered users with additional specific users groups.
However, he recently decided he wants all of the categories and discussions visible to the public.
I am hoping to avoid going through 200 categories and manually editting the ACL in the backend.
My solution is to use a MySQL query to update all categories at once.
I believe that the table I will need to access for this is:
x_discuss_category_acl_map
Is this correct?
I need every category to be a memember of the Public ACL which is id = 1