Comment to 'Privacy by membership level'
  • There are more privacy levels but they are hidden by default. 

    For example you can enable "Members" privacy group (which will allow content to be visible for authenticated users only) by running the following query:

    UPDATE `sys_privacy_groups` SET `active` = '1', `visible` = '1' WHERE `id` =4 LIMIT 1 ;