Hello, is there any way to prevent users from quoting the first post of a thread?
(2015-07-02, 02:22 AM).m. Wrote: [ -> ]you can use OUGC Unquote First Post plugin
in compatibility it says 18* will it work on 1.6.17?
Edit: its not working
![[Image: VfD2eEQ.png]](https://camo.mybb.com/84af56d5963f3e54bdb408d55682302863e619bd/687474703a2f2f692e696d6775722e636f6d2f566644326545512e706e67)
^ oh, it works by changing compatibility of the plugin (editor like
notepad++ should be used to modify
php files)
in
ougc_unquotefirstpost.php file, you can change ~line 53 from
'compatibility' => '18*' to
'compatibility' => '16*,18*'