Buddypress, understanding registration page
I want to modify my registration page on buddypress. Here I see a function
bp_get_current_signup_step()
and it returns values like
completed-confirmation
request-details
etc.. First I dont understand where are these values defined. I cant find them on greping the code. Are they in db? Secondly, I want to add more pages in registration flow. I am thinking of adding more such steps. Is that a good way to do that?
I want to modify my registration page on buddypress. Here I see a function
bp_get_current_signup_step()
and it returns values like
completed-confirmation
request-details
etc.. First I dont understand where are these values defined. I cant find them on greping the code. Are they in db? Secondly, I want to add more pages in registration flow. I am thinking of adding more such steps. Is that a good way to do that?
No comments:
Post a Comment