Recent Topics

1 Nov 12, 2006 15:06    

Does making comments default status published stop email notifications when a new comment is posted.... Seems to be that way.... As since i did that change... bye bye wen't my email notifications...

2 Nov 13, 2006 07:49

Straight from inc/model/comments/_comment.class.php :

	function send_email_notifications()
	{
		global $DB, $admin_url, $debug, $Debuglog;

		$this->get_Item();

		// Get list of users who want to be notfied:
		// TODO: also use extra cats/blogs??
		// So far you get notifications for everything. We'll need a setting to decide if you want to received unmoderated (aka unpublished) comments or not.
	// Note: users receive comments on their own posts. This is done on purpose. Otherwise they think it's broken when they test the app.

¥

3 Nov 13, 2006 07:51

Well any idea what happened to my email notifications?

4 Nov 13, 2006 07:54

Have you hacked any of the core files?

¥

5 Nov 13, 2006 07:57

Not recently (before this problem occured). And the only hack(s) i do apply wouldn't affect this...

6 Nov 13, 2006 07:59

Does your message form still send you emails?

¥

7 Nov 13, 2006 08:02

Score found it. Stupid spam filter.

8 Nov 13, 2006 08:03

Cool :D, feel free to add "solved" and lock the thread ;)

¥

9 Nov 13, 2006 08:05

Hrmmm... The msgform one hasn't sent though... Maybe a delay... We'll see.

10 Nov 13, 2006 08:06

*waits with bated breath* ohhhhhhh dunno if I can stand the excitement :p

¥

11 Nov 13, 2006 14:55

Ok found that email...


Form is loading...