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?

Comments

heylookalive’s picture

Title: Email notification at new request » Rules integration; Email notification at new request
Version: 6.x-1.0 » 7.x-1.0-beta1
Component: User interface » Code
StatusFileSize
new4.49 KB

Hi,

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.