How would you adapt the Categories sidebar panel to only list subcategories when you are in that category (either at the category level or viewing a discussion in that category or any of its subcategories)?
I think that you need to change corresponding module.
Hope that core developers will be able to help with it more.
My personal preference - to have folding view with ability to unfold categories upon click (not like tree - just like list in XP, without left padding). And current category will be unfolded automatically.
Generally idea was to use clicking on title for categories with no discussions allowed. Otherwise you'll have down arrow at the right.
Also this'll allow you to not intrude into module code (after initial changes), and just add small JS code into view file to open necessary category (or fold all, or unfold all, if you wish).
Comments
Hope that core developers will be able to help with it more.
My personal preference - to have folding view with ability to unfold categories upon click (not like tree - just like list in XP, without left padding). And current category will be unfolded automatically.
- Spam
- Abuse
- Troll
0 • Off Topic Insightful Awesome LOL •I noticed that the default panel code doesn't use nested lists.
- Spam
- Abuse
- Troll
0 • Off Topic Insightful Awesome LOL •Otherwise you'll have down arrow at the right.
Also this'll allow you to not intrude into module code (after initial changes), and just add small JS code into view file to open necessary category (or fold all, or unfold all, if you wish).
- Spam
- Abuse
- Troll
0 • Off Topic Insightful Awesome LOL •- Spam
- Abuse
- Troll
0 • Off Topic Insightful Awesome LOL •Or search for jQuery plugins, may be.
- Spam
- Abuse
- Troll
0 • Off Topic Insightful Awesome LOL •http://www.scriptiny.com/2009/03/accordion/
and
http://www.dynamicdrive.com/dynamicindex17/ddaccordionmenu-urban.htm
- Spam
- Abuse
- Troll
0 • Off Topic Insightful Awesome LOL •