I was hoping you could help me with a modification. I am using EE3 with the latest stable WP (I need some of the plugins that are not compatible yet with the new version) at http://www.aabc.nl.
Most of our events are members-only (and that works just fine), but as we are trying to attract more members I would like to able to make some of the information about the upcoming events public. Specifically, I want registration fields to be available only to members, but I would like non-members to be able to read the event description.
Copy both of those files to wp-content/uploads/espresso/templates/ and make edits there to keep them ‘update safe’
The check for members only is within registration_page.php lines 259 – 261
You’ll need to remove that if/else statement (leaving the registration form template call) to display the registration_page_display.php file to all users.
Then within registration_page_display.php, around line 103 you’ll need to add that members check and wrap the registration form within the check.
The support post ‘Members only events – some information visible’ 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.
Support forum for Event Espresso 3 and Event Espresso 4.