views:

55

answers:

1

hi 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 :)

+3  A: 

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.

bas
Thanks i check that module and its perfect but is there any module who work with ajax and give me same node at the same page?
Jayjitraj
you can use CCK module's autocomplete widget to extend your content type to add custom "autocompletable" title
bas

related questions