Enable Quick Reply for all forums

Any and all modifications I have created for phpBB3 will be listed here and support will be provided.
Locked
DavidIQ
Site Admin
Posts: 619
Joined: Thu Sep 07, 2006 4:31 pm
Location: Earth
Contact:

Enable Quick Reply for all forums

Post 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.
shvv
Posts: 4
Joined: Thu Jan 17, 2013 11:31 am

Re: Enable Quick Reply for all forums

Post by shvv »

cool
Locked