This topic is locked

Members Template - Claification needed

4/2/2009 10:13:50 AM
PHPRunner General questions
M
mlapl1 author

Would someone please clarify the following for me?
(a) When using the members template, I believe that it needs to be added to the database of any existing website. As far as I understand, it cannot function in a separate database and still regulate access to the database. Is that correct?
(<img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=question&id=11446&image=1&table=forumtopics' class='bbc_emoticon' alt='B)' /> I understand that the template automatically expires registered members. Is it also constructed to send out warning emails?
© Is it constructed to enable users to extend memberships before their registration expires?
I have not yet had a chance to play extensively with the template to discover all of this by trial and error but I suspect that all of this could probably be written in.
Thank you

Andrew

Sergey Kornilov admin 4/2/2009

Members template can be added to any existing database or can create his own database where you can add more tables later.
Warning emails won't be sent automatically. To do so you'll an external scheduler that runs one of scripts on timely fashion like once a day.

M
mlapl1 author 4/2/2009

Members template can be added to any existing database or can create his own database where you can add more tables later.

Warning emails won't be sent automatically. To do so you'll an external scheduler that runs one of scripts on timely fashion like once a day.


Thank you.