I was testing the links feature in Joo!CM when I noticed that the user list does not apply the link set by Joo!CM.
The fix is simple ...
*ROOT*/components/com_joocm/views/userlist/view.html.php (line 65)
Code
// ~cXc~ $joocmUser->userLink = JRoute::_('index.php?option=com_joocm&view=profile&id='.$joocmUser->id.'&Itemid='.$this->Itemid);
$joocmUser->userLink = JoocmHelper::getLink('profile', '&id='.$post->id_user);