Support

Home Forums Event Espresso Premium EE4 App Attendees List

EE4 App Attendees List

Posted: June 29, 2017 at 12:29 pm

Viewing 1 reply thread


AAFFLECK

June 29, 2017 at 12:29 pm

Hey Guys, when I’m logged into the app as an admin and I view the attendees list for an event, I see which attendees payments are approved or pending etc. What are the capabilities that are required to see this? Because when I’m logged is as an Event Admin role, I don’t see the payment status in the attendee list.

Thanks.


Josh

  • Support Staff

June 29, 2017 at 4:02 pm

Hi there,

This is a bit of a strange one: The capability that’s mapped to that feature is manage_options. Which you probably don’t want to give that capability to the Event Admins. There’s a filter hook that lets you change this. So for example if the event admin has ee_read_registrations you can add the following code to a site functions plugin:

add_filter(
'FHEE__EE_Restriction_Generator_Base__default_restrictions_cap', 
function(){return 'ee_read_registrations';}
);

You can add the above to a functions plugin.

Viewing 1 reply thread

The support post ‘EE4 App Attendees List’ is closed to new replies.

Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.

Event Espresso