I'm not sure if this is a webform issue or an ip_anon issue, but it would be nice to anonymize webform submissions, too. At least for me, with the ip_anon module enanbled, webform submissions still safe (and keep) the user's IP.
I'm not sure if this is a webform issue or an ip_anon issue, but it would be nice to anonymize webform submissions, too. At least for me, with the ip_anon module enanbled, webform submissions still safe (and keep) the user's IP.
Comments
Comment #1
mfbOn the drupal 5 version there's no way for other modules to alter the set of tables and columns, because drupal 5 doesn't support http://api.drupal.org/api/function/drupal_alter
So the only way to add this table is to patch the module. if you submit the patch then I could commit it, given that it's probably a fairly popular module.
on drupal 6 you could submit a patch for the webform module to implement hook_ip_anon_alter().
Comment #2
mfbI went ahead and submitted a patch for the webform module at #469760: Implement hook_ip_anon_alter() Please review if you get a chance.
Comment #3
mfbThis feature is now available in the 6.x-1.x and 7.x-1.x branches so marking this fixed - although it hasn't yet been backported to 5.x-1.x
Comment #5
yan commentedIt seems this has never been added to 6.x.1.x. It works for me, though, to just copy the function over from 7.x-1.x-dev and add it to ip_anon.pages.inc:
Comment #6
mfbThis was committed Mon, 23 Aug 2010 21:07:08 +0000 http://drupalcode.org/project/ip_anon.git/commitdiff/137eea3a41707c50c0e...