As per the title of the thread, is their any query or addon that provides this?
Or any other way.
Thanks
Or any other way.
Thanks
Code:UPDATE TABLE `xf_user` SET `user_state`='valid' WHERE `user_state`='email_confirm';
Should work but I haven't tested it.
Liam
@Sage KnightAs per the title of the thread, is their any query or addon that provides this?
Or any other way.
Thanks
@Sage Knight
Why can't you just batch update users ??
We use an addon that adds buttons for select all, reject all, approve all on the listing page. You'd still have to go through all pages, I usually select all, reject all and then visually scan through the list to approve any which don't look like obvious spammers (usually none)
This one really works:
Code:UPDATE xf_user SET user_state = 'valid' WHERE xf_user.user_state = 'email_confirm';
http://xenforo.com/community/resources/xenmods-admin-tools-user-moderation-mass-select.2453/It would be awesome if you could share it here =3
We use essential cookies to make this site work, and optional cookies to enhance your experience.