Tips and Tricks HQ Support Portal › Forums › WP eMember › WP eMember Troubleshooting › Your membership level does not allow you to view rest of content › Reply To: Your membership level does not allow you to view rest of content
February 27, 2010 at 10:48 pm
#17525
Member
Maybe the similar problem could be with comments.
If you don’t want to exaclty allow each comment,
you could update line 790 in wp_eMember1.php from
if($perms->is_permitted_comment($id))
to
if(!$perms->is_protected_comment($id)||$perms->is_permitted_comment($id))