Re: WP-Forum and BuddyPress
By the way, just so you know what I am trying to do, there is a function within WP-Forums that calls a profile link using the variable $link:
$link = "<a hre f='".$this->base_url."profile&id=$user_id'
title='".__("View profile", "wpforum")."'>$user</a>";
I need to be able to change the content after the \”href\” in the $link variable so that the $user_id forwards to a the equivalent BuddyPress profile.