MyBB Community Forums

Full Version: All users are "hidden"
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

I just moved my board from phpBB3 to the latest version of MyBB and so far everything is working as expected but for some reason all registered users prior to the migration process are now shown as hidden, is there a way to fix this via Admin panel or via phpmyadmin?

Thanks.
Hi,

Run this query in phpMyAdmin:

UPDATE `mybb_users` SET `invisible` = '0';

Should sort it Smile
Oh, thanks that was fast Smile