Log in

View Full Version : Timed group memberships?


bwcbob
02-03-2009, 11:37 AM
I have a way implemented to add users to a group when they donate... How do you make it so they are automatically removed from the group after 30 days from time of joining the group?

dismas
02-03-2009, 11:54 AM
If you do it with a subscription, you set the subscription to expire in 30 days.

bwcbob
02-03-2009, 07:07 PM
I dont want to set paid subscription though... Maybe I will have to code something to insert a subscription each time they donate...

dismas
02-03-2009, 10:33 PM
So manually add the them to the subscription. It can still have an expiry of 30 days.

bwcbob
02-04-2009, 02:10 AM
Problem is with adding thousands of users manually when they donate.. becomes cumbersome..

Ill code a solution, thanks.