BuddyPress Ajax registration plugin allows your users to register quickly on your website. User can register from any page of your website. The plugin not only registers them but alos logs them to the website automatically.
Features:
- Easy Registration using Ajax
- Users can register from any page of the site
- Automatically logs the new user to website
- Will increase the participation of users(As they can register and login on a specific page without any redirects)
- Allows you to control which xprofile fields/groups are shown(programatically)
- Developers/Designers have full control over layout(Yes, you can theme the popup as you want and also control the template if you want)
- Compatible with BuddyPress on WordPress(standard) as well as WordPress Multisite(Including blog registration)
I will like to thank Greg for the Idea. He mentioned it a couple of time for our global forum plugin and increasing participation in the forum topics a few months ago. I got some time recently and created the plugin.
It is a flexible and will allow you to control the layout/look and feel.
Screenshots
Let us see some screenshots first
Here is the registration screen
If there is an error, the user will be notified immediately as shown below
And if the registration is successfull, user sees the welcome message and is then logged in to the current page
The message will appear for 1 second(You can control it from the javascript file) and then the page will be refreshed to make the user login.
The plugin automatically filters BuddyPress standard signup links(In the admin bar, sidebar) and activates the modal . So, once you have installed it, you are ready to go.
If you want to show the registration popup box on any other link, just give it a class ‘bp-ajaxr’ and the the modal box will automatically work for that.
Customizing the Layout template:-
I have included a registration page(register.php) in the plugin. If you want to use your own registration page, you can create a register.php in your theme and It will load automatically.


