MyBB Community Forums

Full Version: How could i make everyone visible by default
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi Smile
I just converted my previous phpbb3 into mybb 1.4.10 and everything going sooo good , i just wanna know how could i make all the members visible in online list by default , or how could i disable the invisible function at all

cause after i converted my board all the members is hidden

thanks and sorry for my english
Run this in phpMyAdmin to stop them being invisible:

UPDATE `mybb_users` SET `invisible` = '0';
Thanks so much for the super speed support
it working for me
Smile
If you need to stop them from becoming invisible at all you can create a plugin or just remove the button from templates.