New Post Email Notification

Discuţii legate de instalarea şi funcţionarea unor MODificări vechi sau noi ale forumului phpBB 2.0.x.
Avatar utilizator
BuGsY
Fost coleg
Mesaje: 1193
Membru din: 19-Iun-2003, 15:24:49
Ext: Nu
Server: Windows
Nivel phpBB: Mediu
Nivel php: Mediu
Localitate: Constanţa
Contact:

Mesaj de BuGsY »

Cod: Selectaţi tot

#-----[ Open ]------------------------------------------
#
  includes/functions_post.php 

#
#-----[ Find ]------------------------------------------
#
      if ($mode == 'newtopic')
      {
         $topic_id = $db->sql_nextid();

#
#-----[ Add After ]------------------------------------------
#

  # email first post - BEGIN
      $forumURL      = "http://www.yourdomain.com/forums";
      $adminEmail = "admin@yourdomain.com";
      $subject      = "New Post Notification";
      $headers    = "From: Yourdomain.com Forums Admin <contact01@yourdomain.com>\r\n";
      $message    = "A new post was made to your forum, click on the link below to view the topic:\n\nLink: $forumURL/viewtopic.php?t=$topic_id";
      @mail ( $adminEmail, $subject, $message, $headers);
  # email first post - END


#
Închis

Înapoi la “2.0.x Suport pentru MODificări”

Cine este conectat

Utilizatori ce ce navighează pe acest forum: Niciun utilizator înregistrat și 1 vizitator