MyBB Community Forums

Full Version: All users marked as invisible - how to make visible via php myadmin?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
It appears that during my conversion from phpbb3 to mybb all my users were marked as invisble.

What sql query can i run to mark all users as a visible?
UPDATE mybb_users SET invisible='0' WHERE invisible='1'