I want to run a MySQL command to set the privacy level for the actions block on all member's profile page to "members" However, I am not quite sure which table holds the privacy setting for the actions block on the profile page.
I want to run a MySQL command to set the privacy level for the actions block on all member's profile page to "members" However, I am not quite sure which table holds the privacy setting for the actions block on the profile page. Geeks, making the world a better place |
By default, it's not viewable to public, if that's what you're worried about. |
No, I need to reset the actions blocks so they are viewable to members. I have some test users that have removed the actions block from view. While I know that you can still use the pop-up to block and report spam on members, I think that block should always be in view. Since I don't know which members have remove the block from view, I thought I would just set all blocks using a sql command. I guess I could just hunt through the database and check since I don't have that many users and users in the future will not have the ability to remove the block. Geeks, making the world a better place |
The table is sys_page_compose_privacy https://www.deanbassett.com |
Thank you for the information. Geeks, making the world a better place |