
Plastic - 8-24-2012 at 04:43 AM
Full Board URL: http://www.heybritneyforums.com
XMB Version: 1.9.11
I want a SQL code to reset all the custom status made by admins to users of the forums.
lottos - 8-24-2012 at 02:13 PM
Backup xmb_members table first, then
update xmb_members set customstatus = '' where customstatus <> '' and status = 'Member'
Plastic - 8-27-2012 at 01:49 AM
Works perfect. 