Come together with the global Drupal community in Rotterdam, 28 Sept – 1 Oct 2026. Sessions, contribution, connection, and Early Bird savings until 8 June.
I would need this D6 upgrade too. I guess this could
help: http://drupal.org/project/deadwood, but I can't
tackle it, as I have no programming skill, and...
"A little knowledge is a dangerous thing" (A. Pope)
I needed this module for a D6 site I'm working on, so I've written a port to D6. I had to change the logic of the module because it's no longer possible to pass arguments to form validation callback functions. While I was at it, I also fixed up some calls to t() to correctly pass string parameters.
Notes:
- I have not actually tested this with a freetagging vocabulary, although I think it will work.
- This module requires hook_locale() to translate user-supplied error messages, since calling t() on user input is incorrect usage. This version will still work, however, if administrators translate these error messages manually using the string translation interface.
Comments
Comment #1
netentropy commentedi sure hope so
Comment #2
cratos commented+1 subscribing...
Comment #3
green monkey commentedsubscribing
Comment #4
Dimm commented+1
Comment #5
chazz commented+1
Comment #6
green monkey commented+1 subscribing...
Comment #7
youkho commentedWill help a lot limit the free tagging
Comment #8
liliplanet commentedsubscribe , thx!
Comment #9
skizzo commentedI would need this D6 upgrade too. I guess this could
help: http://drupal.org/project/deadwood, but I can't
tackle it, as I have no programming skill, and...
"A little knowledge is a dangerous thing" (A. Pope)
Comment #10
vivianspencer commented+1 subscribing
Comment #11
911 commentedSubscribing. Please port to Drupal 6.
Comment #12
mvcI needed this module for a D6 site I'm working on, so I've written a port to D6. I had to change the logic of the module because it's no longer possible to pass arguments to form validation callback functions. While I was at it, I also fixed up some calls to t() to correctly pass string parameters.
Notes:
- I have not actually tested this with a freetagging vocabulary, although I think it will work.
- This module requires hook_locale() to translate user-supplied error messages, since calling t() on user input is incorrect usage. This version will still work, however, if administrators translate these error messages manually using the string translation interface.
Feedback welcome.
Comment #13
codexmas commentedHey there! Thanks for chipping in, I would be happy to make you a contributor, now all you need is a CVS account!
Cheers,
Gord.
Comment #14
AjK commentedmvc CVS app approved and added to this project.
Comment #15
mvcThe patch above has now been improved and released as an official release for Drupal 6.