I switched of the "Display descendants" but still get it.

Sample:

- Portrait
- Products
- Pro1
- Pro2
- News

Adding a node to pro1 and pro2
clicking on products will display the teaser of pro1 and pro2 nodes

whats wrong?

Comments

t4him’s picture

Do you have multiple select checked on the 'vocabulary' page AND have both 'products' and 'pro1' selected in the 'vocabulary' 'term' field for the new post?

Just a thought.

t4him
--*--
post your solution back to the forum.

stoltoguzzi’s picture

sorry the example was wrong (filter).
Here another example:

+ Portrait
+ Products
++ Pro1
++ Pro2
+News

Products should not display the content of Pro1 and Pro2

kind regards
stoltoguzzi

drupalec-1’s picture

which module are you talking about?
-----
Drupal ecommerce, at www.drupalecommerce.com is a new site written using language that Drupal beginners and intermediate users can understand. It has about 300 unfinished pages. Quick links to "Modules," and "Example Sites."

stoltoguzzi’s picture

sorry, I was talking about taxonomy_menu

TSE’s picture

anything new to this problem ? would be great if someone has a solution....

EDIT : here we go....

How to : dont display nodes in taxonomy menu listings

Just build an extra Term and then put all the others below them. If you now switch of the "Display descendants" they are gone.

referring to the example, where "Products" should not display the content of "Pro1" and "Pro2" :

+ Products
++ Pro1
++ Pro2

just add a new term, for example "any Term" then your Vocabulary should look like this :

+any Term
++ Products
+++ Pro1
+++ Pro2

now diable "any Term" in menu settings and ready.

Any new nodes that should appear go into "Products", the others into "Pro1" or "Pro2". Items that are in "Pro1" will not get listed when you klick "Products"

Hope someone will help it ;)

TSE