Simple Machines Community Forum

SMF Support => SMF 2.0.x Support => Topic started by: SwapsRulez on August 17, 2008, 05:32:25 AM

Title: Allow users to email you? -> Remove from all users.
Post by: SwapsRulez on August 17, 2008, 05:32:25 AM
I want to uncheck Allow users to email you? attribute for all users. How can i achieve that from database query ?

I'm using SMF 2.0 Beta 3.1
Thanks. :)
Title: Re: Allow users to email you? -> Remove from all users.
Post by: SwapsRulez on August 17, 2008, 02:37:51 PM
Done!
Here is the query

update smf__members set hide_email='1'

Thanks to runt (http://www.simplemachines.org/community/index.php?action=profile;u=111616) for that help here (http://www.simplemachines.org/community/index.php?topic=256141.msg1664522#msg1664522).