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!