Tagged Questions
0
votes
0answers
41 views
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 ...
0
votes
0answers
20 views
find functions associated to hooks [duplicate]
In Buddy Press register.php, I see code snippets
do_action( 'bp_custom_signup_steps' );
do_action( 'bp_before_register_page' );
etc.
I am unable to find functions associated to these hooks? have ...
0
votes
1answer
685 views
Saving Custom Fields Defined in BuddyPress' register.php
I am writing a custom app for a client that is based on BuddyPress and WordPress. One of the requirements is a custom registration form. To accomplish this, I have managed to hack a custom ...
1
vote
1answer
642 views
How to bring registration field to index page?
I am using wordpress and buddypress for my site and my registration works perfectly on www.mysite.com/register, i need to bring the registration fields to the home page(index.php). My register page ...