[phpBB Debug] PHP Warning: in file [ROOT]/feed.php on line 173: Cannot modify header information - headers already sent by (output started at [ROOT]/feed.php:1)
[phpBB Debug] PHP Warning: in file [ROOT]/feed.php on line 174: Cannot modify header information - headers already sent by (output started at [ROOT]/feed.php:1)
[phpBB Debug] PHP Warning: in file [ROOT]/feed.php on line 180: Cannot modify header information - headers already sent by (output started at [ROOT]/feed.php:1)
IntegraMOD Home of phpBB Integrated Modifications 2006-05-17T07:06:28-07:00 https://integramod.com/forum/feed.php?f=17&t=753 2006-05-17T06:42:41-07:00 2006-05-17T06:42:41-07:00 https://integramod.com/forum/viewtopic.php?t=753&p=6226#p6226 <![CDATA[[MOD] Sender's Name and subject in PM Notification.]]>
A

Statistics: Posted Author: Adrian Rea — Wed May 17, 2006 6:42 am


]]>
2006-05-17T06:18:55-07:00 2006-05-17T06:18:55-07:00 https://integramod.com/forum/viewtopic.php?t=753&p=6214#p6214 <![CDATA[Re: Sender's Name in PM Notification.]]>

without your help, I still wouldn't have a clue where it went wrong.

It's working now :P
I will edit the first post about the way to do it...

Statistics: Posted Author: evolver — Wed May 17, 2006 6:18 am


]]>
2006-05-16T17:53:31-07:00 2006-05-16T17:53:31-07:00 https://integramod.com/forum/viewtopic.php?t=753&p=6155#p6155 <![CDATA[Re: Sender's Name in PM Notification.]]>
Try doing the same edits but to profilcp/profilcp_privmsg.php instead of privmsg.php.

Statistics: Posted Author: Teelk — Tue May 16, 2006 5:53 pm


]]>
2006-05-16T12:38:45-07:00 2006-05-16T12:38:45-07:00 https://integramod.com/forum/viewtopic.php?t=753&p=6136#p6136 <![CDATA[Re: Sender's Name in PM Notification.]]> Installation was so easy, but I doesn't seem to work.
For some reason, it fails to show those variables.
I have tried other ways, but without success yet <img>

I will look further into this when I have time...

Statistics: Posted Author: evolver — Tue May 16, 2006 12:38 pm


]]>
2006-05-15T15:16:22-07:00 2006-05-15T15:16:22-07:00 https://integramod.com/forum/viewtopic.php?t=753&p=5991#p5991 <![CDATA[[MOD] Sender's Name and subject in PM Notification.]]>
A

Statistics: Posted Author: Adrian Rea — Mon May 15, 2006 3:16 pm


]]>
2006-05-17T07:06:28-07:00 2006-05-15T13:51:04-07:00 https://integramod.com/forum/viewtopic.php?t=753&p=5987#p5987 <![CDATA[[MOD] Sender's Name and subject in PM Notification.]]>
[size=99px]
...and to add the PM-subject as well

[size=99px]
REPLACE
                $emailer->assign_vars(array(                     'USERNAME' => $to_username,                                         'FROM' => $userdata['username'],                                         'ABOUT' => $privmsg_subject,                     'SITENAME' => $board_config['sitename'],                     'EMAIL_SIG' => (!empty($board_config['board_email_sig'])) ? str_replace('<br>', "n", "-- n" . $board_config['board_email_sig']) ]

[size=99px]
[b]REPLACE[/b][code]                 $emailer->assign_vars(array(                     'USERNAME' => stripslashes($to_username),                     'FROM' => $userdata['username'],                                         'ABOUT' => $privmsg_subject,                                         'SITENAME' => $board_config['sitename'],                     'EMAIL_SIG' => (!empty($board_config['board_email_sig'])) ? str_replace('<br>', "n", "-- n" . $board_config['board_email_sig']) ]

[size=99px][code]{FROM}{ABOUT}
...anywhere you like in that message...

Statistics: Posted Author: evolver — Mon May 15, 2006 1:51 pm


]]>