Contributions
Categories_tree
Customize categories tree. Options: collapsable, show all categories, combinations of collapsable and flat.
Expand All / Collapse All
I found a Small bug
You can not hide categories counts by changing
the "Show Category Counts" in the admin pages to false. To correct it:
Find at line 64
if (SHOW_COUNTS) {
and replace
if (SHOW_COUNTS == 'true') {
Don't know why got this error. Anyway, to correct it, simply remove "c.status = '1' and " from line 22
Use this text file to make a tiny change to this contribution to facilitate using Enable-Disable Categories Contribution.
Customize categories tree. Options: collapsable, show all categories, combinations of collapsable and flat.
Note: Contributions are used at own risk.