Title field checking aka autocomplete
nathanjo - March 31, 2009 - 09:13
| Project: | Unique field |
| Version: | 6.x-1.1 |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | needs review |
Jump to:
Description
I created a patch that support checking of the node title before submission.
| Attachment | Size |
|---|---|
| unique_title_field_live_checking.patch | 3.55 KB |

#1
should I take this code and place it in the unique_field.module? When i do I get an error on line "@@ -49,6 +62,81 @@". I must not be understanding how to apply the patch, Do you have some advice for me please.
#2
how did you do to patch the file? If the patch file is in the root directory of the unique_field module just execute this:
patch -p0 < unique_title_field_live_checking.patchsee applying patches: http://drupal.org/node/60108
#3
This is a patch that I think would be a great addition. I am glad someone already thought of it and started working on it. When can we expect this to be included in the release version?
Also, how can I patch this and test it out if I don't have shell access?
Thanks!
#4
Just gave it a try. Worked like a charm. Great work!
Any possibility to customize the output, once it discovers a duplicate?