ok my bad. I am using 1.3.2. Does any one know how to do this for 1.3?
1 2009-01-12 23:25
Re: After upgrade unable to receive alert emails. (5 replies, posted in PunBB 1.3 troubleshooting)
2 2009-01-12 00:14
Re: New topic/posts admin email notification (13 replies, posted in PunBB 1.2 troubleshooting)
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.
3 2009-01-12 00:05
Re: After upgrade unable to receive alert emails. (5 replies, posted in PunBB 1.3 troubleshooting)
Any idea on how this could be done?
Ive seen this http://punbb.informer.com/forums/post/89481/#p89481
However
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.
4 2009-01-06 22:19
Re: After upgrade unable to receive alert emails. (5 replies, posted in PunBB 1.3 troubleshooting)
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>
5 2009-01-06 22:04
Topic: After upgrade unable to receive alert emails. (5 replies, posted in PunBB 1.3 troubleshooting)
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