Kunena 6.2.5 & module Kunena Latest 6.0.7 released

The Kunena team has announce the arrival of Kunena 6.2.5 [K 6.2.5] which is now available for download as a native Joomla extension for J! 4.3.x/4.4.x/5.0.x. This version addresses most of the issues that were discovered in K 6.1 / K 6.2 and issues discovered during the last development stages of K 6.2

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.

Solved How can I hide sub-categories?

More
11 years 3 weeks ago #1 by LRRoberts0122
I would like to hide the sub-categories. How can I do this? I didn't see a feature in the control panel.

Attachments:

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

More
11 years 3 weeks ago #2 by TKtemp
Hi,

you cannot hide subcategories from control panel but you can do this in different ways. If you want to hide them only in categories list you can use css rules for it.
Code:
#Kunena div.kthead-child { display: none; }

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

More
10 years 10 months ago #3 by ender27

TKtemp wrote: Hi,

you cannot hide subcategories from control panel but you can do this in different ways. If you want to hide them only in categories list you can use css rules for it.

Code:
#Kunena div.kthead-child { display: none; }



This works perfectly !! Thank you !!

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

Time to create page: 0.370 seconds