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 Hide childcategories in category view

More
16 years 9 months ago #23385 by toxid
Is it possible to hide child boards in category view? I have many child boards in my main boards so it looks very messy. I can't find an option for it in the kunena configuration.

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

More
16 years 9 months ago #23387 by psy
Guess you can simply set "child board rows" to 0 in kunena config ;)

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

More
16 years 9 months ago #23405 by Lintzy
Yes it is possible, easy to do. But I'd like to point out, that the users don't know then, that there are subforums.

Edit kunena.forum.css

and set a display:none for fb_cc-subcat and for div.fb_cc-table

#Kunena div.fb_cc-subcat {
/*display:inline-block;*/
float:left;
vertical-align:top;
display:none;
}

#Kunena div.fb_cc-table {
/*display:inline;*/
display:none;
}

And to remove the remaining border, remove the red coloured line

#Kunena div.fb_thead-child {
border-top:1px dotted #D4C9AD;
clear:left;
margin-top:4px;
}

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

Time to create page: 0.251 seconds