MyBB Community Forums

Full Version: Prevent users from quoting first post
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello, is there any way to prevent users from quoting the first post of a thread?
you can use OUGC Unquote First Post plugin
(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? Huh

Edit: its not working

[Image: VfD2eEQ.png]
^ 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*'
Its working now thanks Smile