Kunena 6.4.9 & Kunena 7.0.1 Released

The Kunena team has announce the arrival of Kunena 6.4.9 [K 6.4.9] in stable which is now available for download as a native Joomla extension for J! 5.0.x/5.1.x/5.2.x/5.3.x/5.4.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 6.4

The Kunena team has announce the arrival of Kunena 7.0.1 [K 7.0.1] in stable which is now available for download as a native Joomla extension for J! 5.0.x/5.1.x/5.2.x/5.3.x/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

Important note: Go to the Kunena Dashboard after an upgrade so that the Kunena database tables are also updated. This is particularly necessary for major version jumps so that the table changes are adapted.

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 Kunena Latest: How to show JomSocial avatars and link to user profile?

More
12 years 11 months ago #141317 by Gee
Hello,

this is not working in my case, too, and seems to be a bug. I fixed it with a workaround (avatar is not linked):

In modules/mod_kunenalatest/tmpl/default_row.php change line 18
Code:
echo $this->lastPostAuthor->getLink($avatarimg('', $this->params->get ( 'avatarwidth' ), $this->params->get ( 'avatarheight' )))

to
Code:
// echo $this->lastPostAuthor->getLink($avatarimg('', $this->params->get ( 'avatarwidth' ), $this->params->get ( 'avatarheight' ))) $jsuser = CFactory::getUser($this->lastPostAuthor->userid); $avatarimg = $jsuser->getAvatar(); $avatarwidth = $this->params->get ( 'avatarwidth' ); $avatarheight = $this->params->get ( 'avatarheight' ); echo "<img width=\"$avatarwidth\" height=\"$avatarheight\" src=\"$avatarimg\">";

I hope this will get fixed soon so that the avatar will be linked again, too.
The following user(s) said Thank You: Shaun Downend

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

More
12 years 11 months ago #141546 by Ewoudv
I have the same problem. Kunena latest 2.0.4 doesn't show the Jomsocial avatar but the forumtopics do. So it is only the module that has this issue.

Unfortunately Gee's solution doesn't work for me. I get to see the code instead of the latest topics.

@Xillibit, is this still under investigation?

Thanks.

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

More
12 years 9 months ago #142898 by Ratisar1

Gee wrote: Hello,

this is not working in my case, too, and seems to be a bug. I fixed it with a workaround (avatar is not linked):

In modules/mod_kunenalatest/tmpl/default_row.php change line 18

Code:
echo $this->lastPostAuthor->getLink($avatarimg('', $this->params->get ( 'avatarwidth' ), $this->params->get ( 'avatarheight' )))

to
Code:
// echo $this->lastPostAuthor->getLink($avatarimg('', $this->params->get ( 'avatarwidth' ), $this->params->get ( 'avatarheight' ))) $jsuser = CFactory::getUser($this->lastPostAuthor->userid); $avatarimg = $jsuser->getAvatar(); $avatarwidth = $this->params->get ( 'avatarwidth' ); $avatarheight = $this->params->get ( 'avatarheight' ); echo "<img width=\"$avatarwidth\" height=\"$avatarheight\" src=\"$avatarimg\">";

I hope this will get fixed soon so that the avatar will be linked again, too.


Avatars appeared, but my avatar instead of the founder of the message is displayed.

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

More
12 years 9 months ago - 12 years 9 months ago #143794 by hannes01
Same issue. Did you guys find the solution for this?

Thanks,
Hannes

Everything about fishing & tackle: forum, local and international shop
Last edit: 12 years 9 months ago by hannes01.

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

More
12 years 7 months ago #146070 by tonyworship
Yes i am having the same issue. I have made a video explaining the issue in detail. It's short video.



I am using Joomla 2.5.11
Kunena 2.0 for 2.5

thanks

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

More
12 years 7 months ago #146073 by xillibit
Try to change the order of kunena plugins in Joomla! plugins manager and set jomsocial intergration in first

I don't provide support by PM, because this can be useful for someone else.

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

Time to create page: 0.346 seconds