Guys, until now I had the default setting for new members set the personal contact form enabled. Now I set the default as disabled but I also want to disable it for the members already registered. Where exactly is that written in the database?

Could it be in the "data" field in the users table?

a:5:{s:7:"contact";i:1;s:16:"privatemsg_allow";i:1;s:28:"privatemsg_setmessage_notify";i:1;s:14:"picture_delete";i:0;s:14:"picture_upload";s:0:"";}

Comments

bakhayt’s picture

A tough one! I would also like to know. Subscribing.

===
Online in Dubai.

WeaveGeek’s picture

I see that turning the personal contact from on and off seems to toggle the integer in the data stream from "contact";i:1 to "contact";i:0.