Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a way to prevent duplicate taxonomy terms in Drupal (7)?

I'm using a free-tagging system in Drupal and am running into a problem: if I re-use a taxonomy term, it is added (redundantly) to the taxonomy vocabulary. Is there a way to limit a vocabulary to distinct terms?

like image 459
starsinmypockets Avatar asked Apr 13 '11 23:04

starsinmypockets


1 Answers

here is the module for this.

http://drupal.org/project/taxonomy_dupecheck

hope that helps

like image 186
Waqas Avatar answered Sep 30 '22 16:09

Waqas