0
votes
0answers
30 views

Searching redirects to the home page

I ve seen similar topics but didn't help me or I just didn't understand. So I have a multisite installation (using subdomains), including two simple wordpress installation and one buddypress ...
3
votes
1answer
242 views

Redirect after User Activation

I am using BuddyPress 2 registration and activation for three different sites with my own registration form. To know where the user has registered, I add the user meta key registered_from at ...
1
vote
0answers
443 views

wp-signup.php redirected to register.php

I have worpdress 3.4 multisite subdirectory set-up. (eg: example.com\username) I also have a buddypress installation installed as a secondary blog.(eg: example.com/community) ...
0
votes
1answer
347 views

How To Only Allow Users To View Their Own Buddypress Profiles?

I am currently developing a social-network sort of site using Wordpress + Buddypress and the client has asked that profile pages not be publicly visible for the time being. Basically the client is ...
0
votes
1answer
300 views

How to you redirect to Member Profile in BuddyPress

Currently, when you click a member's picture of name in BuddyPress, you are redirected to the member's Activity Page. How can I get Buddypress to default to the member's Profile tab instead?
3
votes
1answer
4k views

How to redirect after login, the working way?

I've tried everything: Peter's Login Redirect, Redirection, some unworking javascript hacks, routemap PHP Class (which is really impressive, but I'm not sure that's very useful in this case). I'm ...