MyBB Community Forums

Full Version: uncheck the hide from who's online
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,
I transferred my forum to MyBB , and all the members have the 'hide from who's online" checked - is there anyway I can global modify it in the database ?
Thankyou
run this SQL query :
UPDATE `mybb_users` SET `invisible` = '0';
Thank You very much for your quick reply