EKM Tag: [ekm:category_jumplist]
This tag outputs a drop down navigation menu allowing the user to select categories from a dropdown and drill-down into categories using a second and third drop down menu. This makes navigating to sub-categories much quicker.
- Tag Information
- Nesting This Tag
[ekm:category_jumplist][/ekm:category_jumplist]
If used with a font_formatting
attribute (set to no) the name will be output without any of the systems predefined formatting. This strips out all <font>
tags and will not prepend or append the name with a h1
tag.
If you wish to output H1 tags around the name using font_formatting='no';
you will need to manually add these.
[ekm:category_jumplist]
depth='3';
location='0';
default_value='';
default_blank_value='';
excludelist='';
includelist='';
output_item='[category1]<br>[category2]<br>[category3]';
[/ekm:category_jumplist]
depth='3';
Specify the number of drop down menues you wish to show. This can be a up to three. When using with many categories at higher depths you may see speed issues.
location='0';
Specify the starting location for the drop-down menu to begin. This is useful if you have a brands category and want to offer filtering through categories quickly. This must be the location ID for a category.
default_value='Select A Category';
Specify the name of the default option. This is the option that appears before you have selected anything.
default_blank_value='Choose A Category';
Specify the name of the default option when the currently select option has no subcategories.
excludelist='32,98,16';
Specify the IDs of any categories you want to exclude from the dropdown menu. These IDs must be for categories and must be comma delimited.
includelist='32,98,16';
Specify the IDs of only the categories you want to appear within the dropdown menu. Only categories defined by IDs will be included. These IDs must be for categories and must be comma delimited.
output_item='[category1]<br>[category2]<br>[category3]';
Specify any HTML or Text you want to output around the dropdown lists. This is useful for defining a layout.
To output the dropdown lists you must use the following attribute tags.
The EKM system allows for some tags to be nested within other tags.