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

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 How ? Replace the field name with username

More
16 years 7 months ago #29620 by elmo
The forum is the footer on which entry is "Moderators: Moderator X Moderator Y, etc."

Question: How do I replace the field name with username?

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

More
16 years 6 months ago #30378 by xillibit
Hello,

You set can set if the username in the kunena configuration panel, in frontend -> user related, then you need to choose yes or no for username. But this affects only, the moderators names dispalyes in thread view, to have the same behaviour for catagories view, you need to open the file components/com_kunena/template/default_ex/showcat.php and at line 415 relace this :
Code:
echo CKunenaLink::GetProfileLink($fbConfig, $mod->userid, $mod->username).'  ';

by this :
Code:
CKunenaLink::GetProfileLink($fbConfig, $mod->userid, ($fbConfig->username ? $mod->username : $mod->name)).'  ';

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
16 years 6 months ago #30401 by Matias
Thanks, xillibit.. I have totally forgotten to fix this one.

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

More
16 years 6 months ago #30662 by elmo
Thanks Xillibit!

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

Time to create page: 0.274 seconds