Quote:
Originally Posted by Damien001
this mod would be 100 times more effective if it ran the proxy check after confirming that the person details are correct.
i.e. that the image verification word is valid, that if the person using NoSpam that the anwser is valid and that the email address has not been banned
damien
|
Just to clear this up - it does.
The hook of the plugin (there's now actually 2...) so the hook of the RBL checking plugin is at register_addmember_process... This is to allow blocking of registration. If you don't have blocking turned on then the first plugin still does the check and generates notifications...
The 2nd plugin needs to fire after the new member has been added to the DB so it runs at register_addmember_complete. Depending on the options selected it either bans or flags the new member for moderation.