Kunena 7.0.6 & Kunena 6.4.12 – Security Updates Released

The Kunena team has announce the arrival of Kunena 7.0.6 [K 7.0.6] in stable which is now available for download as a native Joomla extension for J! 5.4.x/6.0.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 7.0.

The Kunena team is also pleased to announce the twelfth version of Kunena 6.4, a native Joomla extension for Joomla! 5.0, 5.1, 5.2, 5.3, 5.4 and 6.0.

Question usernames being displayed instead of Real Name

More
5 years 2 months ago #216367 by xreliable

I don't use easysocial, is-there in settings of easysocial the way to choose to display username or name ?
 
nothing has changed other than the kunena update but these are the settings in Easysocial:
 

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

More
5 years 2 months ago - 5 years 2 months ago #216369 by xreliable
as a band-aid I commented out this line from /plugins/kunena/easysocial/profile.php (line 205 in the latest version just installed with k 5.2.3)
Code:
// return FD::user($user->id)->username;

I don't know if this will screw anything else up but it keeps the usernames/email addresses from being public.  It is still a mess and confusing to users.
Last edit: 5 years 2 months ago by xreliable.

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

More
5 years 2 months ago #216383 by xreliable
any better options for me or a fix coming soon? 

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

More
5 years 2 months ago #216390 by xillibit
Hello,

I haven't looked at it yet

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
5 years 2 months ago #216392 by xreliable

Hello,

I haven't looked at it yet
 
because you hate me?

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

More
5 years 2 months ago - 5 years 2 months ago #216394 by xreliable
I don't know if this is the actual fix but I changed as follows and seems to work...:
this:
Code:
// return FD::user($user->id)->username;
to this:
Code:
return FD::user($user->id)->name;
Last edit: 5 years 2 months ago by xreliable.

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

Time to create page: 0.248 seconds