Topic: After upgrade unable to receive alert emails.

Hey Guys,

Ive just upgraded from 1.2 to 1.3 and now I do not receive any alert emails. Before the upgrade i would receive and email when ever a new post of topic was created. I am receiving emails for new registrations but not new posts.

Any ideas?

Cheers

Re: After upgrade unable to receive alert emails.

If I'm right, there was no default function like this. Probably you had some modification installed.
You need to make some extension for yourself, or wait till someone will do similar.

YonasH's repository + Extensions Directory = PunBB Extensions Online Library (in progress....)

Away. I will be back soon.

Re: After upgrade unable to receive alert emails.

Really? I was un aware that this was a customization done on our part. You sure it was customization on my part? Emails looked like this...

Subject: FORUM: New Forum Post in topic: greylisting
From: Forum Admin <support@domain.com>

http://forum.com/viewtopic.php?pid=2514#p2514

4 (edited by StewartAtmail 2009-01-12 00:25)

Re: After upgrade unable to receive alert emails.

Any idea on how this could be done?

Ive seen this http://punbb.informer.com/forums/post/89481/#p89481

However

Oreamnos wrote:

If anyone wants a quick and dirty way to do this, I added the following code in post.php at line 322 right before this line: 

        redirect('viewtopic.php?pid='.$new_pid.'#p'.$new_pid, $lang_post['Post redirect']);
    }
}

I do not see this line of code at all within my post.php file.

Re: After upgrade unable to receive alert emails.

That code is 1.2 code and you are using a 1.3 forum. The extensions and modifications do not mix.

Sorry. Unactive due to personal life.

Re: After upgrade unable to receive alert emails.

ok my bad. I am using 1.3.2. Does any one know how to do this for 1.3?