2016-08-25, 01:18 AM
2016-08-25, 03:40 AM
UPDATE `mybb_users` SET `showquickreply` = '1';
you may also try using below query which should work for the new users
ALTER TABLE `mybb_users` CHANGE `showquickreply` `showquickreply` TINYINT(1) NOT NULL DEFAULT '1';