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
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.
- Jiminimonka
-
- Offline
- Elite Member
-
- YBAS!
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 Log in or Create an account to join the conversation.
romagromov wrote: It seems I fix it....
Need to edit line 91 - replace usermane witn name
BeforeCode:$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.
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.
- romagromov
-
- Offline
- Senior Member
-
We have solution, but bug is still... And we got new bugs...
Download Free Software for Windows absolutly free.
Please Log in or Create an account to join the conversation.