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 Custom change requested: real names in list of moderators

More
17 years 2 weeks ago - 17 years 2 weeks ago #12217 by @quila
Hello pkirbyr,

1.
in the file

/components/com_kunena/template/default_ex/listcat.php

Line 558, change this
Code:
echo ' '.CKunenaLink::GetProfileLink($fbConfig, $mod->userid, $mod->username).'  ';
with this
Code:
echo ' '.CKunenaLink::GetProfileLink($fbConfig, $mod->userid, $mod->name).'  ';

2.
in the file

/components/com_kunena/template/default_ex/showcat.php

Line 433, change this
Code:
echo CKunenaLink::GetProfileLink($fbConfig, $mod->userid, $mod->username).'  ';
with this
Code:
echo CKunenaLink::GetProfileLink($fbConfig, $mod->userid, $mod->name).'  ';

Regards
Last edit: 17 years 2 weeks ago by @quila.

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

More
17 years 2 weeks ago #12221 by pkirbyr
Brilliant! Thank you! Thank you!

k.

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

More
17 years 2 weeks ago #12229 by Case-Berlin
don“t forget den view.php!

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

Time to create page: 0.285 seconds