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 Remove Moderators at the bottom of the forum

More
16 years 8 months ago #27198 by bryan7
Hi all,

I still have one more question for hiding the Moderators user name. What file that I can modify to hide the Moderators at the bottom of the forum?

Thank you very much in advance,

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

More
16 years 8 months ago #27267 by bryan7

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

More
16 years 8 months ago #27282 by woonydanny
Just a note, it would be good to add how you solved it so others can see as no doubt someone else will want to know this as well.

cheers

:)

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 #27300 by bryan7
Solution:

Remove the code around line 301 at \components\com_kunena\template\default\showcat.php
Code:
<?php get the Moderator list for display $fb_queryName = $fbConfig->username ? "username" : "name"; $kunena_db->setQuery("select m.userid, u.{$fb_queryName} AS username FROM #__fb_moderation AS m LEFT JOIN #__users AS u ON u.id=m.userid WHERE m.catid='{$catid}'"); $modslist = $kunena_db->loadObjectList(); check_dberror("Unable to load moderators."); ?>

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

Time to create page: 0.258 seconds