I would like to make some rules for my Drupal 6.2 site. I want new users to accept some condition for registration before submitting their application. I do not want people just become member without helping the community. This means if they are inactive for 30 days their account should be suspended. and if in 60 days they have no posting (activity in Forum, translation, and so on) they should be suspended.

I looked among the modules but I could not find any help full leads. Does any one has a clue how such setting can be archived please?

Comments

lionheart8’s picture

If there's any module, it should be under User Management modules http://drupal.org/project/Modules/category/76

Take time to look through them.
Of interest is the terms of use module, I think for D6.
Others that may be of interest or partly do what u want - there may be only D5 versions ..., though you could check for their D6 development status.
http://drupal.org/project/account_expiry
http://drupal.org/project/inactive_user
http://drupal.org/project/terms_of_use ("This module adds Terms of Use and a [x] I agree check box to the registration page.")

This is just some help to help u get started in your search... :p

droshani’s picture

good start thank you! superb