Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-sales domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the better-click-to-tweet domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-amazon domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-stats domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the wordpress-seo domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114
Member only event: No (not working) | Event Espresso - Staging Server

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

Viewing 3 reply threads


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


Anonymous

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.


Anonymous

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.

Viewing 3 reply threads

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 - Staging Server