Back to vBulletin 3.8 Add-ons

Disable automatic citation in Private Message Quick Reply
Mod Version: 1.00, by MrNase

vB Version: 3.8.0 Rating: (3 votes - 5.00 average) Installs: 26
Released: 17 Jan 2009 Last Update: 17 Jan 2009 Downloads: 110
Not Supported Code Changes Re-usable Code Translations  

3.8 introduces Private Message Quick Reply.

Some users, including me, are not happy about that the original message is automatically quoted.

Unfortunately this one requires one small code modification, there is no hook that could be used to do this with a plugin.

Note: This is different from this plugin as my modification deals with the Quick Reply.

All you have to do is:
Open private.php and go to line 1634:

Find:
Code:
        $editorid = construct_edit_toolbar(
            $pm['message'],
            false,
            'privatemessage',
            $vbulletin->options['privallowsmilies'],
            true,
            false,
            'qr_pm'
        );


REPLACE
it with:
Code:
        $editorid = construct_edit_toolbar(
            '',
            false,
            'privatemessage',
            $vbulletin->options['privallowsmilies'],
            true,
            false,
            'qr_pm'
        );
Done!

Download

File Type: %1$s vBulletin_disable_automatic_citation_PM.txt (849 Bytes, 116 downloads)

Screenshots

Click image for larger version
Name:	Bild 1.png
Views:	322
Size:	57.6 KB
ID:	92911   Click image for larger version
Name:	Bild 2.png
Views:	685
Size:	114.9 KB
ID:	92912  

Similar Mods

Private Message Quick Reply vBulletin 3.5 Add-ons

vblts.ru supports vBulletin®, 2022-2024