Originally Posted by
kaddie
I have 3 level categories. I though I would try the flyout for the last level. Not all categories have a sub-category and some categories have only a sub-category and not a 3rd one. This is what I want:
Category Head (want to show as tab, not linked)
Sub-category (want to show linked to 3rd category as a flyout)
Sub-sub-category (is the flyout)
//example defines - copy & modify for each category desired
//define ('CAT_BOX_HEADING_#','group|divider/class|[imgname]|[imgalt][|headcontent|headclass][|headcontent|headclass]...');
define ('CAT_BOX_HEADING_1','1|0||');//new list - no headings
define ('CAT_BOX_HEADING_3','1|0|||Major Heading|1|Minor Heading|2');//new list - text headings - multiple levels - styles 1 & 2
define ('CAT_BOX_HEADING_23','0|1|||Another Heading|2');//no list break - divider and text heading - style 2
define ('CAT_BOX_HEADING_33_34','0|0|||Subcat Heading|3');//simple text heading - style 3
//define ('CAT_BOX_HEADING_48','1|0|cathead48.gif|Cat 48 Heading|Buy Now...|3');//image heading and alt text - can be followed by text heading(s)
//define ('CAT_BOX_HEADING_52','0|1||');//divider only - style 1
//define ('CAT_BOX_HEADING_53','0|2||');//divider only - style 2
//define ('CAT_BOX_HEADING_FEATURED','0|0|||Featured Heading|3');//no list break - text heading
//define ('CAT_BOX_SUBTEXT_23','Subtext for cat 23 escape apostrophe\'s|1');//subtext - style 1
define ('CAT_BOX_HEADING_488','1|0|||Clearance Outlet|2');
define ('CAT_BOX_HEADING_475','1|0|||Package Deals|2');
define ('CAT_BOX_HEADING_61','1|0|||Apparel and Footwear|1');
define ('CAT_BOX_HEADING_60','3|0|0||Pet Grooming Equipment|1');
define ('CAT_BOX_HEADING_170','3|0|0||Pet Grooming Tools|2');
define ('CAT_BOX_HEADING_68','0|1|||Pet Hair & Body Care|2');
define ('CAT_BOX_HEADING_397','1|0|||Vet Equipment/Supply|2');
define ('CAT_BOX_HEADING_311','1|0|||Beauty Salon Supply|2');
define ('CAT_BOX_HEADING_126','1|0|||Pet Accessories|2');
define ('CAT_BOX_HEADING_195','1|0|||Office Accessories|2');
define ('CAT_BOX_HEADING_273','1|0|||Gifts For You & Yours|2');
define ('CAT_BOX_HEADING_356','1|0|||Home Accessories|2');
//
//display only the active top category and its subs, hide top cats, hide sub-subcats, or any combination.
//only uncomment and set this define if you want to hide cats based on active tree or level
// 'active|highest_level|deepest_level'
//active: 0=all tops/1=full active tree only/2=active only (all tops when no cat selected)/
//3=full active tree, others per level/4=like 3, active branches only/5=like 1, no tops|
//highest_level: 0=all levels/1=no topcats/etc.|
//deepest_level: 1=only first subcats/2=first & second subcats/etc.
//
//define('CAT_BOX_ACTIVE_LEVEL', '0|1|9');//hide top cats
//define('CAT_BOX_ACTIVE_LEVEL', '1|0|1');//show only active cats, to first subcat level
Wow, sure hope I made since. I also have better categories installed.
Thanks so much for your help!