PDA

View Full Version : Private Messages Enhancements - Disable automatic citation in Private Message Quick Reply


MrNase
01-16-2009, 10:00 PM
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 (https://vborg.vbsupport.ru/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! :)

NGUYENDUCTRUONG
01-17-2009, 11:42 AM
thanks for share :D

Magnumutz
01-17-2009, 05:20 PM
But i love the automatic quote :(

MrNase
01-17-2009, 07:58 PM
You love it - others don't. :)

Black Tiger
01-18-2009, 01:07 PM
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 *.:)

avsunforum
01-18-2009, 01:35 PM
Thanks

wfouly
03-20-2009, 12:49 PM
well and good
many thanks ,,, best regards

newguy
05-09-2009, 09:37 AM
Thanks MrNase!!! I would like to also get the "Quick Reply" box gone also, so members would have to click reply or forward.



https://vborg.vbsupport.ru/attachment.php?attachmentid=92912&d=1232198453

atgv
07-26-2009, 07:32 PM
Thanks mate after upgrade to 3.8.3 i couldnt open new pm's. By using your code i solved big problem..

lostgirl815
02-14-2010, 09:29 PM
Thanks! The quotes in quick reply were really annoying the hell out of me.

Dan Druff
05-13-2017, 11:56 PM
Works on vB 4

Thanks