Posted by bwoods on January 8, 2009 at 4:19pm
Jump to:
| Project: | Jump |
| Version: | 6.x-2.x-dev |
| Component: | Code |
| Category: | task |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | needs work |
Issue Summary
I ran into a situation where I needed multiple menus for sets of categories using the same taxonomy vocabulary set. I made a few minor changes to pass in the parent in the initial call, like so:
<?php
print jump_quickly(3, 'taxo', 12);
?>In this case, my parent term has a tid = 12. If you do not include a parent ID, the menu appears as it would have without the additional variable.
| Attachment | Size |
|---|---|
| create_menu_by_parent.patch | 552 bytes |
Comments
#1
This feature didn't get into 1.x. We are glad to accept a new patch against 2.x branch.
#2