Closed (fixed)
Project:
Unique field
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
13 Mar 2008 at 02:19 UTC
Updated:
27 Jul 2008 at 03:31 UTC
I was wondering what you would suggest for the following problem:
I'm trying to make sure a "URL" is unique ( meaning if there is already a node containing this URL, reject it w/ a error message)
Since this module hasn't been tested with the link module, I'm sure the text-field would be fine.
Do I understand the way this module works? Is what I described what this module does? Thanks and it sounds like a fantastic module!
Comments
Comment #1
lordgilman commentedI just tested it out and it worked fine with the CCK link module (it rejected dupes). If you want it to search inside a text field for URLs you'll have to write code yourself.
Comment #2
chadchandler commentedThanks!