BuddyPress sits on top of an entire WordPress
installation, regardless of configuration. That means on single-site,
multi-site, or multi-network installations, BuddyPress only has 1 set
of data tables. As a result, you only have 1 set of Groups, Activity,
Private Messages, Profiles, and Friends, even if you have 1 site/1
network, 100 sites/1 network, 100 sites per network/100 networks.
I want to replace get_author_link() and get_the_author_meta($feld)
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 the form to send the user a reset password link if the correct username or email is entered and return an error if not. I’m trying to do this from a plugin I’m making to handle the login. Here’s my simple form. How do I make this work?
In BuddyPress, when a user clicks on their username, they are presented with a page that contains a menu: Activity Profile Messages Friends Groups Settings…