Kunena 7.0.4 Released

The Kunena team has announce the arrival of Kunena 7.0.4 [K 7.0.4] in stable which is now available for download as a native Joomla extension for J! 5.4.x/6.0.x. This version addresses most of the issues that were discovered in K 6.2 / K 6.3 / K 6.4 and issues discovered during the last development stages of K 7.0

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.

Merged Link to member profile not working after K 3.0 upgrade

More
12 years 11 months ago #144473 by Bjorn-SH
Hi there,

It seems that the link to a members profile page (by clicking their name in a post near their avatar) isn't going to the members profile page but directs to domain.com/interactive/profile/ which defaults to your own profile page.

This happened after the update to 3.0 so thought I'd mention it in case it isn't just an issue with my site.

At the moment I'll be downgrading to the previous version. This should hopefully fix the issue.

Thanks

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

More
12 years 11 months ago #144474 by Shimei

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

More
12 years 11 months ago #144475 by Bjorn-SH
Yep, I'm using JomSocial.

Can't be JomSocial causing the issue, it's never JomSocial :laugh: :whistle:

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

More
12 years 11 months ago #144476 by Shimei
Was for me, and if this works say thanks to xamire for the hack.

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);
} xamire
The following user(s) said Thank You: Bjorn-SH

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

More
12 years 11 months ago #144477 by Bjorn-SH
Thank you Shimei and thank you xamire the hack seems to have worked perfectly.

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

More
12 years 10 months ago #145004 by Bjorn-SH
Sorry to bring this topic back to life, I've just had a report from a user that the edit profile link doesn't work. I'm wondering if this is related?

I've checked and when a user clicks the edit link - top right of "forum/profile" it directs the user to "interactive/profile/id-username" which is the JomSocial profile isn't it?

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

Time to create page: 0.307 seconds