I need to skip mollom verification if the users on a site have more then X points. Does anyone knows if it is possible to right a module that skips mollom_form_alter ? Thanks !
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can’t skip the mollom_form_alter call, to do that you would need to alter the mollom module itself, What you can do, howerver, is to alter the form after mollom, undoing whatever you like.