Posted: April 2, 2014 at 3:56 pm
|
I have created a volunteer time-slot booking system based on EE. Volunteers also need to be able to log time worked on tasks for which I created a form linked to a custom content type, so this is a separate system from EE. But I need EE user registrations to integrate with my system ie. EE subscribers must either: Perhaps they do become registered users on a non-multisite installation? I see them in the list at http://themeselector.com/wp-admin/network/users.php so maybe on the live single-site installation I won’t have to manually add them? The links to the system on my staging site are here: |
|
Hi Simon, When someone registers for an event with Event Espresso, they are not registered as site users, regardless of EE or WP version. Seth (one of the developers) created a function that can be used to create users on registration. It can be found here: https://gist.github.com/sethshoultes/5574217 I modified it slightly, and this can be found here: https://gist.github.com/Apina/9596012 If you use one of those it will create users as Subscribers (though I’m sure you can change the role as needed). It is then up to your website set up as to whether they can access other information on the site. Please note that Event Espresso does not support Multisite installations, so be aware that the plugin and any related code may not function as intended. |
|
Thanks for coding that, Dean! |
|
No problem, and thank Seth too! He did the original work ๐ |
|
Thank you Seth ๐ |
|
Just to report back: that worked like a charm : ) I changed the role it creates to my custom role: volunteer My custom-post-type, front-end simple time-logging system was built with a combination of code and the following plugins: ..so I was able to link it to the volunteer role. The system feels very cohesive now: http://jobza.co.za/ |
|
Quick question: is there a quick line of code I can add to enable admin moderation of new user registrations. As it stands I think it may be overriding the moderation capabilities of plugins like “Simplr User Registration Form Plus” and “New User Approve”. If I get to the answer first I’ll post the solution here. |
The support post ‘Auto-convert Subscribers to Registered Users’ 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.