Kayako logo
Developers & Code Interested in customizing your Kayako products? Discuss modifications and develop your own mods with the community.

Kayako develops robust helpdesk software, live chat and real-time visitor monitoring software.
Kayako is trusted by more than 30,000 organizations, including a number of Fortune 500 companies and government institutions.
Reply
 
LinkBack Thread Tools Search this Thread Rate Thread Display Modes
  (#1) Old
sebek Offline
New Member
 
Posts: 27
Join Date: Dec 2003
Editing email templates - 29-12-2005, 06:54 PM

I would like to remove the line that states:
"New Ticket: <subject>"

that shows up in the body of the email that the staff receives after a new ticket has been created. Does anyone know where I would edit this?

Also, can you point me in the right direction to in order to fix our desk so that when a staff replies to a ticket via email, it doesn't include all of the junk in the ticket from the email reply?

Thanks for your help.
   
Reply With Quote
  (#2) Old
sebek Offline
New Member
 
Posts: 27
Join Date: Dec 2003
04-01-2006, 03:47 PM

Anyone got an answer to this. V3 doesn't appear to be as easy as the v2
   
Reply With Quote
  (#3) Old
jc11 Offline
Member
 
jc11's Avatar
 
Posts: 257
Join Date: Aug 2003
04-01-2006, 05:00 PM

Hello Sabek, it is necessary to go to admin CP, click on templates, then look for the template staff_reply under tickets and there you can edit this line

Best,


JC
Soft Air Ltd
Software Development
1.954.889.7769
Toll free 1.888.502.6461
Clients toll free 1.877.SOFT.AIR
UK Toll free 0.800.883.0769
www.softairltda.com

Live Office Status: http://office.softairltda.com

Headquarters: http://headquarters.softairltda.com

Staff: http://staff.softairltda.com
   
Reply With Quote
  (#4) Old
sebek Offline
New Member
 
Posts: 27
Join Date: Dec 2003
04-01-2006, 05:22 PM

this doesn't tell me much, especially since there is no staff_repy. There is however a email_staffreply, but what part of the code do I remove to edit this out? Need also to know how to edit out the New Reply: Subject on the emails to admin.
   
Reply With Quote
  (#5) Old
jc11 Offline
Member
 
jc11's Avatar
 
Posts: 257
Join Date: Aug 2003
04-01-2006, 05:33 PM

Hello Sebek, please contact me a jrodriguez [AT] softairltda.com and I will send you the modified template

Best,


JC
Soft Air Ltd
Software Development
1.954.889.7769
Toll free 1.888.502.6461
Clients toll free 1.877.SOFT.AIR
UK Toll free 0.800.883.0769
www.softairltda.com

Live Office Status: http://office.softairltda.com

Headquarters: http://headquarters.softairltda.com

Staff: http://staff.softairltda.com
   
Reply With Quote
  (#6) Old
sebek Offline
New Member
 
Posts: 27
Join Date: Dec 2003
04-01-2006, 05:52 PM

appreciate your help. you can send it to naric99 at yahoo.com or just post the changes here if you could as I am sure others would like to know this as well.
   
Reply With Quote
  (#7) Old
jc11 Offline
Member
 
jc11's Avatar
 
Posts: 257
Join Date: Aug 2003
04-01-2006, 06:04 PM

Ok I will do that as soon as possible, thanks sebek


JC
Soft Air Ltd
Software Development
1.954.889.7769
Toll free 1.888.502.6461
Clients toll free 1.877.SOFT.AIR
UK Toll free 0.800.883.0769
www.softairltda.com

Live Office Status: http://office.softairltda.com

Headquarters: http://headquarters.softairltda.com

Staff: http://staff.softairltda.com
   
Reply With Quote
  (#8) Old
jc11 Offline
Member
 
jc11's Avatar
 
Posts: 257
Join Date: Aug 2003
04-01-2006, 06:48 PM

Hello, here is the modified template alert_newticket

<{if $alerttype == "sms"}>
<{$alertdata[contentssms]}><{else}><{if $ishtml == true}><font face="Verdana, Arial, Helvetica" size="2">
<BR><BR>
<{$alertdata[contentshtml]}>
<BR><BR>
<fieldset style="margin-bottom: 6px; color: #333333;FONT: 11px Verdana, Tahoma;PADDING:3px;">
<legend><{$language[ticketdetails]}></legend>
<{$language[articketid]}><{$ticket[fticketid]}><BR>
<{$language[ardepartment]}><{$ticket[department]}><BR>
<{$language[arpriority]}><font color="<{$priority[frcolorcode]}>"><{$ticket[priority]}></font><BR>
<{$language[arstatus]}><font color="<{$status[statuscolor]}>"><{$ticket[status]}></font><BR>
<{$language[arlink]}><a href="<{$swiftpath}>staff/index.php?_m=tickets&_a=viewticket&ticketid=<{$tic ket[ticketid]}>"><{$language[arclickhere]}></a><BR>
</fieldset>
</font><{else}>

<{$alertdata[contentstext]}>

<{$language[ticketdetails]}>
===================
<{$language[articketid]}><{$ticket[fticketid]}>
<{$language[ardepartment]}><{$ticket[department]}>
<{$language[arpriority]}><{$ticket[priority]}>
<{$language[arstatus]}><{$ticket[status]}>
<{$language[arlink]}><{$swiftpath}>staff/index.php?_m=tickets&_a=viewticket&ticketid=<{$tic ket[ticketid]}><{/if}><{/if}>


JC
Soft Air Ltd
Software Development
1.954.889.7769
Toll free 1.888.502.6461
Clients toll free 1.877.SOFT.AIR
UK Toll free 0.800.883.0769
www.softairltda.com

Live Office Status: http://office.softairltda.com

Headquarters: http://headquarters.softairltda.com

Staff: http://staff.softairltda.com
   
Reply With Quote
  (#9) Old
sebek Offline
New Member
 
Posts: 27
Join Date: Dec 2003
04-01-2006, 07:32 PM

Hi JC,

Still getting the line that reads "New Ticket: Subject"

Any other ideas?
   
Reply With Quote
  (#10) Old
Neil-UKWSD Offline
Member
 
Neil-UKWSD's Avatar
 
Posts: 629
Join Date: Jun 2003
Location: United Kingdom
04-01-2006, 07:34 PM

Hi,

Make sure you clear the cache folder after editing the templates.


Neil Wood | UK Web.Solutions Direct
Premium UK Web Hosting Mailfoundry SPAM Protection R1Soft Backups 24/7 Support Established 2001
http://ukwebsolutionsdirect.co.uk
   
Reply With Quote
  (#11) Old
sebek Offline
New Member
 
Posts: 27
Join Date: Dec 2003
04-01-2006, 07:57 PM

good idea Neil
   
Reply With Quote
  (#12) Old
kaviar Offline
Member
 
Posts: 69
Join Date: Dec 2005
Location: Brisbane, Australia
05-01-2006, 10:49 AM

Hi,

I'm curious to know, if i want to add the name of the user submitting the tickey to the same template above, what would i have to add/edit?

Cheers

Kaviar
   
Reply With Quote
  (#13) Old
Neil-UKWSD Offline
Member
 
Neil-UKWSD's Avatar
 
Posts: 629
Join Date: Jun 2003
Location: United Kingdom
05-01-2006, 11:59 AM

Hi,

Try the tag:

<{$ticket[fullname]}>


Neil Wood | UK Web.Solutions Direct
Premium UK Web Hosting Mailfoundry SPAM Protection R1Soft Backups 24/7 Support Established 2001
http://ukwebsolutionsdirect.co.uk
   
Reply With Quote
  (#14) Old
sebek Offline
New Member
 
Posts: 27
Join Date: Dec 2003
05-01-2006, 12:22 PM

Thanks JC and as always thanks to you to Neil. Got it under control.
   
Reply With Quote
  (#15) Old
sebek Offline
New Member
 
Posts: 27
Join Date: Dec 2003
05-01-2006, 04:49 PM

one more question actually.

HAving a problem with people mailing from Thunderbird or even a mac to where there is no breakline or anything kayako can recognize to filter out the conversation.

Do you know how to add " ------Please Reply Above Line -------" to the email sent to client so that is doesn't show up until after they click on their reply button? Or is this handled via the email client. Seems the problem is coming again from THunderbird and mac users where it is putting the entire message they reply back with in the ticket along with the previous message making for a cluttered ticket and email.
   
Reply With Quote
Reply

Tags
editing, templates

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:

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
kayako email templates jc11 Developers & Code 29 31-07-2006 12:45 PM
Problem with changing email templates Swish Developers & Code 5 12-01-2006 02:12 PM



Powered by vBulletin® Version 3.8.3
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.2


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 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78