| Author |
Message |
msimonds Regular


Joined: Jul 15, 2003 Posts: 56 Location: Dallas
|
Posted:
Thu Sep 11, 2003 12:02 pm |
|
a pm notification on emails sent that notify that you have a new PM. I thought that was possible |
|
|
|
 |
Raven Site Admin/Owner

Joined: Aug 27, 2002 Posts: 16987 Location: Kansas
|
Posted:
Thu Sep 11, 2003 12:16 pm |
|
You mean to state who sent the eamil? |
|
|
|
 |
msimonds Regular


Joined: Jul 15, 2003 Posts: 56 Location: Dallas
|
Posted:
Thu Sep 11, 2003 12:20 pm |
|
Yeah who sent the PM!!!!! |
|
|
|
 |
msimonds Regular


Joined: Jul 15, 2003 Posts: 56 Location: Dallas
|
Posted:
Thu Sep 11, 2003 12:47 pm |
|
|
|
 |
Raven Site Admin/Owner

Joined: Aug 27, 2002 Posts: 16987 Location: Kansas
|
Posted:
Fri Sep 12, 2003 5:14 pm |
|
|
|
 |
msimonds Regular


Joined: Jul 15, 2003 Posts: 56 Location: Dallas
|
Posted:
Fri Sep 12, 2003 7:07 pm |
|
not a problem!
| Code: |
#
#-----[ OPEN ]-----
#
modules/Private_Messages/index.php
#
#-----[ FIND ]-----
# around line 1200
$emailer->assign_vars(array(
'USERNAME' => $to_username,
#
#-----[ AFTER, ADD ]-----
#
'FROM' => $userdata['username'],
so it looks like this:
$emailer->assign_vars(array(
'USERNAME' => $to_username,
'FROM' => $userdata['username'],
open:
modules/Forums/language/lang_english/email/privmsg_notify.tpl:
#
#-----[ FIND ]-----
#
You have received a new private message to your account on "{SITENAME}" and you have requested that you be notified on this event. You can view your new message by clicking on the following link:
#
#-----[ REPLACE WITH ]-----
#
You have received a new private message to your account on "{SITENAME}" from {FROM} and you have requested that you be notified on this event. You can view your new message by clicking on the following link:
|
make a backup of both files before you upload the ones that you made the changes to and that is it:
email me if any questions arise:
Mike |
|
|
|
 |
msimonds Regular


Joined: Jul 15, 2003 Posts: 56 Location: Dallas
|
Posted:
Fri Sep 12, 2003 7:17 pm |
|
here is what it looks like in my email when I get a pm notification:
Hello Mike,
You have received a new private message to your account on "SportsRant.com" from "nyallsports" and you have requested that you be notified on this event. You can view your new message by clicking on the following link:
Remember that you can always choose not to be notified of new messages by changing the appropriate setting in your profile.
--
Thanks,
Mike |
|
|
|
 |
|
|
|
|