Recent Topics

1 Apr 18, 2007 14:17    

My b2evolution Version: Not Entered

Just upgraded from 0.9 to 1.9 and so far, it's been a lot easier than I was expecting - the blog was back up & running in a matter of minutes and I just have to sort out the skin and I'll be pretty much back to normal all-round.

One thing that *has* changed is the emails I get alerting me to new comments. Firstly, they all show my own email as the "from" rather than the commenter, which isn't a big issue. But the thing that I find slightly irritating is that I now get an email telling me that I've posted a comment.

Is there any way to turn this off? I *know* when I've posted a comment, I don't need an email telling me about it..

2 Apr 20, 2007 10:53

This may or may not work, crack open inc/model/items/_item.class.php and scroll waaaaaay down to about line 2987 and change it to look like this :

		// Get list of users who want to be notfied:
		// TODO: also use extra cats/blogs??
		$sql = 'SELECT DISTINCT user_email, user_locale
							FROM T_subscriptions INNER JOIN T_users ON sub_user_ID = user_ID
						WHERE sub_coll_ID = '.$this->blog_ID.'
							AND sub_items <> 0
							AND LENGTH(TRIM(user_email)) > 0
							AND NOT( sub_coll_ID = '.$this->creator_user_ID.')';

¥

3 Apr 22, 2007 22:14

Tried it, but sadly it didn't work. Thanks for the suggestion tho!


Form is loading...