how to make content's title unique
I am new to drupal and i want my content title unique so is there any module available for it or if i can implement autocomplete to view my past title name. please give answer in detail Thanks in advance :) You can use http://drupal.org/project/unique_field module. It performs additional validation when a node is created or updated by a user to require that a node's title or other specified fields are unique. Scenario #1 - Unique Node hook_node_validate() is what you need, if you are working with Drupal 7 Either you can simply use this below mentioned code in your custom module or you can take