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 Collapse child category list

More
16 years 9 months ago #25181 by milan72
I am sure that there is a simple answer to this but as I don't know much in the way of PHP or javascript I am having troubles.

I want the child category list to be collapsed, showing only the main category headings when the user first links to the forum.

I can see in the code that there is a cookie set. I am not sure why this is necessary, so if I can turn the cookie function off and just have the menu/lists collapsed everytime someone accesses the main categories page that would be even better.

Easy answer anyone? I am sure it is as simple as switching a '1' to an '0', but try as I might with trial and error I can't seem to find the switch. Maybe it is even accessible through the back end but i cant find it :(

Thanks guys in advance for your help :)

Milan.

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

More
16 years 9 months ago - 16 years 9 months ago #25182 by @quila
Hi Milan, welcome to forum

open the file kunena.forum.css line 583

components / com_kunena / template / defaulet_ex /

and add red colored text.

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

Regards
Dragan
Last edit: 16 years 9 months ago by @quila.

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

More
16 years 9 months ago #25186 by milan72
Problem Solved. Thanks Dragan :)

And thanks for the quick reply! Thumbs up to Kunena, Staff and of course Moderators ;)

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

Time to create page: 0.398 seconds