Re: Where are the user’s links
Well, I don’t see any bp template tags that get those specific things. However, for all members in bp the urls are the same. Example:
member profile : http://yourdomainhere.org/members/username/profile
Substitue in code ‘yourdomainhere.org’ with your domain name and ‘username’ with a valid user’s username.
Same scheme for all the other things you want to get to like the member’s wire.
http://yourdomainhere.org/members/username/wire
Take a look at the urls in the member adminbar under ‘my account’. Just hover on down the list and you’ll see the urls for each bit-and-piece in firefox at the bottom left of the window.