Hi Pat. Please don’t be red face, you are very generously helping me out!
I’ve done some more sleuthing. Thank you for the tip on how to find the info in the database. I looked into the test user and have mapped that when the membership permission box is checked, the code meta_value of s:25:"membershiplist_permission";s:1:"1"
is added to the wp_usermeta table under the meta_key of wp_s2member_custom_fields.
When the box is NOT checked, the above is deleted (in other words, when it is not checked, the meta_value of membership_permission is removed completely.
I’ve tried out the code you wrote on a clean test page and it did not work: [s2Member-List search="2member_custom_field_[membershiplist_permission="1"] /]
However I figured there was a slight error (the s was missing). So I tried out mutiple configurations of the code, none of which worked, as I will write out below:
[s2Member-List search="2member_custom_field_[membershiplist_permission="1"] /]
[s2Member-List search=s2member_custom_field_[membershiplist_permission="1"] /]
[s2Member-List search="s2member_custom_field_[membershiplist_permission="1"]" /]
[s2Member-List search="s2member_custom_field_[membershiplist_permission]" /]
The /]
shows up at end of a list of all users, implying that the brackets within brackets is not being recognized as code.
These say “Sorry, there are no users to list at this time” although I have set 3 users with a checkmark. [s2Member-List search=s2member_custom_field_membershiplist_permission /]
[s2Member-List search="s2member_custom_field_membershiplist_permission" /]
I’m not sure what else to check.