PDA

View Full Version : Full thread in email notifications


ils
01-25-2013, 06:20 PM
Hey all,

I'm trying to write some code to include all other posts in a particular thread into an email notification. I'm not too familiar with php, and can't figure out which php file to add a mysql query to.

I know I want to append $message (I think) using .= operator, but I'm not sure how/where to pull threadid from thread table, or post table...

Has anyone else tried modding their php for this?

kh99
01-25-2013, 08:34 PM
Which type of email notification are you talking about specifically? Is this the instant notification when someone posts to a subscribed thread?

ils
01-28-2013, 03:21 PM
Yes. The instant email notifications to subscribed threads. The text that is plugged in is in phrase "moderator".

Thanks!

--------------- Added 1359468314 at 1359468314 ---------------

No advice from anyone?