WSC Email Mod

By gregThomas - October 7, 2015 - edited: October 7, 2015

Hey Perch,

You could try subscribing a user to a thread whenever they create a comment. This would involve checking the user isn't already subscribed using the wsc_thread_isSubscribed function, then subscribing the user using the _wsc_thread_subscribe function. You'd need to add these two functions in the wsc_comments_addRecord function that's used to create a post.

Cheers,

Greg

Greg Thomas







PHP Programmer - interactivetools.com

By Perchpole - October 7, 2015

Greg -

Blimey, that was easy!

Thanks,

:0)

Perch