For my site http://www.wateenreis.nl/ users can add their travel site.
In the form I use content taxonomy, where they can select one or more countries from a continent.
On the taxonomy-term page (a country) the added travel site is displayed, but if you select more
than one country in the form, the node is also displayed more than once.
(see f.i. http://wateenreis.nl/index.php?q=content/oceanie/nieuw-zeeland)
How can I prevend this?
I use Drupal 6.10 and Content Taxonomy 6.x-1.0-beta6
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | taxonomy_term.png | 96.08 KB | noledam |
Comments
Comment #1
noledam commentedNevermind, I found the solution.
I figured out that there's a view (views 2), called taxonomy_term.
There I put distinct to yes, and the problem is solved :-)