MyBB Community Forums

Full Version: Online issue
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I've just made my board live after converting from phpBB3 using the merge system, everything seems to have gone OK, except for ( so far) one small glitch.

Members are showing as "hidden" when logging in ? I know this could be a setting in the UCP, just wanted to check it couldn't be anything else first as it seems to be board wide.
Do you want to set all users to not be hidden?
UPDATE mybb_users SET invisible = '0'
Replace mybb_ with your table prefix.
(2013-01-01, 02:55 PM)JordanMussi Wrote: [ -> ]Do you want to set all users to not be hidden?
UPDATE mybb_users SET invisible = '0'
Replace mybb_ with your table prefix.


The problem is as I thought the default seems to be "hide online status"
I've sent a mass PM to all users, so it should right itself.

Thanks for the snippet, can you direct me to the correct file to find that please ?
It's a database query. Go to phpMyAdmin.
Ah thanks
Your welcome. And welcome to MyBB.