first, thanks for the useful module. and i apologize for not providing code, but i have no PHP/Drupal programming experience.

it would be very useful if this module had an option that allowed the nodes under each term in a taxonomy to be included as child elements in the generated menu.

for example: a taxonomy "Categories" with terms "News", "Sports", and "Sports/Chess", and each term has the following nodes assigned with that term:

News: Story A, Story B, Story C
Sports: Story D, Story A
Sports/Chess: Story E, Story F

would produce the following menu:

News
----------Story A
----------Story B
----------Story C
Sports
----------Story D
----------Story A
----------Chess
--------------------Story E
--------------------Story F

note that the same node can show up under multiple terms (could be an option).

thanks again for the useful module and let me know if i can help with anything in testing this feature out/etc.

peace

Comments

waynedpj’s picture

the patch here seems to be attempting to add the requested feature (among other things):

http://drupal.org/node/1192084#comment-5032186

so far it is not patching cleanly. if it works and is accepted by the module dev, then i will close this topic.

johnv’s picture

Status: Active » Closed (duplicate)

I think you better join #486842: Display leaf nodes as well