Kunena 6.2.5 & module Kunena Latest 6.0.7 released

The Kunena team has announce the arrival of Kunena 6.2.5 [K 6.2.5] which is now available for download as a native Joomla extension for J! 4.3.x/4.4.x/5.0.x. This version addresses most of the issues that were discovered in K 6.1 / K 6.2 and issues discovered during the last development stages of K 6.2

This is not a support forum for JomSocial or its related products. For JomSocial support you should visit JomSocial .

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?

More
10 years 10 months ago #1 by LjuSha
Hello,
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.

More
10 years 10 months ago #2 by Shimei
Hi,

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.

More
10 years 10 months ago - 10 years 10 months ago #3 by xamire
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);
}
Last edit: 10 years 10 months ago by xamire.
The following user(s) said Thank You: ZeroKewl, dimeoscuro, ArrO, Shimei, LjuSha

Please Log in or Create an account to join the conversation.

More
10 years 10 months ago #4 by LjuSha

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.

More
10 years 9 months ago #5 by Bosse
Didn't help me. Anywhere else I should change the code?

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.

More
10 years 9 months ago #6 by dimeoscuro

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.

More
10 years 8 months ago #7 by ZeroKewl
Thx - works perfectly. I hope this is considered a bug and will be resolved in the next Kunena update. I hate having to re-appy "natural fixes".

Greetz

Please Log in or Create an account to join the conversation.

More
10 years 8 months ago #8 by sozzled

ZeroKewl wrote: I hope this ... bug ... will be resolved in the next Kunena update.

Have you updated to K 3.0.1 and verified that the update resolves the matter? :dry:

Please Log in or Create an account to join the conversation.

More
10 years 7 months ago #9 by xamire

sozzled wrote:

ZeroKewl wrote: I hope this ... bug ... will be resolved in the next Kunena update.

Have you updated to K 3.0.1 and verified that the update resolves the matter? :dry:


I have, and verify that the problem has been fixed. Thanks so much!

Please Log in or Create an account to join the conversation.

More
10 years 7 months ago #10 by stumpy_dan

xamire wrote:

sozzled wrote:

ZeroKewl wrote: I hope this ... bug ... will be resolved in the next Kunena update.

Have you updated to K 3.0.1 and verified that the update resolves the matter? :dry:


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.

Time to create page: 0.462 seconds