So I put together a quick query that will turn on the quick reply for all forums.
- Turn on the Quick Reply in ACP -> Board Features
- Backup your forum (at the very least, the forums table, so if this screws something up, you can just restore that table.
- Run this query in your database:
- Code: Select all
UPDATE phpbb_forums
SET forum_flags = forum_flags + 64
WHERE forum_type = 1
AND forum_flags < 64
Then just verify that quick reply is on in your forums… if there was a problem, you can always restore to the database backup you (hopefully) took.
You should be good to go

Please note: I'm am not responsible if you mess up your forum using this tutorial. This tutorial is given without warranty of any kind.




