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.

Topics that are moved into this category are generally considered to be closed. Users may want to add additional information but these topics should not be resurrected in order to discuss new problems or unrelated matters.

Question Username to Name in edit by text

More
15 years 9 months ago - 15 years 9 months ago #57044 by qrious
Hello,

First of all i'd like to say i'm very content with kunena and it works like a charm.

My situation:
I have a board where all users have to show their Real Name instead of their usernames because their usernames are used for a gameserver. So to manage that i have made several core hacks (mainly:)
Code:
$fb_queryName = $fbConfig->username ? "username" : "name"; to this: $fb_queryName = $fbConfig->username ? "name" : "name";

But now I have 1 place where i can't fix it:


Can someone please tell me where to fix it :0

thank you very much
Last edit: 15 years 9 months ago by qrious.

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

More
15 years 9 months ago #57047 by xillibit

qrious wrote: Hello,

First of all i'd like to say i'm very content with kunena and it works like a charm.

My situation:
I have a board where all users have to show their Real Name instead of their usernames because their usernames are used for a gameserver. So to manage that i have made several core hacks (mainly:)

Code:
$fb_queryName = $fbConfig->username ? "username" : "name"; to this: $fb_queryName = $fbConfig->username ? "name" : "name";

Hello,

This change has any sense, i don't understand what is your goal ?

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
15 years 9 months ago - 15 years 9 months ago #57049 by qrious
hello,

Well it has sense you might want to visit the website. Because before any of these hacks (and show name instead of username in conf) it still showed usernames.

EDIT: quick reply, thanks you for that ;)

EDIT 2: The goal is to hide any username because they are used on the gameserver and have to be private
Last edit: 15 years 9 months ago by qrious.

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

More
15 years 9 months ago - 15 years 9 months ago #57054 by qrious
K well i've found out it has to do with /template/default/post.php but i've still not been able to change it :p

edit: It only sets the id of the user that edited the message...my search continues XD
Last edit: 15 years 9 months ago by qrious.

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

Time to create page: 0.240 seconds