I went to private msg panel, clicked the icon to mass pm "groupmsg.php", selected "Admin", which would be sent to me only.
put subject "test", and msg "testing..." and clicked submit.
it then says :
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
HOW do I get it to email all those PM'd? (this case, ME)?? I went into "usercp_register.php" and changed the
- Code: Select all
// Start add - Custom mass PM MOD
//------------------------------------------------------------
// Who can disable receiving mass PM ?
// Set 'A' for Admins, 'M' for admins+Mods or 'U' for all Users
//
$can_disable_mass_pm = 'U';
to
- Code: Select all
// Start add - Custom mass PM MOD
//------------------------------------------------------------
// Who can disable receiving mass PM ?
// Set 'A' for Admins, 'M' for admins+Mods or 'U' for all Users
//
$can_disable_mass_pm = 'A';
but it never sends any msg and always says "0 have recived a email notifcation".
On TOP of that, there is absolutely NO indication of new PM received. It always says "You have no new messages" at the top and the only way of knowing that you had a PM would be to click the "You have no new messages" link (for whatever reason it may be) and see "WOW, I have a PM... Strange it didn't say I had one."
HELP.
PS. I should note that EVERYONE, including me are set to :
Always notify me of replies Yes
Notify on new Private Message Yes
Pop up window on new Private Message YES
I removed the options from the profile so no one can change it (can't see it)


