AndyB
Well-known member
AndyB submitted a new resource:
Message Parser - Provides ability to change final message content when message is saved.
Read more about this resource...
Message Parser - Provides ability to change final message content when message is saved.
Description:
Provides ability to change final message content when message is saved.
Editing th DataWriter.php file:
This add-on requires editing the following file:
library/Andy/MessageParser/DataWriter.php
By default you will see the following line:
PHP:$messageParsed = preg_replace('/test123456789/i', '', $messageParsed);
This will remove the word "test123456789" from the message as soon as it's saved. You will want to change this line of code as needed for your...
Read more about this resource...