I downloaded and installed "Custom MASS PM" from here, and did an edit to work with 2.0.17. I used "EasyMod beta1 (0.2.1a)" to install it. Said everything was done right.
Which was for it to look for, privmsg.php :
#
#-----[ FIND ]------------------------------------------------
#
$to_username = $HTTP_POST_VARS['username'];"
and changed it to
"#
#-----[ FIND ]------------------------------------------------
#
$to_username = phpbb_clean_username($HTTP_POST_VARS['username']);"
Installed it.
I clicked the group icon in the private msg panel and entered my msg. Sent it to ME (ADMIN GROUP) and it said :
" Your message has been delivered
1 users was accepting mass PM, 0 have recived a email notifcation
Click Here to return to your Inbox
Click Here to return to the Index "
I was not even aware I got an PM because there was no email sent saying I had a PM waiting, and there was no indication on the forum. never changed from "you have no new messages". Until I went INTO the private msg panel did I see that I actually DID have the PM.
If I had sent this to a bunch of people, likely NO ONE would even know they had a PM from me unless they for some reason or another decided to go into their PM box and see "oh, look, there is a msg for me"
Normally when we get a PM we get:
1. Pop up saying you have a new private msg
2. Email saying you got a private msg
3. Says "You have # new PM's"
But none of this happens..
HELP. Thanks very much

