Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted March 18, 20223 yr vB 3.8 import into existing site. All of the imported users have the newsletter/bulk mail option opted out. When registering, the default is opted in. Any way to bulk change these in the database? I can't figure out where it's stored (what table/column). Thanks.
March 18, 20223 yr Community Expert Not sure where this would be updated personally, but I've tagged our devs to see if they can advise.
March 21, 20223 yr Solution This should honour the value set in vBulletin. After conversion the value is stored in the core_members allow_admin_mails database column.
March 22, 20223 yr Author On 3/21/2022 at 9:47 AM, Andy Millne said: This should honour the value set in vBulletin. After conversion the value is stored in the core_members allow_admin_mails database column. Awesome. Thanks!