Active
Project:
Invite
Version:
6.x-2.0-alpha1
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
12 Apr 2010 at 20:00 UTC
Updated:
10 Aug 2010 at 21:21 UTC
Jump to comment: Most recent file
Comments
Comment #1
nonsieBetter patch
Comment #2
YK85 commentedHello,
I have a question regarding your patch and hoping it will help my situation.
When a user with Role A invites a friend, I want that friend to receive Role A.
When a user with Role B invites a friend, I want that friend to receive Role B.
Or an invite link for:
Invite a friend to join Role A
Invite a friend to join Role B
Thanks!
Comment #3
Archnemysis commentedsubscribe
Comment #4
hefox commentedThis is also possible in a submodule, but needed to change the submit callback. I'm wondering if it may be better to put it in a submodule, as doesn't seem like a common use case, and adding a presave to invite_save (you can use hook_invite escale to add roles :)).
Patch has some non-related stuff in it, that invite_redirect stuff.