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

More
15 years 9 months ago #55070 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
15 years 9 months ago #55074 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

Important! Always create a backup before you make any changes to your website!
The following user(s) said Thank You: ashishb01

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

More
15 years 9 months ago #55075 by ashishb01
Thanks a lot. it worked!!

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

Time to create page: 0.266 seconds