Subject variables
Posted: Tue Aug 11, 2015 8:31 pm
Script URL: support.highlandschools.org/hesk26
Version of script: 2.6
Hosting company: self
URL of phpinfo.php:
URL of session_test.php:
What terms did you try when SEARCHING for a solution:
text.php, email variable, subject variables.
Write your message below:
Trying to use %%ID%% and %%NAME%% in the subject that is sent to customers and staff.
Editing text.php
// EMAIL SUBJECTS
$hesklang['new_ticket_staff'] = '%%SUBJECT%% [%%NAME%%]';
$hesklang['ticket_received'] = 'Ticket [%%ID%%] received: %%SUBJECT%%';
$hesklang['ticket_assigned_to_you'] = 'Ticket %%ID%% assigned: %%SUBJECT%%';
The %%SUBJECT%% works fine. The ID and NAME just print out instead of the value. I tried it witha nd without brackets.
Thanks in Advance.
Version of script: 2.6
Hosting company: self
URL of phpinfo.php:
URL of session_test.php:
What terms did you try when SEARCHING for a solution:
text.php, email variable, subject variables.
Write your message below:
Trying to use %%ID%% and %%NAME%% in the subject that is sent to customers and staff.
Editing text.php
// EMAIL SUBJECTS
$hesklang['new_ticket_staff'] = '%%SUBJECT%% [%%NAME%%]';
$hesklang['ticket_received'] = 'Ticket [%%ID%%] received: %%SUBJECT%%';
$hesklang['ticket_assigned_to_you'] = 'Ticket %%ID%% assigned: %%SUBJECT%%';
The %%SUBJECT%% works fine. The ID and NAME just print out instead of the value. I tried it witha nd without brackets.
Thanks in Advance.