| Author |
Message |
jaredg16
Wizard


Joined: Feb 22, 2006 Posts: 76 Location: Baton Rouge, LA
|
Posted: Fri Mar 31, 2006 8:42 pm Post subject: notification of new posts |
|
|
| How can I (as the admin of the phpBB forum module of my PHP-nuke site) be notified via email any time there is a new message posted in the forum? |
|
| Back to top |
|
|
AdBot
|
| Post subject: notification of new posts |
|
|
|
|
|
| Back to top |
|
 |
dari
Site Admin


Joined: Mar 03, 2003 Posts: 6274 Location: Washington Township, NJ, USA
|
Posted: Mon Apr 03, 2006 7:10 am Post subject: Re: notification of new posts |
|
|
i've actually got a phpBB MOD installed that emails me w/ every post. i'll see if i can dig is up for ya. _________________
 |
|
| Back to top |
|
|
dari
Site Admin


Joined: Mar 03, 2003 Posts: 6274 Location: Washington Township, NJ, USA
|
|
| Back to top |
|
|
jaredg16
Wizard


Joined: Feb 22, 2006 Posts: 76 Location: Baton Rouge, LA
|
|
| Back to top |
|
|
dari
Site Admin


Joined: Mar 03, 2003 Posts: 6274 Location: Washington Township, NJ, USA
|
Posted: Wed Apr 05, 2006 6:34 am Post subject: Re: notification of new posts |
|
|
emailer.php is in the <nuke_root>/includes/....some code tweaking will be needed.
Re: the other customizations - I'd love to, but i don't have the time to devote to it right now, sorry  _________________
 |
|
| Back to top |
|
|
jaredg16
Wizard


Joined: Feb 22, 2006 Posts: 76 Location: Baton Rouge, LA
|
Posted: Wed Apr 05, 2006 2:00 pm Post subject: Re: notification of new posts |
|
|
k... I changed the below code in functions_post_notification.php as follows:
Quote: › // replacing include_once($phpbb_root_path . 'includes/emailer.'.$phpEx); with below:
include_once('http://www.nseconnection.net/portal/includes/emailer.'.$phpEx);
$emailer = new emailer($board_config['smtp_delivery']);
I am not getting the emailer errors anymore, but I'm still getting:
Quote: › Fatal error: Cannot instantiate non-existent class: emailer in /home/nseconne/public_html/portal/modules/Forums/mods/netclectic/functions_post_notification.php on line 66
line 66 is this line: $emailer = new emailer($board_config['smtp_delivery']);
what do I change here?
RE: the other customizations. I can completely understand that you are quite busy with many other things. I thank you for all of the help you are giving me on other things. Is there anyone you'd suggest whom you think could - and would possibly be will to - do that site customization with me?
Thanks!
J |
|
| Back to top |
|
|
dari
Site Admin


Joined: Mar 03, 2003 Posts: 6274 Location: Washington Township, NJ, USA
|
|
| Back to top |
|
|
jaredg16
Wizard


Joined: Feb 22, 2006 Posts: 76 Location: Baton Rouge, LA
|
Posted: Tue Apr 11, 2006 1:01 pm Post subject: Re: notification of new posts |
|
|
Awesome Dari... works better. On the email that is sent out to the moderators, it shows something similar to this:
Quote: › Hello,
The following message has been posted in Favorite Experiences While on Exchange?...
Author : jaredgranier
URL : http://NSEconnection.net/portal/modules ... p\?p=44#44
Subject : what the hell is going on?
Message :
What's up with this test? Did this work?
--------------------------------
--
Thanks,
NSEconnection.net Admin
So I'm now getting the email letting me know of posts on the forum, however when I try to click on the link (like the one above), I get the message "You can't access this file directly..."
I assume this is simply because the forum is a block of PHP-nuke right? Any fix?
J |
|
| Back to top |
|
|
dari
Site Admin


Joined: Mar 03, 2003 Posts: 6274 Location: Washington Township, NJ, USA
|
Posted: Tue Apr 11, 2006 2:49 pm Post subject: Re: notification of new posts |
|
|
yeah, you'll have to tweak the url in the emailer file. _________________
 |
|
| Back to top |
|
|
|
|
|
|
|