Hello! I am trying to integrate JSN to JomClassifieds on this site: http://www.buyandsellrvs.com
On the individual ad pages, I would like to replace the printed username with a link to their profile. (see advertiser details here: http://buyandsellrvs.com/component/jomclassifieds/RVListings/15262-2005--Keystone--Cougar-Super-light?Itemid=53)
I am trying to use the getLink but I am not having success.
I have tried: $user=JsnHelper::getUser( $this->data->id ); echo $user->getLink();