Add BuddyPress Profile Menu Item [closed]

Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it’s on-topic for WordPress Development Stack Exchange. Closed 7 years ago. Improve this question In BuddyPress, when a user clicks on their username, they are presented with a page that contains a menu: Activity Profile … Read more

What methods should be used to fend off splogs in a multiuser install? [closed]

Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it’s on-topic for WordPress Development Stack Exchange. Closed 7 years ago. Improve this question We’re running 3.1.1 multi-user with the latest BuddyPress plugin, but we’re having all sorts of issues with splog signups. So far, … Read more

BuddyPress: Allow only one email domain to register

In the BuddyPress, I want to allow register and log in using only one email domain. For instance, [email protected] restore all will be disallowed. I have checked in the BuddyPress source and found that BuddyPress is using bp_core_validate_user_signup( $user_name, $user_email ) for sign up that has a filter return apply_filters( ‘bp_core_validate_user_signup’, $result ); So I … Read more

How to Modify/Change a Buddypress/WordPress Account Activation Process

I’m developing a custom BuddyPress/WordPress Plugin. Here’s how a user would normally register. A user registers as usual on registration page His/Her account is deactivated till he/she clicks on activation link in his/her email He/She is sent an activation link through the email he/she registered with He/She activates his account by clicking on the link … Read more

How to hide admin account in BuddyPress? (for security reasons)

I have been working with WordPress for the past 3-4 years, but I am new to BuddyPress. I would like to hide the admin account completely from BuddyPress for security reasons. For example with a regular WordPress blog I would have two separate accounts (one with admin privileges that remains hidden, and another one with … Read more

How to Control user registrations directly on sub-sites

Does anybody have Idea to enable a wordpress based multisite user to automatically get access to all sub-sites under same Multi site ? If I have A Multi-site installation(Also Buddypress enabled) at mysite.com .And the sub-sites created by my friends and their friends are sub1.mysite.com by A, sub2.mysite.com by B ,sub3.mysite.com by C and so … Read more

How can I create an auto-populated menu that is automatically assigned to a location?

I’m trying to add BuddyPress nav menu support to my theme and, unfortunately, BP’s template tags still aren’t fully up to snuff. (Basically, if you’re not making an explicit child theme for the BP Default theme, you’ve got to reinvent several wheels.) So what I’d like to do is Detect when BP is active (I … Read more