Download & Extend

Create menu by taxonomy term parent

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.

AttachmentSize
create_menu_by_parent.patch552 bytes

Comments

#1

Version:6.x-1.0» 6.x-2.x-dev

This feature didn't get into 1.x. We are glad to accept a new patch against 2.x branch.

#2

Status:needs review» needs work
nobody click here