i am already implemented the mod
(New Response Alert for All Department Members in osTicket )
and try to implement this mod
(Add Attachment on Internal Note in osTicket)
But i have one problem
When change in the /scp/tickets.php
if(!$errors && $ticket->postNote($_POST,$_POST)){ // original
To
if(!$errors && ($noteID=$ticket->postNote($_POST,$_POST,$_POST,''))) { //
post attachment
The mails are not sending
But when change to...
if(!$errors && ($noteID=$ticket->postNote($_POST,$_POST))){
The mail are sending, but not upload attachment
Thanks for the help, and to Masino, thanks for your hard work...