Forgive me if it's been asked before- I've spent quite some time searching the forum and faqs.
I am setting up a database for members and guests of a small club site. Members have their own permission level (add permission mod is already installed and works fine) but instead of having it static, I'd like for the permission to expire when the membership does. There is already a date field for expire.
Ideally, instead of burdening the script with running it each time someone logs on, I'd like to run it as a cron (since it will change things only once a month). So.... is there a straightforward mod that will look at that some field record and adjust that user's permissions accordingly? I can handle the coding of the date comparisons (I already did that when I realized I'd need a way to expire the member's permissions as well as their displayed data).
tia and regards,
wf
I am setting up a database for members and guests of a small club site. Members have their own permission level (add permission mod is already installed and works fine) but instead of having it static, I'd like for the permission to expire when the membership does. There is already a date field for expire.
Ideally, instead of burdening the script with running it each time someone logs on, I'd like to run it as a cron (since it will change things only once a month). So.... is there a straightforward mod that will look at that some field record and adjust that user's permissions accordingly? I can handle the coding of the date comparisons (I already did that when I realized I'd need a way to expire the member's permissions as well as their displayed data).
tia and regards,
wf

