Kunena 7.0.5 & Kunena 6.4.11 – Security Updates Released

The Kunena team has announce the arrival of Kunena 7.0.5 [K 7.0.5] 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.

The Kunena team is also pleased to announce the eleventh version of Kunena 6.4, a native Joomla extension for Joomla! 5.0, 5.1, 5.2, 5.3, 5.4 and 6.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 Expanded categories/forum

More
16 years 8 months ago #27589 by monoxilio
Hi there guys...
Does anybody know how to "start" (first access) Kunena Forum with all categories "not expanded"?

Actually, when I open Kunena, it has all the categories opened with all their sub-categories...

:huh: :huh: :huh:

Thanx.
Waiting for you answers...

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

More
16 years 8 months ago #27597 by Matias
Currently I've only made this for Advanced Search, which is hidden by default. Try to look how it has been done -- I think that I just used another class and styled it as hidden. You can find this code from /components/com_kunena/lib/kunena.search.class.php or in /components/com_kunena/template/default/plugin/advancedsearch/advsearch.php

Categories view is located in file /components/com_kunena/template/default_ex/listcat.php

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

More
16 years 8 months ago #27649 by monoxilio
Thanx Matias for your quick answer.
So, in your opinion is not possible to configure Kunena directly from Administration Panel?
I mean, the only way to open Kunena with closed cateogories (no sub-categories shown) is hacking the core code (or the css/template)?

:ohmy:

monoxilio

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

More
16 years 8 months ago #27654 by Matias
Replied by Matias on topic Re:Expanded categories/forum
Yes, exactly. Hiding forums with +/- arrows was originally meant to hide unwanted bloat from the user, but only if he chose to do it by himself. I later altered the behavior for search, but didn't do it for categories.

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

More
16 years 8 months ago - 16 years 8 months ago #28619 by monoxilio
hi matias...
Do you know how to hide childboards post details?!
I mean the "(0/0)" after each childboard title.

Thank you in advance. ;)
Last edit: 16 years 8 months ago by monoxilio.

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

More
16 years 8 months ago - 16 years 8 months ago #28651 by skillless
edit in kunena.forum.css, l.624
Code:
#Kunena span.fb_childcount { bottom:2px; letter-spacing:1px; margin-left:4px; margin-right:4px; position:relative; display:none; // add this line }
Last edit: 16 years 8 months ago by skillless.

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

Time to create page: 0.225 seconds