- Posts: 157
- Thank you received: 9
Kunena 7.0.4 Released
The Kunena team has announce the arrival of Kunena 7.0.4 [K 7.0.4] 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
Question usernames being displayed instead of Real Name
5 years 1 month ago #216367
by xreliable
Replied by xreliable on topic usernames being displayed instead of Real Name
nothing has changed other than the kunena update but these are the settings in Easysocial:I don't use easysocial, is-there in settings of easysocial the way to choose to display username or name ?
Please Log in or Create an account to join the conversation.
5 years 1 month ago - 5 years 1 month ago #216369
by xreliable
Replied by xreliable on topic usernames being displayed instead of Real Name
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)
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.
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 1 month ago by xreliable.
Please Log in or Create an account to join the conversation.
5 years 1 month ago #216383
by xreliable
Replied by xreliable on topic usernames being displayed instead of Real Name
any better options for me or a fix coming soon?
Please Log in or Create an account to join the conversation.
5 years 1 month ago #216390
by xillibit
I don't provide support by PM, because this can be useful for someone else.
Replied by xillibit on topic usernames being displayed instead of Real Name
Hello,
I haven't looked at it yet
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.
5 years 1 month ago #216392
by xreliable
Replied by xreliable on topic usernames being displayed instead of Real Name
because you hate me?Hello,
I haven't looked at it yet
Please Log in or Create an account to join the conversation.
5 years 1 month ago - 5 years 1 month ago #216394
by xreliable
Replied by xreliable on topic usernames being displayed instead of Real Name
I don't know if this is the actual fix but I changed as follows and seems to work...:
this:
to this:
this:
Code:
// return FD::user($user->id)->username;
Code:
return FD::user($user->id)->name;
Last edit: 5 years 1 month ago by xreliable.
Please Log in or Create an account to join the conversation.
Time to create page: 0.272 seconds