Active
Project:
Membership Entity
Version:
7.x-1.x-dev
Component:
Code: Membership Terms
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
1 Dec 2014 at 17:25 UTC
Updated:
20 May 2017 at 17:17 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
Channel Islander commentedDon't use this version of the script.
I don't know how to delete it, but please use the version uploaded in the following post.
Because a user may have another Membership Term ready to be auto-initiated when his current Term expires, the search for expiring Memberships was a little more complicated than it appeared.
Comment #2
Channel Islander commentedHere's a Perl program to send membership expiration notifications via email.
Please make sure you have the latest version of this file.
From the README:
Feedback most welcome.
- nick
Comment #3
Channel Islander commentedComment #4
Channel Islander commentedThe latest version of my program notify_expiring_members is available at http://websitebackendsolutions.com/blog/drupal-membership-entity-notify-expiring-members.
Now supports using negative number of days 'before' expiration to send a message after it occurs.
Download the software and run it from cron, or copy the SQL and make your own utility.
Cheers!
Comment #5
canardesign commentedTrying to use this cool program but I always get
## OVH ## START - 2015-08-31 07:37:02.736538 executing: /.../.../notify_expiring_members/notify_expiring_members.pl
## OVH ## ERROR command '/.../.../notify_expiring_members/notify_expiring_members.pl' must be executable
## OVH ## END - 2015-08-31 07:37:02.750516 exitcode: 255
after cron runs
set permissions to 777 with no luck. Any idea ?
Comment #6
kiss.jozsef commentedHello,
I created a sandbox module which implements a rules event and custom logging for expiring memberships.
https://www.drupal.org/sandbox/kiss.jozsef/2594193
Comment #7
welly commentedThe other option would be to use Rules Scheduler to trigger a rules component that will send an email out two months before the membership will expire.
Comment #8
maq.said commentedI checked, above notify_expiring_members.tar_.gz 4.56 KB but can't import it. Can I know the final version.
Comment #9
vIQleS commentedHas this been implemented? Or is there a simple solution?
I also have some other questions - is there a manual / video walkthrough for how to set this all up?
(I.e. how to set it up so that people can join / manage their own memberships etc. I've installed this on a test site and figured out how to add types and members, but but I can't figure out how to make it possible for a user or new (non-user) member to "join" / renew etc.