Hello folks
This patch enable the following options:
- Different registration codes for each account type, used on registration process
- Registration codes used wouldn't be used.
- Registration codes used will be deleted from the list of available registration codes
- Option if Account Expiry modules is enabled, the expiration type will be set based in expiration time for each account type.
This patch use modules the modules Account Types and Account Expiry with patch to support account types.
I reuse code posted on http://drupal.org/node/154355 to implement store regcodes used and remove from available list.
Patch against latest 5.x-2.0
Sponsored by AnexusIT
Best regards
enzo
| Comment | File | Size | Author |
|---|---|---|---|
| regcode.zip | 11.76 KB | -enzo- | |
| regcode_by_account_type_with_expiration.patch | 10.16 KB | -enzo- |
Comments
Comment #1
pioters commentedOnly warning that Account Types modules has to be installed before this module!
Comment #2
-enzo- commentedHello pioters
You are right, do you have any patch for this? my change works for you?
regards
enzo
Comment #3
danielnolde commentedHey regcode-users,
i just posted a ready-for-review proposal of a completely reworked new regcode.module (still D5, but soon to be upgraded to D6 & D7). This new to-become-release is solving a lot of issues and feature-requests on a completely new and flexible basis.
Check it out, test it and give feedback whether you think it solves your issues, and whether it's ready to be committed:
http://drupal.org/node/466630
cheers,
daniel
Comment #4
aidanlis commentedImplemented in D5 and D6 versions now.