This will set all bots to hidden. I don't know if this makes any difference but first go to permissions tab, under Global Permissions heading select group permissions, select the bot group, check the misc tab to make sure "Can hide online status" is set to yes.
Code:
UPDATE phpbb_users SET user_allow_viewonline = '0' WHERE user_type = 2 AND user_id != 1;
Statistics: Posted by thecoalman — Sat Nov 16, 2024 1:23 pm