MyBB Community Forums

Full Version: Users hidden after Convert
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Just done a convert and now all the users show as hidden. How do I make it so that they are not hidden?
do you mean that you have no users listing ? have you run recount & rebuild options at admin panel ?
Admin panel --> tools & maintenance --> recount & rebuild

OR do you find that all users are in invisible state ... if so you can use below SQL query
UPDATE `mybb_users` SET `invisible` = '0';
The invisible users. It's called hidden on phpBB O.o Thanks.