Kunena 6.3.0 released

The Kunena team has announce the arrival of Kunena 6.3.0 [K 6.3.0] in stable which is now available for download as a native Joomla extension for J! 4.4.x/5.0.x/5.1.x. This version addresses most of the issues that were discovered in K 6.2 and issues discovered during the last development stages of K 6.3

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
13 years 8 months ago - 13 years 8 months ago #1 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
Attachments:
Last edit: 13 years 8 months ago by qrious.

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

More
13 years 8 months ago #2 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
13 years 8 months ago - 13 years 8 months ago #3 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: 13 years 8 months ago by qrious.

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

More
13 years 8 months ago - 13 years 8 months ago #4 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: 13 years 8 months ago by qrious.

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

Time to create page: 0.524 seconds