I want to display nodes according to taxonomy, I mean, I only can assing one menu parent from menu settings, but I want display multiple hierarchy taxonomy offers. When I assing a node to a term, it doesn't display in nice menus...

Exists any way to make this I suggest?

Thanks in advance.

Comments

add1sun’s picture

Status: Active » Postponed (maintainer needs more info)

Well menus != taxonomy. If you want to use taxonomy with Nice Menus you will need to first figure out how to put those taxonomy terms into the menu system. Drupal doesn't do this by default. You can manually make a new Menu and then add each term you want with a link to that term's listing page. If you want to automate that, you should look in the handbook for snippets or HowTos that show that. I have *no* idea if the Taxonomy Menu module would work since I've never actually used it but you can take a look and see if it does what you want and is compatible with Nice Menus.

If you actually want the individual nodes to be added to the menu, then you need to put them there yourself. I'm not sure if I am following exactly what you are trying to do but these are my best recommendations based on my understanding.

Once you have the terms (or nodes or whatever) in the menu system, then you can use Nice Menus to display that menu for you. Nice Menus only *displays* menus, it doesn't create them.

escuriola’s picture

Hello, thanks for your reply. I will try to explain my needs. I'm migrating a website to drupal. New website must be identical that current. I don't like at all how menus are building, but i can't do nothing.

In the old web the menus lists all products in categories. Exists a "new" category where new products are displayed. So a product could be in new category and also in its category (small, large, medium...). I created with taxonomy all the website structure and converted in menus so nice menus could display them.

The problem is a product could be "new" and another category, then must display in two menus and I only can assign one menu in menu settings.

Everything works perfect with nice menus but I have a this concrete need: Indicate two menu parents to a node. That's the reason I used taxonomy to create menu (multiple hierarchy) but when I used this way, nodes associated wiht taxonomy doesn't display.

Maybe is more a taxonomy menu issue, only a way to indicate display all nodes for a term, but nobody before answer me, so I tried to post here.

Thanks again for your time.

add1sun’s picture

Ahhh, I see. Yes that problem is out of the scope of Nice Menus and I'm not familiar enough the inside workings of menu building nor the Taxonomy Menu module to be of any help. :/

have you posted this question to the Taxonomy Menu queue?

escuriola’s picture

I'll do. Thanks for your time.

add1sun’s picture

Status: Postponed (maintainer needs more info) » Closed (fixed)

Closing the issue since this isn't a Nice Menus problem.