Disable automatic citation in Private Message Quick Reply
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' ); Download
vBulletin_disable_automatic_citation_PM.txt (849 Bytes, 116 downloads) Screenshots |
Similar Mods
Private Message Quick Reply | vBulletin 3.5 Add-ons |