Kayako logo
SupportSuite, eSupport and LiveResponse Discussion, troubleshooting and feedback related to Kayako's flagship support desk products SupportSuite, eSupport and LiveResponse.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  (#1) Old
dnicol Offline
Member
 
Posts: 106
Join Date: Apr 2006
postlist variable - 14-03-2007, 08:41 PM

Hoe can I include a users message in the auto reply when they submit a ticket.

Can I had $postlist someone in the template for auto response and it will include the message if they submit a ticket via form or email?
   
Reply With Quote
  (#2) Old
dnicol Offline
Member
 
Posts: 106
Join Date: Apr 2006
14-03-2007, 09:14 PM

I tried this from a previous post but it didnt work.

Code:
<{if $ishtml == true}><font face="Verdana, Arial, Helvetica" size="2"><{$ticket[fullname]}>,<BR>
<{$language[arintro]}><BR>
<BR>
&nbsp;&nbsp;&nbsp;<b><{$language[articketid]}></b><{$ticket[fticketid]}><BR>
&nbsp;&nbsp;&nbsp;<b><{$language[arsubject]}></b><{$ticket[subject]}><BR>
&nbsp;&nbsp;&nbsp;<b><{$language[ardepartment]}></b><{$ticket[department]}><BR>
&nbsp;&nbsp;&nbsp;<b><{$language[arpriority]}></b><{$ticket[priority]}><BR>
&nbsp;&nbsp;&nbsp;<b><{$language[arstatus]}></b><{$ticket[status]}><BR>
<BR>
<{$language[arsubfooter]}><a href="<{$swiftpath}>index.php?_m=tickets&_a=viewticket&ticketid=<{$ticket[ticketid]}>"><{$swiftpath}></a><BR><{if $settings[u_sendpw] == 1 && $user[userpasswordtxt] != "" && $user[loginapi_moduleid] == 1}>
&nbsp;&nbsp;&nbsp;<b><{$language[aremail]}></b><{$ticket[email]}><BR>
&nbsp;&nbsp;&nbsp;<b><{$language[arpassword]}></b><{$user[userpasswordtxt]}><BR>
<{/if}>
<br>
<{foreach key=key value=post from=$postlist}>
<{$post[fullname]}> <{if $post[creator] == "staff"}>(STAFF)<{elseif $post[creator] == "thirdparty"}>(THIRD PARTY)<{elseif $post[creator] == "recipient"}>(RECIPIENT)<{else}>(CLIENT)<{/if}>
<{$language[vtpostedon]}><{$post[date]}>
================================================================================
<{$post[contents]}>
<{/foreach}>

<BR><{if $newscount != 0}>
<{foreach key=newskey value=newsitem from=$news}>
<b><{$newsitem[index]}>.</b> <a href="<{$swiftpath}>index.php?_m=news&_a=viewnews&newsid=<{$newsitem[newsid]}>&group=<{$ticket[tgroup]}>"><{$newsitem[subject]}></a><BR>
<{/foreach}>
<BR>
<{/if}>
<{$language[arfooter]}><BR>
<BR>
<{$settings[general_companyname]}><{if $queuesignature != ""}><BR><{$queuesignature}><{/if}></font><{else}><{$ticket[fullname]}>,
<{$language[arintro]}>

	<{$language[articketid]}><{$ticket[fticketid]}>
	<{$language[arsubject]}><{$ticket[subject]}>
	<{$language[ardepartment]}><{$ticket[department]}>
	<{$language[arpriority]}><{$ticket[priority]}>
	<{$language[arstatus]}><{$ticket[status]}>

<{$language[arsubfooter]}><{$swiftpath}>index.php?_m=tickets&_a=viewticket&ticketid=<{$ticket[ticketid]}><{if $settings[u_sendpw] == 1 && $user[userpasswordtxt] != "" && $user[loginapi_moduleid] == 1}>

	<{$language[aremail]}><{$ticket[email]}>
	<{$language[arpassword]}><{$user[userpasswordtxt]}>
<{/if}>

<{foreach key=key value=post from=$postlist}>
<{$post[fullname]}> <{if $post[creator] == "staff"}>(STAFF)<{elseif $post[creator] == "thirdparty"}>(THIRD PARTY)<{elseif $post[creator] == "recipient"}>(RECIPIENT)<{else}>(CLIENT)<{/if}>
<{$language[vtpostedon]}><{$post[date]}>
================================================================================
<{$post[contents]}>

<{/foreach}>

<{if $newscount != 0}>
<{foreach key=newskey value=newsitem from=$news}>
<{$newsitem[index]}>. <{$newsitem[subject]}>
<{$swiftpath}>index.php?_m=news&_a=viewnews&newsid=<{$newsitem[newsid]}>&group=<{$ticket[tgroup]}>

<{/foreach}>

<{/if}>
<{$language[arfooter]}>

<{$settings[general_companyname]}><{if $queuesignature != ""}>
<{$queuesignature}><{/if}><{/if}>
   
Reply With Quote
Reply

Tags
postlist, variable

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0
vBulletin Skin developed by: vBStyles.com


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46