Version of script: 2.4 RC
What terms did you try when SEARCHING for a solution: reply mail body
Hi, I used the %%MESSAGE%% tag in email replies to display the reply directly in the e-mail.
In case of user-reply, everything works fine, but if an admin replies, the tag is replaced by the original support request instead of the reply.
Solution:
in admin/admin_reply_ticket.php search for (about line 215)
Code: Select all
hesk_notifyCustomer('new_reply_by_staff');
Code: Select all
/* --> Prepare reply message */
$ticket['message'] = hesk_msgToPlain($message, 1);
I also have a second problem with german special chars (ä ö ü) und ISO-8859-1 coded mails with pop3-fetching. Here i had to comment out the line
Code: Select all
$tmpvar['message'] = hesk_input($results['message']);
For me now everything works fine, but you maybe would include this to your version.
btw: i also have a german translation for the 2.4 RC version (based on 2.3 with the new elements). Are you interested or would you like to wait until the final version is released? If you are interested, contact me and tell me, where I should send it.
Greetings,
Juerg