T O P I C R E V I E W |
sikandar |
Posted - 04 September 2009 : 11:47:44 Hi, Is it possible that we can assign from and to date to members so after from date the account will be disabled/locked? Any mod covering this?
Thanks
<moved from="Help: General / Current Version (v3.4.xx)" by="Shaggy" /> |
2 L A T E S T R E P L I E S (Newest First) |
sikandar |
Posted - 07 September 2009 : 07:09:30 I will appreciate if someone will help me in developing such script as I am not expert in it. thanks |
Shaggy |
Posted - 07 September 2009 : 04:46:45 Not exactly as you want it, no. What you need to do is add a new field to the MEMBERS table to hold the expiration date and then modify the chkUser function to check that date and lock the account if the date has passed. Alternatively, if it's going to be a consistent period of membership, you could just use the date they joined to calculate how long they've been a member for which would save the need for a new database field.
|