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 Removing Moderators user name and username in the front page

More
16 years 8 months ago #27165 by bryan7
Hi,

Anyone know where I can remove Moderators user name under the Forum title and the user name which showing in the "Last Post" column?

Thank you very much in advance,

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

More
16 years 8 months ago #27195 by bryan7

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

More
16 years 8 months ago #27213 by woonydanny
how?

still wish that i can write my forum signature through a jomsocial plugin and do it from my jomsocial profile :(

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

More
16 years 8 months ago #27276 by bryan7
I just remove the code around line 514 at \components\com_kunena\template\default\listcat.php
Code:
<?php $mod_cnt = 0; foreach ($modslist as $mod) { if ($mod_cnt) echo ', '; $mod_cnt++; echo CKunenaLink::GetProfileLink($fbConfig, $mod->userid, ($fbConfig->username ? $mod->username : $mod->name)); } ?>

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

Time to create page: 0.199 seconds