Closed (won't fix)
Project:
Invite
Version:
5.x-1.13
Component:
Miscellaneous
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
12 Feb 2008 at 02:27 UTC
Updated:
13 Feb 2008 at 05:03 UTC
Currently Invite disallows any invitations to be sent to a user who has an outstanding invitation. It would be nice to have the option to turn off this settings, since IMO more invitations increases the likelihood of a user joining the site.
Thanks.
Comments
Comment #1
icecreamyou commentedWould commenting-out this code be enough to remove the restriction, or would it just remove the error message?
Lines 818 to 827 of invite.module (version 1.13) I believe.
Comment #2
smk-ka commentedUnfortunately not, both the database (email column is unique) and the code require changes. However, this issue has been addressed in the 2.0 branch. Be warned though, that 2.0 is very alpha and likely to change whenever I find time to work on it.
Comment #3
icecreamyou commentedWell, can I get around it by moving the re-send time to one day but keeping the invite link valid for longer? Obviously there would be other repercussions (the invite might register as Expired) but it's a thought I suppose.
Comment #4
smk-ka commentedNo, because you would still end up with a duplicate email address in the database. However, if you manipulate the database accordingly and apply the code change it *could* already be enough to make it work.
Comment #5
icecreamyou commentedI don't really want to mess with hacking it up that much. However, if by some miracle I find myself with enough time before you've released a stable 2.x branch, I'll try to look at backporting this feature.
Thanks.