Support

Home Forums WP User Integration Member only event: No (not working)

Member only event: No (not working)

Posted: November 19, 2013 at 12:51 am


Jason Nichol

November 19, 2013 at 12:51 am

In my event settings, under membership options I have
Member only event: No
Yet when I view the event it still showing as a member only event.

http://moretolife.org.za/event-registration/?ee=3


Tony

  • Support Staff

November 19, 2013 at 1:17 am

Hi Jason,

The member only option is in two places.

(Sitewide)
Event Espresso -> Member Settings. ‘Require login for all events?’

and also within the Event Settings: Event sidebar -> ‘Member Options’.

I looks like you have the event setting correct, but the sitewide member settings are set for member only.


Jason Nichol

November 19, 2013 at 1:24 am

Thanks Tony, that was it. Perfect.

One other question, if I may ask it here. If leaving “Member Only event” to “On” and a user is promoted to register, which ultimately leads them to their User Profile. From the profile there is nothing that assists them or links them back to the front end where they can register for an event. Is there any trick I can use here to make it more intuitive for users.


Tony

  • Support Staff

November 19, 2013 at 2:38 am

No Problem 🙂

The simplest method is to re-direct user to your events list page on registration. You can add this to your themes functions.php file:

function ee_registration_redirect(){
    return home_url( '/event-registration' );
}
add_filter( 'registration_redirect', 'ee_registration_redirect' );

*Note that is for the default event-registration page, you may need to alter this page depending on your setup.

The support post ‘Member only event: No (not working)’ 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