Hello,
I would use request invitation with invite module and have three feature requests.
1) Admin needs email notification about new requests.
2) Is it possible to show the request in a block? So members could invite without admin have to check admin page.
3) Is a form planed to add name and a short test to the request?
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | requestinvitation-add_rules_event-673312-2.patch | 4.49 KB | heylookalive |
Comments
Comment #1
heylookalive commentedHi,
Here's a very quick and small patch which adds in a Rules event "Invite request has been submitted". Note, this is for Drupal 7.
In terms of making the module produce an email, you can create a rule with the new event, and "Send email to all users of a role" or "Send email to an email address".
Also corrected a few newlines and bits.