Joo!BB - Joomla! Bulletin Board
Welcome, Guest
Suggested minor edit to Joo!CM
by ~cXc~ on 02/03/2010 02:10
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);
I assume you just missed this one when you changed the rest
Posts: 10
Joined Board
01/30/2010 15:30
Last Visit
03/07/2010 10:36
User is Offline
View all users posts
Joined Board
01/30/2010 15:30
Last Visit
03/07/2010 10:36
User is OfflineView all users posts
Joo!BB - Joomla! Bulletin Board

