Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: WP-Forum and BuddyPress


Wythagy
Participant

@wythagy

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&amp;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.

Skip to toolbar