Linking to BBpress Profile
-
Hi there, my website is http://www.theyouthlink.com and currently I have a login widget that links to the WP profile page. Preferably, I would like to rewrite the code so that it links to the BBpress forums profile page in order to keep everything front end.
Any idea’s on how to do this? My current php code for the login widget is: `
case “profile_link”:
$return_text = str_replace(“{“.$match.”}”, ““. __(‘Profile’, ‘pwLogWi’) .”<//a>”, $return_text);
break;
- You must be logged in to reply to this topic.