well wisher
asked 9 years ago

Hi my question is how can i sink and integrate “registration feature provided by buddypress” in modals by default, instead of using the “wordpress registration feature” i have been able to successfully bring login and registration process to modals using wpmodal plugin but the registration page it uses is from wordpress and not buddypress is there any way or piece of code that i should be using to force the buddypress registration page in wpmodal ,overwriting the default wordpress registration completely just like designwall website has?
Thanks

well wisher
replied 9 years ago

anyone?

1 Answers
BigHug
answered 9 years ago

Hi Well Wisher, 
Our login form is not a buddypress feature. Basically, you only need Ajax and WordPress to make this form

well wisher
replied 9 years ago

Thanks for the reply @Bighug, if thats the case then are you using any other plugin or some custom code to add other additional fields to the registration form on designwall?
Cos wordpress registration form has only two fields email and username if i am not wrong.
I am using wp modal plugin to do the modal task,using the theme my login custom password module adds the password and repeat password fields but it end up in error after clicking the signup button

BigHug
replied 9 years ago

Yes well wisher,
We are using custom code to do the login/register process in our theme. You can refer to this wordpress function http://codex.wordpress.org/Function_Reference/wp_insert_user to get more details about custom code

Powered by DW Question & Answer Pro