how "force" users to receive a mass PM in insciption?
tx
Moderator: Moderators


Patrick Brown wrote:Try deleting the relevant table from the DB and then add it back but with the default set to receive mass PM.
// Who can disable receiving mass PM ?
// Set 'A' for Admins, 'M' for admins+Mods or 'U' for all Users
//
$can_disable_mass_pm = 'A';
UPDATE `phpbb_users` SET `user_allow_mass_pm` = '2' WHERE `user_allow_mass_pm` = 0;

Return to Custom mass PM [2.0.6/EM]
Users browsing this forum: No registered users and 1 guest