Come together with the global Drupal community in Rotterdam, 28 Sept – 1 Oct 2026. Sessions, contribution, connection, and Early Bird savings until 8 June.
Initial port to D7.
Removed css file from project, it's created on install in the site's file system, works in multisites.
Uninstall removes db table, variables and files as it should.
To Do
Add the ability to change the directory name and description to further hide spamicide's signature
Back port to D6 2.0 for these new features.
Added to .install to remove spamicide directory on uninstall.
Changed field weight setting routine to force buttons down and have field just above which should better fool spambots.
Issue #977864 by lipcpro: replaced $result with $return as it should have been,
Issue #978798 & #957012 by lipcpro: applied patch file from #978798 by hand
This version reworked the menu to only have the one item, removing the ability to get to the add form from the menu, only from the form itself, once admin links are enabled, making sure that a user can't put in a form that may or may not exist. Thinking is it would be an expensive operation to have to query all the other modules for their forms to make sure the name is correct.
Changed the defaults to enable admin links and default forms to enabled to have it locked down out of the box.