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 #134295 by sunnyjey
With recent update K 2.0.2, the JS stream display USERNAME for Thanks. How do I select to display REALName in place of USERNAME ?

for eg, currently it displays MR. X thanks user 'admin' in the forum message ' Introduce Yourself'.

*'admin' is USerName, I want to display RealName instead.

Thank you in advance.

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

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

I don't think that it's possible to choose in stream if you want show realname or username

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 #134327 by sunnyjey
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.

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

More
13 years 3 months ago - 13 years 3 months ago #134424 by romagromov

xillibit wrote: Hello,

I don't think that it's possible to choose in stream if you want show realname or username


You think this is normal????
Users will kill me, if their usernames will displays in activity stream!!!!
Guys - usernames is confidential information!
Only realnames impossible in public area!!!

In older versions admin could choose username or real name... Why not in this version?

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

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

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

I hadn't said that is normal, i didn't remember how it's works, so i will take a look and give a fix if it's possible

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 #134538 by romagromov
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.

Download Free Software for Windows absolutly free.
Last edit: 13 years 3 months ago by romagromov.
The following user(s) said Thank You: sunnyjey

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

Time to create page: 0.323 seconds