Nothing save the Message
search in produkt:
PHP Code:
<plugin active="1">
<title>save and track</title>
<hookname>private_insertpm_process</hookname>
<phpcode><![CDATA[$pmdm->set_info('savecopy', 1);
$pmdm->set_info('receipt', 1);]]></phpcode>
</plugin>
and replace with:
PHP Code:
<plugin active="1">
<title>track</title>
<hookname>private_insertpm_process</hookname>
<phpcode><![CDATA[$pmdm->set_info('receipt', 1);]]></phpcode>
</plugin>
the User can self options to save copy message.
Or nothing tracking
search in produkt:
PHP Code:
<plugin active="1">
<title>save and track</title>
<hookname>private_insertpm_process</hookname>
<phpcode><![CDATA[$pmdm->set_info('savecopy', 1);
$pmdm->set_info('receipt', 1);]]></phpcode>
</plugin>
and replace with:
PHP Code:
<plugin active="1">
<title>save and track</title>
<hookname>private_insertpm_process</hookname>
<phpcode><![CDATA[$pmdm->set_info('savecopy', 1);]]></phpcode>
</plugin>
the User can self options to tracking the message.
I will not change this addon passing there it is standart for this.