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 How to hide the moderators name from the category view

More
13 years 8 months ago #1 by ashishb01
Hi,

I would like to hide the moderators name from each of the categories in the category view.

Currently the moderators name are coming in the category view for each category.

Any help will be appreciated...

Thanks

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

More
13 years 8 months ago #2 by rich
Hello ashishb01,

in /components/com_kunena/template/default_ex/kunena.forum.css

search following code (linie 580) and add "display:none;"

before:

#Kunena div.fb_thead-moderators {
clear:left;
}

after:

#Kunena div.fb_thead-moderators {
clear:left;
display:none;
}

Regards
The following user(s) said Thank You: ashishb01

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

More
13 years 8 months ago #3 by ashishb01
Thanks a lot. it worked!!

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

Time to create page: 0.567 seconds