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 Hide who is moderating a forum

More
14 years 7 months ago #1 by Joachim
Hi

My forum is at gamestorebuilder.com If you look at my forum you can see that Joachim is moderator of all the categories, I want this user to be a moderator, but I do not want to show the message below every category who is moderator for the category, how can I do this?

I see this message does not appear on this forum, surely the site admin is not the only moderator?

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

More
14 years 7 months ago #2 by Admata
Joachim wrote:

I do not want to show the message below every category who is moderator for the category, how can I do this?


kunena.forum.css on line 580 there is:
Code:
#Kunena div.fb_thead-moderators { clear: left; }
(This information was offered by Firebug )

Change that to be:
Code:
#Kunena div.fb_thead-moderators { clear: left; display: none; }

That´s it.

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

More
14 years 7 months ago #3 by Joachim
Thanks! That worked great! :)

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

Time to create page: 0.510 seconds