Closed (fixed)
Project:
Invite
Version:
5.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
27 Jul 2007 at 13:53 UTC
Updated:
18 Dec 2007 at 05:22 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
smk-ka commentedIt simply wasn't implemented yet. Luckily, I had some some time to add the reminder button, but it turned out to require quite some changes to the existing code.
This is why I need your help to test the patch thoroughly. Play around with the new 'Editable subject' setting, send invites from the invite page and the block, and test different user roles. Then edit the database records and remove the first '1' from the expiry column. Now you should be able to send reminders.
--
Stefan Kudwien
unleashed mind
Comment #2
gurukripa commentedmy site is currently live..and unfortunately there are some problems in getting the test site up on my local machine..some issues..it needs an upgrade i think...
will try this when it does get alright..
am not too techie..so afraid to play with database..since i cant troubleshoot :)
pls let me know if this feature is working fine.
thanks
Comment #3
smk-ka commentedRerolled the patch against HEAD. Still needs in-depth testing, so still not production-ready, sorry.
Comment #4
smk-ka commentedFound an issue: the invite code changes upon sending a reminder email, which invalidates the original code. Ideally it doesn't, so the invitee could also join using the link in the original invitation.
Comment #5
smk-ka commentedNew patch fixing above issue.
Comment #6
smk-ka commentedAnother fix: hook_invite($op = 'invite') shouldn't be triggered when sending a reminder, only on the initial invitation.
Comment #7
gurukripa commentedHi.
Is it possible that you could incorporate the patch for remind in the Dev version..and then we cld try it out.
Thanks
:)
Comment #8
smk-ka commentedRerolled patch against latest DRUPAL-5 branch.
@gurukripa
Sorry, but this is not the only patch to be reviewed. If I would apply a patch as large as this one, it would almost certainly break other patches in the queue. Besides, applying patching isn't difficult at all.
Comment #9
gurukripa commentedI have a suggestion.
It would be nice to have Remind all who have not Joined...also as an option.
This wld make things easier than having to click a few hundred times to invite each person again.
Also a Bulk delete invitations option cld also help.
Thanks for this nice module.
Comment #10
Anonymous (not verified) commentedI'm very confused - I'm trying to get this working but the patch fails on the latest stable version, the latest dev and head. I've even gone through and added the patch manually but the remind tab doesn't show up, and when it does, it just shows the invite page.
Is there any way I can get this working? If so, can u tell me which version of invite I need to use and how I can apply the patch. Thanks
Also, some people on my site have thousands of invites they want to remind people of so I second the comment about remind all function.
Comment #11
smk-ka commentedNew patch against current DRUPAL-5 branch.
Yet, I'm still unsure how to satisfy everyone. Your point about a bulk reminder is valid (vs. a resend option that allows further customization, which is what this patch implements). Couldn't the bulk reminder also sit in a separate module? It seems to me you don't need the invitation tracker at all, since you don't want to selectively resend invites, but just want to send a reminder to anyone whose invitation is more than X days old (possibly even by cron, so except a settings page there would be no UI required at all). What should the reminder look like? Just resend the original invitation? Or another e-mail template saying something like 'Hey, this is just a reminder...'?
Comment #12
smk-ka commentedComment #13
(not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.