MyBB Community Forums

Full Version: SQL query to enable PM's
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Is there a MySql query I can run that will enable all my members' private messages? In other words, if a few of my members have their PM's disabled, the query would enable them again? Big Grin
judel Wrote:Is there a MySql query I can run that will enable all my members' private messages?  In other words, if a few of my members have their PM's disabled, the query would enable them again?  Big Grin


UPDATE `mybb_users` SET `receivepms` = 'yes' 
Thanks a bunch, Lex! I knew it had to be something simple, but I just don't have the lingo know how of Sql yet! Big Grin