Forums
-
- Forum
- Posts
-
- Installing BuddyPress
- 24,055
- How-to & Troubleshooting
- 129,795
- Creating & Extending
- 25,859
- Requests & Feedback
- 9,500
- Third Party Plugins
- 9,806
- Showcase
- 3,317
- Ideas
- 1,384
- Miscellaneous
- 9,176
-
$user_id = the id of the person you want to get;
echo bp_core_get_userurl($user_id);
There is also bp_core_get_userlink
which works in similar fashion but has more parameters. Open bp-core.php and check it out, it’s fully documented.