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
fedino77 Offline
New Member
 
Posts: 1
Join Date: Dec 2007
Forward ticket - 07-12-2007, 07:59 AM

I have a little problem when I try to forward a message to an outside user. The user received only my message but not the complete ticket/history.

How to forward the complete email correctly ? Thank you.
Federico
   
Reply With Quote
  (#2) Old
supportskins Offline
Senior Member
 
supportskins's Avatar
 
Posts: 3,851
Join Date: Aug 2006
Location: Mumbai, India
07-12-2007, 09:54 AM

You can use the "Quote All Post" option to add the ticket content to your forwarded email.



Professional and Affordable Kayako Skins - Specialists in Kayako Skinning & Customization - Professional Paid Support
Our Skins and Services - http://www.supportskins.com/store/
SupportSkins.com - http://www.supportskins.com/
   
Reply With Quote
  (#3) Old
joshuah Offline
Member
 
Posts: 137
Join Date: Oct 2007
13-02-2008, 03:29 AM

is there any way to do this automatically ???
   
Reply With Quote
  (#4) Old
Jamie Edwards Online
Operations Manager
 
Jamie Edwards's Avatar
 
Posts: 5,443
Join Date: Jan 2006
Location: United Kingdom
13-02-2008, 10:56 AM

Hi Joshuah,

Not without modifying the code to call the same method that is executed when Quote All Posts is clicked, but instead when the page is loaded.


Jamie Edwards (jamie.edwards ]at[ kayako.com)
----------------------------------------------------------------
---
   
Reply With Quote
  (#5) Old
joshuah Offline
Member
 
Posts: 137
Join Date: Oct 2007
13-02-2008, 10:19 PM

is there any way then to send the whole ticket content in plain text when forwarding ???
   
Reply With Quote
  (#6) Old
Jamie Edwards Online
Operations Manager
 
Jamie Edwards's Avatar
 
Posts: 5,443
Join Date: Jan 2006
Location: United Kingdom
13-02-2008, 10:49 PM

Yes - click 'Forward', and then click on the 'Quote All Posts' button, as below.



Jamie Edwards (jamie.edwards ]at[ kayako.com)
----------------------------------------------------------------
---
   
Reply With Quote
  (#7) Old
Yakumo Offline
New Member
 
Posts: 4
Join Date: Jan 2008
14-03-2008, 06:56 AM

I edited Templates » email_staffforward, after the code:

<{if $ishtml == true}><font face="Verdana, Arial, Helvetica" size="2"><{$contentshtml}>
<BR><BR>

I inserted:

<{if $settings[t_enhistory] == 1}>
<fieldset style="margin-bottom: 6px; color: #333333;FONT: 11px Verdana, Tahoma;PADDING:3px;">
<legend><{$language[tickethistory]}></legend>
<{foreach key=key value=post from=$postlist}>
<{if $post[ticketpostid] != $ticket[lastpostid]}>
<b><{$post[fullname]}></b> (<{if $post[creator] == "staff"}><{$language[thstaff]}><{elseif $post[creator] == "thirdparty"}><{$language[ththirdparty]}><{elseif $post[creator] == "recipient"}><{$language[threcipient]}><{else}><{$language[thclient]}><{/if}>) <{$language[thpostedon]}> <{$post[date]}>
<hr>
<br>
<{$post[contents]}>

<{if $ticket[hasattachments] == "1" && $post[attachmentcount] > 0}>
<BR /><BR /><fieldset style="margin-bottom: 6px; color: #333333;FONT: 11px Verdana, Tahoma;PADDING:3px;"><legend><{$language[thattachments]}></legend>
<{foreach key=attachkey value=attachment from=$post[attachments]}>
<{$attachment[filename]}> (<{$attachment[attachmentsize]}>)<BR />
<{/foreach}>
</fieldset>
<{/if}>
<br><br>
<{/if}>
<{/foreach}>
</fieldset>
<{/if}>
   
Reply With Quote
  (#8) Old
GoneShootin Offline
Member
 
GoneShootin's Avatar
 
Posts: 195
Join Date: Jan 2008
03-04-2008, 10:51 AM

I tried that and it doesnt seem to do anything extra?
   
Reply With Quote
  (#9) Old
joshuah Offline
Member
 
Posts: 137
Join Date: Oct 2007
07-04-2008, 01:03 AM

so what does it do? sorry?
   
Reply With Quote
  (#10) Old
Yakumo Offline
New Member
 
Posts: 4
Join Date: Jan 2008
08-04-2008, 08:36 AM

While forwarding the ticket to another one, it will auto include all ticket history, so we won't need to quote the post again.

In our system, if I press quote all post, the whole text can't cut into paragraphs and is difficult to read, I don't know why.

Last edited by Yakumo; 08-04-2008 at 08:43 AM.
   
Reply With Quote
  (#11) Old
joshuah Offline
Member
 
Posts: 137
Join Date: Oct 2007
08-04-2008, 11:37 PM

Code:
<{if $ishtml == true}><font face="Verdana, Arial, Helvetica" size="2"><{$contentshtml}>
<BR><BR>
<{if $settings[t_enhistory] == 1}>
<fieldset style="margin-bottom: 6px; color: #333333;FONT: 11px Verdana, Tahoma;PADDING:3px;">
<legend><{$language[tickethistory]}></legend>
<{foreach key=key value=post from=$postlist}>
<{if $post[ticketpostid] != $ticket[lastpostid]}>
<b><{$post[fullname]}></b> (<{if $post[creator] == "staff"}><{$language[thstaff]}><{elseif $post[creator] == "thirdparty"}><{$language[ththirdparty]}><{elseif $post[creator] == "recipient"}><{$language[threcipient]}><{else}><{$language[thclient]}><{/if}>) <{$language[thpostedon]}> <{$post[date]}>
<hr>
<br>
<{$post[contents]}>

<{if $ticket[hasattachments] == "1" && $post[attachmentcount] > 0}>
<BR /><BR /><fieldset style="margin-bottom: 6px; color: #333333;FONT: 11px Verdana, Tahoma;PADDING:3px;"><legend><{$language[thattachments]}></legend>
<{foreach key=attachkey value=attachment from=$post[attachments]}>
<{$attachment[filename]}> (<{$attachment[attachmentsize]}>)<BR />
<{/foreach}>
</fieldset>
<{/if}>
<br><br>
<{/if}>
<{/foreach}>
</fieldset>
<{/if}>
is what iam using and i get the following error message when pressing send on the forward tab

Parse error: syntax error, unexpected $end in C:\wamp\www\cache\06d8325df35d3508db045a9422946289 .php on line 33

I have rebuilt cache etc
   
Reply With Quote
  (#12) Old
joshuah Offline
Member
 
Posts: 137
Join Date: Oct 2007
14-04-2008, 02:15 AM

anyone?
   
Reply With Quote
Reply

Tags
forward, ticket

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

Similar Threads
Thread Thread Starter Forum Replies Last Post
ticket history in forward mail joost How do I? 2 23-05-2007 10:43 PM
New Build: 3.10.02 STABLE Ryan Lederman News and Announcements 0 05-03-2007 09:53 PM
Email Options missing when Forwading Ticket (unable to CC on forward) brygrant SupportSuite, eSupport and LiveResponse 5 23-01-2007 06:05 AM
eSupport v2.2 RC1 Available in Members Area Varun Shoor Technical Chat 1 17-05-2004 02:28 PM



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 47