Helpful Information
 
 
Category: vBulletin 3.8 Modifications
Private Messages Enhancements - 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 (http://www.vbulletin.org/forum/showthread.php?t=200608) as my modification deals with the Quick Reply.


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

Find:

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


REPLACE it with:

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

thanks for share :D

But i love the automatic quote :(

You love it - others don't. :)

And I am one of the persons that don't like quotes. They are used too often and too much anyway.
So I'm very greatfull for this mod, thank you for making this mod! * Clicked installed *.:)

Thanks

well and good
many thanks ,,, best regards

Thanks MrNase!!! I would like to also get the "Quick Reply" box gone also, so members would have to click reply or forward.



http://www.vbulletin.org/forum/attachment.php?attachmentid=92912&d=1232198453

Thanks mate after upgrade to 3.8.3 i couldnt open new pm's. By using your code i solved big problem..

Thanks! The quotes in quick reply were really annoying the hell out of me.

Works on vB 4

Thanks










privacy (GDPR)