I figured out if I use this short code, only administrators can login and see the directory. Subscribers get prompted to login and get the error in my 1st post.
[[church_admin type="address-list" loggedin="1" member_type_id="#" people_type_id="1,2,3" photo="1" updateable="1" map="1" pdf="1" vcf="0"]]
If I change
loggedin=”1″ to loggedin=”0″
no one gets prompted to login as expected.
If I remove both of these:
loggedin=”1″ member_type_id=”#”
it prompts subscribers for login and seems to work correctly. I got the above shortcode from the shortcode generator.