- Posts: 1
- Thank you received: 0
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.
Question [Merged topic] Index view shows some categories collapsed and others expanded
- iamdavinci
-
Topic Author
- Offline
- New Member
-
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. Also thanks for a great forum.
Robert
Please Log in or Create an account to join the conversation.
I have a number of top-level categories on the index page that I want to show collapsed by default, with the expand option removed.
Is this possible, and if so, what do I need to change?
-Stuart.
Please Log in or Create an account to join the conversation.
The short answer is that this feature is not currently available in any version of Kunena. If there is support for the idea (either by enough users requesting it or by someone offering to pay for the development of it) then it could be done. In the meantime it remains for someone with the interest and know-how to make the time available to develop a solution.
It's my guess that a setting needs to be stored within the category table (something like "collapse by default") - which means a modification to the Category Manager facility - as well as a change to the code that handles the Index view to process that setting. Simple to explain; non-trivial to implement.
Blue Eagle vs. Crypsis reference guide
Read my blog and
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
I need this setting
Please Log in or Create an account to join the conversation.
- baijianpeng
-
- Offline
- Premium Member
-
- Posts: 230
- Thank you received: 5
sozzled wrote: It's my guess that a setting needs to be stored within the category table (something like "collapse by default") - which means a modification to the Category Manager facility - as well as a change to the code that handles the Index view to process that setting. Simple to explain; non-trivial to implement.
Yes, Kunena needs a new option in configuration page to implement this feature. I think it should be a new option for each category : when add/edit , there is an option " Collapse by default?: Yes / No ".
This is a good feature to have. Hope you will finish it soon.
Thanks.
www.joomlagate.com/
Chinese Joomla Users' Portal
Please Log in or Create an account to join the conversation.