Hello,
I have modified the reviews template of SobiPro to make the reviewers username link back to their community builder profile.
I've done this using: <a href="{ php:function( 'SobiPro::Cfg', 'live_site' )}index.php?option=com_comprofiler&task=userprofile&user={php:function('SobiPro::User', $reviewAuthor, 'id')}&Itemid=914">
However, this URL isn't being picked up by sh404sef which I use to make the CB profile links SEF.
Is there some way I can modify my code to make this happen? Like some sort of shortcode to the profile?
Would really appreciate some help here.