Kunena 6.4.8 Released

The Kunena team has announce the arrival of Kunena 6.4.8 [K 6.4.8] 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
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.

Solved JS Stream displays UserName for Thanks

More
13 years 3 months ago #134567 by xillibit
Hello,

this seems correct but you need to add a check to see the name or username in function of a Kunena configuration setting, i will add a fix for that

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
13 years 3 months ago - 13 years 3 months ago #134572 by Jiminimonka

sunnyjey wrote: Thank you for replying. I have checked Official Jomsocial Kunena plugin, but there is no such user selectable field.

I feel this is bug in recent Kunena 2.2. Earlier it used to display real name correctly. In my site everywhere (Kunena forum & JS) realname is displayed.


In JomSocial Admin backend; Configuration -> Layout -> Display Name gives the option for Username or Realname, and has always had that option to my knowledge.



Please read the FAQ.
Only one question per topic.
Search before you ask a question.
Last edit: 13 years 3 months ago by Jiminimonka.

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

More
13 years 3 months ago #134813 by sunnyjey

romagromov wrote: It seems I fix it....

Need to edit line 91 - replace usermane witn name

Before

Code:
$username = KunenaFactory::getUser($actor)->username;

After
Code:
$username = KunenaFactory::getUser($actor)->name;

in file /plugins/kunena/community/community/activity.php

After this changes NEW entries in activity stream will displays correct.


Thank you romagromov, now it is working correctly.

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

More
13 years 3 months ago #134814 by sunnyjey

xillibit wrote: Hello,

this seems correct but you need to add a check to see the name or username in function of a Kunena configuration setting, i will add a fix for that


In both Kunena & Jomsocial configuration, Name Display is set 'RealName'.

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

More
13 years 2 weeks ago - 13 years 2 weeks ago #138687 by romagromov
After update to 2.0.3 bug is still...
We have solution, but bug is still... And we got new bugs...

Download Free Software for Windows absolutly free.
Last edit: 13 years 2 weeks ago by romagromov.

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

Time to create page: 0.331 seconds