0
votes
1answer
768 views

Send reset password link to user from custom lost password form

I've been struggling searching through a bunch of tutorials with no luck. I have a custom login page and am just replacing the login form with the forgot password form on click. My issue is how to get ...
0
votes
1answer
67 views

Is there a way to give users the option to log in to their favorite group on login?

Is there a way to give users the option to log in to their favorite group on login? So if a user belongs to say half a dozen groups I can show those groups on the login with some sort of drop down ...
1
vote
2answers
184 views

Wordpress/Buddypress login theme function

Hey i installed buddypress and wanted to know if there is a theme function o can add so that on my theme it says Login • Sign Up and when they login it says My Profile • Sign Out
0
votes
1answer
368 views

Redirect non-members to about/intro page

I´m making a small wordpress/buddypress community site where I want all content except an about page to be for members only. I need to do a redirect to the about-page for all non-logged in users. ...
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 ...