Subscription support
Test Area
Objective: Code system to allows people to subscript to post. Eventually, this will send out an email when that is completed.
Create option in settings to auto subscribe to post that are create or posted too.
I will also need to make this option available from the CP.
Ajax subscription method to subscribe / unsubscribe from forum index page.
Create subscription / unsubscribe method from thead index.
Actual create the email
This will include the new post information
Store a last_sent column in the email subscription table. Only send out emails for post that the last_sent is less then last_activity.
That might be enough for now.
Joffroi wrote:Try #1 didn't work, trying more basic code.
That worked, now making sure no duplicate rows get made.
Joffroi wrote:Joffroi wrote:Try #1 didn't work, trying more basic code.
That worked, now making sure no duplicate rows get made.
Duplicate was still made.