Support

Home Forums Event Espresso Premium Group Question

Group Question

Posted: July 3, 2014 at 5:35 am

Viewing 6 reply threads


d37toastmasters

July 3, 2014 at 5:35 am

HI,

I’m running EE – Version 3.1.36.5.P on WP 3.9.1

I’m trying to add group question to my existing event, but the group question is not visible as a choice in my event settings page. This group question was created by another admin user and it appears that only the group questions created by me are being displayed as available choices. See the snapshot:

https://cloudup.com/cv07H39lE_u

Thank you,

Jake


Dean

July 3, 2014 at 6:21 am

Hi,

They should show up just fine, my initial testing confirms so at least.

The user that created the question group, did they have the Admin role or another roles such as Espresso Master Admin? Is this affecting all other admins or just specific ones?


d37toastmasters

July 3, 2014 at 6:33 am

Dean,

This specific user is Administrator and Espresso Master Admin.

Let’s approach this differently, forget the other admin users for a moment. I’m not showing all question groups under event details (per my snapshot in previous reply). How do we solve that?

Thank you,

Jake


Dean

July 3, 2014 at 7:01 am

Ok, I retested this by actually logging in and out of users (rather than using the User Switching plugin).

I can now see what you are referring to, as regardless of whether the user is an Admin or Master Admin etc, the question groups don’t show up in the event.

I’ll raise a developer ticket to look into this in more depth.


Dean

July 7, 2014 at 3:10 am

Hi,

Further to this, it appears that my testing was erroneous. What is most likely happening is that you have Roles and Permissions active. In which case, site users questions are indeed separated.

I’m requesting some further feedback to see if there is a workaround for it, barring disabling the plugin.


Dean

July 9, 2014 at 1:55 am

Hi,

If you still need to use R&P then there is a little function that can remove that filter:

//remove r&P question group filter so any event editor has all the questions:

add_action( 'init', 'ee3_modify_permissions_questions' );

function ee3_modify_permissions_questions() {
    remove_filter('espresso_get_question_groups_for_event_where', 'espresso_rp_basic_get_question_groups_for_event_where', 10, 3);
}


d37toastmasters

July 9, 2014 at 3:35 am

Thank you Dean.

Jake

Viewing 6 reply threads

The support post ‘Group Question’ 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