- Posts: 3
- Thank you received: 0
Kunena 6.1.1 Released
The Kunena team has announce the arrival of Kunena 6.1.1 [K 6.1.1] which is now available for download as a native Joomla extension for J! 4.2.x/4.3.x. This version addresses most of the issues that were discovered in K 6.1.0 and issues discovered during the last development stages of K 6.1
The information given in this category is intended to guide users who want to use JomSocial with Kunena and, mostly, was written by Kunena users. The information here is not necessarily accurate, up-to-date nor is it intended to replace the support given by the developers of JomSocial.
If you are having problems then, for your own benefit, it would save us all a lot of time if you would kindly post your configuration report when you ask for help from this forum. If you do not post your configuration report we will not ask you for it but you will probably not get your problem solved, either.
Solved How to use JomSocial profiles in K 3.0?
I am using Kunena 3.0 on my website, Kunena is integrated with JomSocial.
But there is a problem:
When you go on my forum www.srednje-skole.com/forum and whem you try to click on any user to see his profile it isnt linked with his profile on JomSocial, it links it on jomsocial page/profile..
Can you tell me how to fix that?
All options are enabled in Kunena for JomSocial.
Thanks.
Best regards,
Ljubisa Pavlovic
Please Log in or Create an account to join the conversation.
I have the same issue, and that's what made me begin another thread: Jomsocial integration
I also went to Jomsocial, and was told by Jomsocial staff that the plugin works correctly on their local machine. This is the kind of support I have received since purchasing Jomsocial. So you see there isn't a problem. It's in both your and my imaginations. :woohoo:
Please Log in or Create an account to join the conversation.
Change this
public function getProfileURL($userid, $task='', $xhtml = true) {
$do = $task ? '&task='.$task : '';
return CRoute::_('index.php?option=com_community&view=profile'.$do, $xhtml);
}
to this
public function getProfileURL($userid, $task='', $xhtml = true) {
$do = $task ? '&task='.$task : '';
return CRoute::_('index.php?option=com_community&view=profile&userid='.$userid, $xhtml);
}
Please Log in or Create an account to join the conversation.
xamire wrote: in /plugins/kunena/community/profile.php starting on line 27
Change this
public function getProfileURL($userid, $task='', $xhtml = true) {
$do = $task ? '&task='.$task : '';
return CRoute::_('index.php?option=com_community&view=profile'.$do, $xhtml);
}
to this
public function getProfileURL($userid, $task='', $xhtml = true) {
$do = $task ? '&task='.$task : '';
return CRoute::_('index.php?option=com_community&view=profile&userid='.$userid, $xhtml);
}
Great! It helped. Thanks.
Please Log in or Create an account to join the conversation.
xamire wrote: in /plugins/kunena/community/profile.php starting on line 27
Change this
public function getProfileURL($userid, $task='', $xhtml = true) {
$do = $task ? '&task='.$task : '';
return CRoute::_('index.php?option=com_community&view=profile'.$do, $xhtml);
}
to this
public function getProfileURL($userid, $task='', $xhtml = true) {
$do = $task ? '&task='.$task : '';
return CRoute::_('index.php?option=com_community&view=profile&userid='.$userid, $xhtml);
}
Please Log in or Create an account to join the conversation.
- dimeoscuro
-
- Offline
- New Member
- Posts: 3
- Thank you received: 0
xamire wrote: in /plugins/kunena/community/profile.php starting on line 27
Change this
public function getProfileURL($userid, $task='', $xhtml = true) {
$do = $task ? '&task='.$task : '';
return CRoute::_('index.php?option=com_community&view=profile'.$do, $xhtml);
}
to this
public function getProfileURL($userid, $task='', $xhtml = true) {
$do = $task ? '&task='.$task : '';
return CRoute::_('index.php?option=com_community&view=profile&userid='.$userid, $xhtml);
}
I can not explain how happy I am with this solution .... thank you!!!!!!!!
Please Log in or Create an account to join the conversation.
Greetz
Please Log in or Create an account to join the conversation.
Have you updated to K 3.0.1 and verified that the update resolves the matter? :dry:ZeroKewl wrote: I hope this ... bug ... will be resolved in the next Kunena update.
Blue Eagle vs. Crypsis reference guide
Read my blog and

Please Log in or Create an account to join the conversation.
sozzled wrote:
Have you updated to K 3.0.1 and verified that the update resolves the matter? :dry:ZeroKewl wrote: I hope this ... bug ... will be resolved in the next Kunena update.
I have, and verify that the problem has been fixed. Thanks so much!
Please Log in or Create an account to join the conversation.
- stumpy_dan
-
- Offline
- New Member
- Posts: 14
- Thank you received: 0
xamire wrote:
sozzled wrote:
Have you updated to K 3.0.1 and verified that the update resolves the matter? :dry:ZeroKewl wrote: I hope this ... bug ... will be resolved in the next Kunena update.
I have, and verify that the problem has been fixed. Thanks so much!
I updated but problem still exists?
Please Log in or Create an account to join the conversation.