1
vote
0answers
59 views

How to include file upload field in buddypress registration form?

I am using buddypress to make the social network of passed out students of my school.I have used Buddypress Xprofile Custom Fields Type for registration.I want to include "Add file"(Marksheet of ...
0
votes
2answers
75 views

How to get the ID of the currently logged in user?

I want to get the ID of the currently logged in user. I've found the function: get_current_user_id which seems to be working, however I'm not sure what 'current' means in this context. Meaning if the ...
0
votes
2answers
185 views

how to remove header from registration page?

How can i remove the header,search and my home,activity,forum etc from registration page.os there any plugin to modify registration page.I am using buddypress plugin.I do not want to call color.css ...
1
vote
0answers
95 views

Two different registraton forms for buddypress

I have to different user types on my buddypress site, athletes and coaches. Is their any way to have two different registration forms on buddypress? The ultimate solution would be to have a dropdown ...
0
votes
4answers
593 views

How to force buddypress users to complete profile after registration?

Seems logical for any other network, not for buddypress though :( We all know the extended user profiles in buddypress - problem is, even though some fields are marked as required, that "required" ...
2
votes
2answers
425 views

Buddypress Fake (non-bot) Users

BuddyPress Newbie question: I have a brand new site running WP 3.3.1 and BP 1.5. Even before launch I am plagued with numerous fake users every day. I don't think they are bots, because I have a math ...
0
votes
1answer
291 views

How to get user id which is done by buddypress

I have integrated buddypress in my wordpress theme. i need to get user id when buddypress completes user registration successfully like what we usually do wp_insert_user( $userdata ) which returns ...