|
Re: Private Message Email Link [message #36542 is a reply to message #36536] |
Fri, 30 March 2007 00:08 ![Go to previous message Go to previous message](/forum/theme/default/images/up.png) ![Go to next message Go to next message](/forum/theme/default/images/down.png) |
Ilia
![Canada Canada](/forum/images/flags/ca.png) Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
Its not a link because to use it the user needs to be logged in. To disable further PM notifications they need to disable/turn off the mentioned option in their profile.
FUDforum Core Developer
|
|
|
Re: Private Message Email Link [message #36551 is a reply to message #36542] |
Fri, 30 March 2007 00:27 ![Go to previous message Go to previous message](/forum/theme/default/images/up.png) ![Go to next message Go to next message](/forum/theme/default/images/down.png) |
![](/forum/images/custom_avatars/108.jpg) |
rwest
![United States United States](/forum/images/flags/us.png) Messages: 24 Registered: March 2002
Karma: 0
|
Junior Member |
|
|
I don't mean to sound dense, but..
what?
I did a little digging, and I see that it shows up in a couple of files within the template:
pmsg.php: send_email($GLOBALS['NOTIFY_FROM'], $email, '['.$GLOBALS['FORUM_TITLE'].'] New Private Message Notification', 'You have a new private message titled "'.$subject.'" from "'.$from.'" on the "'.$GLOBALS['FORUM_TITLE'].'" forum.\nTo view the message click here: index.php/pmv/'.$pid.'/'.$pfx.'\n\nTo stop future notifications, disable "Private Message Notification" in your profile.');
pmsg_view.php: send_email($GLOBALS['NOTIFY_FROM'], $email, '['.$GLOBALS['FORUM_TITLE'].'] New Private Message Notification', 'You have a new private message titled "'.$subject.'" from "'.$from.'" on the "'.$GLOBALS['FORUM_TITLE'].'" forum.\nTo view the message click here: index.php/pmv/'.$pid.'/'.$pfx.'\n\nTo stop future notifications, disable "Private Message Notification" in your profile.');
ppost.php: send_email($GLOBALS['NOTIFY_FROM'], $email, '['.$GLOBALS['FORUM_TITLE'].'] New Private Message Notification', 'You have a new private message titled "'.$subject.'" from "'.$from.'" on the "'.$GLOBALS['FORUM_TITLE'].'" forum.\nTo view the message click here: index.php/pmv/'.$pid.'/'.$pfx.'\n\nTo stop future notifications, disable "Private Message Notification" in your profile.');
thr_exch.php: send_email($GLOBALS['NOTIFY_FROM'], $email, '['.$GLOBALS['FORUM_TITLE'].'] New Private Message Notification', 'You have a new private message titled "'.$subject.'" from "'.$from.'" on the "'.$GLOBALS['FORUM_TITLE'].'" forum.\nTo view the message click here: index.php/pmv/'.$pid.'/'.$pfx.'\n\nTo stop future notifications, disable "Private Message Notification" in your profile.');
Shouldn't those files have the line like:
send_email($GLOBALS['NOTIFY_FROM'], $email, '['.$GLOBALS['FORUM_TITLE'].'] New Private Message Notification', 'You have a new private message titled "'.$subject.'" from "'.$from.'" on the "'.$GLOBALS['FORUM_TITLE'].'" forum.\nTo view the message click here: '.$GLOBALS['WWW_ROOT'].'index.php/pmv/'.$pid.'/'.$pfx.'\n\nTo stop future notifications, disable "Private Message Notification" in your profile.');
Or am I missing something here?
|
|
|
|