A few directory members getting error

About Support Directory A few directory members getting error

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #7317

    I have about 200 members added to the directory and most have wordpress user/pw setup. A few are reporting this error “Your login does not permit viewing the address list” when trying to view the directory, but other password protected items, like the rota are viewable. I’ve checked that they are same role as other “subscriber”

    How do I debug this issue?

    Thanks for the awesome plug-in….. sorry I’m burning up the support forum with questions the last couple of days.

    #7318

    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.

    #7320
    Avatar for Andy MoyleAndy Moyle
    Keymaster

    Firstly click the button “Check for directory issues” in the data protection box. That will check and fix any underlying issues.

    “Your login does not permit viewing the address list” happens when
    Their member type is not included to be shown – the member_type_id=”#” should mean all member types shown.
    Removing member_type_id from the shortcode also means all member types are shown.

    They are in the excluded list (Church Admin>Settings>Restrict Access)

    Just checked codebase and there maybe a bug with member_type_id=”#” swap the “#” for “all” until the next update!

    #7323

    Thanks Andy. I was the member_type_id=”#”. After changing to “all” it is working for me.

    [[church_admin type="address-list" loggedin="1" member_type_id="all" people_type_id="1,2,3" photo="1" updateable="1" map="1" pdf="1" vcf="0"]]

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.