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.

Merged Kunena Latest: How to show JomSocial avatars and link to user profile?

More
11 years 1 month ago #11 by romagromov
Hi!
After update from 2.0.3 to 2.0.4 kunena latest module displays jomsocial avatars only on kunena pages.
On all other pages avatars don't diplays...


Download Free Software for Windows absolutly free.

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

More
11 years 3 weeks ago #12 by romagromov

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

More
11 years 3 weeks ago #13 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
11 years 2 weeks ago #14 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
10 years 11 months ago #15 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
10 years 10 months ago - 10 years 10 months ago #16 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: 10 years 10 months ago by hannes01.

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

More
10 years 8 months ago #17 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
10 years 8 months ago #18 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.

More
10 years 8 months ago #19 by tonyworship
i tried what you said but it didnt work.

my pic

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

More
10 years 7 months ago - 10 years 7 months ago #20 by awinkler
Not sure if that's a Kunena or Jomsocial problem so I post it on both forums. I've recently updated my site to Jomsocial 3.01 and Kunena 3.02. When opening the Jomsocial component, the 'Latest forum topics' module wrongly displays the generic Kunena user avatar, not the correct user defined ones displayed in all other components.
Last edit: 10 years 7 months ago by awinkler.

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

Time to create page: 0.464 seconds