PDA

View Full Version : Remove autoquote on PrivateMessage Reply


Wolver2
11-08-2011, 09:58 AM
How can I remove the autoquote on PrivateMessage Reply

I tried this but its not working.

This will prevent PMs from being quoted in replies however, as there is no 'Reply with quote' option in PMs this will remove the option to quote completely unless a user copies and pastes the original text into the reply.

Change 'newpost_quote' to read as follows:

Code:

<vb:if condition="THIS_SCRIPT != 'private'">[ QUOTE=$originalposter]{$pagetext}[/QUOTE]</vb:if>

Lynne
11-08-2011, 04:50 PM
How about a plugin...
hook location - private_newpm_reply
$pm['message']='';

Wolver2
11-09-2011, 02:44 AM
Wonderful :) It works like a charm! Your the best Lynne