XF 1.1 Make all users as member

infeeneety

Member
Hello, recently I've convert from IP.Board to Xenforo. Everything okay except certain members are Unregistered/ Unconfirmed. Any idea how to make users in 'member' category? I don't want to edit one by one because it's tiring.

Glad if I can do it with mysql trick etc. Thank you for advance.
 
You can't move members between groups using SQL queries as the permission combination won't update correctly.

The only way is via the ACP.

You should investigate why those members were not imported correctly into the Registered user group.
 
You can't move members between groups using SQL queries as the permission combination won't update correctly.

The only way is via the ACP.

You should investigate why those members were not imported correctly into the Registered user group.
Thank you. Yeah, maybe because of login/register using Facebook..
 
I try one user by edit his user_group_id table to id of 'member' and it's work!:D

Just wonder how to edit all column...:) I just discovered that when conversion, I mistakenly change the id of exact member which is make it as 'guest'.
 
Top Bottom