Kunena 6.3.7 Released
The Kunena team has announce the arrival of Kunena 6.3.7 [K 6.3.7] in stable which is now available for download as a native Joomla extension for J! 4.4.x/5.0.x/5.1.x/5.2.x. This version addresses most of the issues that were discovered in K 6.2 / K 6.3 and issues discovered during the last development stages of K 6.3
Note: Please go to the Kunena Dashboard after an upgrade so that the Kunena database tables are also updated.
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?
- romagromov
- Offline
- Senior Member
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.
- romagromov
- Offline
- Senior Member
Download Free Software for Windows absolutly free.
Please Log in or Create an account to join the conversation.
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
to
I hope this will get fixed soon so that the avatar will be linked again, too.
Please Log in or Create an account to join the conversation.
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.
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 18Code: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.
Thanks,
Hannes
Everything about fishing & tackle: forum, local and international shop
Please Log in or Create an account to join the conversation.
- tonyworship
- Offline
- Junior Member
- Posts: 27
- Thank you received: 0
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.
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.
- tonyworship
- Offline
- Junior Member
- Posts: 27
- Thank you received: 0
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.