How can I increase the size for all existing users and future users?
I have run this
Code: Select all
UPDATE phpbb_users SET user_font = 1 WHERE user_id IN(SELECT user_id FROM phpbb_user_group WHERE group_id = 1);
How to enable it for existing users and future users?
Thank you