Hey Max,
I'd like to get a quote from you on the form/integration I have been working on (posted here http://www.chronoengine.com/forums/index.php?option=com_chronoforums&cont=posts&f=16&t=11527)
And see what it would take to:
1) get a form that has name, email, password (joomla password) and subscribe/unsubscribe options that would check to the password against the joomla user registration and then either add the person to a new database table or unsubscribe them from it. Ultimately, I would like the users to remain in the table once added, just have their 'subscribe status' changed.
2) Then, from this table have the ChronoComments send all the 'subscribed' users in that table the Admin Notification Email..
The way I see it, maybe the table has only the name, email and a '0' for unsubscribed and a'1' if unsubscribed, as the password would only needed to be verified against the joomla registration, not stored again. If a user subscribes, it checks the username and password against the joomla install, and if ok, checks to see if the user exists in the table under an 'unsubscribed' status, if not it stores there name and email with a '1' for subscribed, if they are currently in the table and unsubscribed it just changes the status from '0' to '1' for subscribed. If someone unsubscribes, the username and password are again verified and the '1' is changed to a '0' for unsubscribed. Unless, of course there is a cleaner, easier way to implement this.. I'm all ears!
Let's talkš
Thanks
J
I'd like to get a quote from you on the form/integration I have been working on (posted here http://www.chronoengine.com/forums/index.php?option=com_chronoforums&cont=posts&f=16&t=11527)
And see what it would take to:
1) get a form that has name, email, password (joomla password) and subscribe/unsubscribe options that would check to the password against the joomla user registration and then either add the person to a new database table or unsubscribe them from it. Ultimately, I would like the users to remain in the table once added, just have their 'subscribe status' changed.
2) Then, from this table have the ChronoComments send all the 'subscribed' users in that table the Admin Notification Email..
The way I see it, maybe the table has only the name, email and a '0' for unsubscribed and a'1' if unsubscribed, as the password would only needed to be verified against the joomla registration, not stored again. If a user subscribes, it checks the username and password against the joomla install, and if ok, checks to see if the user exists in the table under an 'unsubscribed' status, if not it stores there name and email with a '1' for subscribed, if they are currently in the table and unsubscribed it just changes the status from '0' to '1' for subscribed. If someone unsubscribes, the username and password are again verified and the '1' is changed to a '0' for unsubscribed. Unless, of course there is a cleaner, easier way to implement this.. I'm all ears!
Let's talkš
Thanks
J