Page 1 of 1

Enable Quick Reply for all forums

Posted: Fri Dec 11, 2009 8:47 am
by DavidIQ
Not really a MOD but that's actually a good thing :)

Quick Reply was added as of 3.0.6 but it requires the activation of it for each individual forum. To save yourself all that time just run this in phpMyAdmin:

Code: Select all

UPDATE phpbb_forums SET forum_flags = forum_flags | 64 WHERE forum_type = 1
Then purge your cache. Quick Reply is now enabled for all forums.

Re: Enable Quick Reply for all forums

Posted: Thu Jan 17, 2013 11:34 am
by shvv
cool