Sorry if I'm asking a dumb question, but is there a way for the administrator to give users additional invites (on an individual basis) after they run out of theirs?
| Comment | File | Size | Author |
|---|---|---|---|
| #8 | 129339-8-invites_per_user.patch | 12.17 KB | adammalone |
Sorry if I'm asking a dumb question, but is there a way for the administrator to give users additional invites (on an individual basis) after they run out of theirs?
| Comment | File | Size | Author |
|---|---|---|---|
| #8 | 129339-8-invites_per_user.patch | 12.17 KB | adammalone |
Comments
Comment #1
smk-ka commentedUnfortunately not. I've already thought of assigning an individual invite count to each user. This would allow us to assign new invited users half as many invites as the inviter, like GMail does.
If you can provide a patch, I'd be happy reviewing it...
--
Stefan Kudwien
http://www.unleashedmind.com
Comment #2
BioALIEN commentedThis is a very nice idea indeed.
Comment #3
cozzi commentedIt might be nice to somehow give out individual additional invites by way of the User Points module.
Comment #4
smk-ka commentedBetter title.
Comment #5
smk-ka commentedFrom http://drupal.org/node/169014:
Comment #6
nlvp commentedI was looking for this. Are there any plans afoot to implement this feature? It's very useful for viral sites seeking to maintain some sort of exclusivity.
I'd love to do it, but my coding skills are not even remotely up to it.
Rgds,
Nicolas.
Comment #7
adammaloneI've written a sub-module that addresses this. I have to comment a little and then I'll submit here as a patch.
Comment #8
adammaloneThis patch could be a little rough around the edges:
Pros:
Cons:
It might be a terrible patch but after writing a submodule for invite that used the invite hooks I decided to just patch the module with the functionality I desired.
Comment #9
adammalone