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
jlui213 Offline
New Member
 
Posts: 27
Join Date: Apr 2008

SupportSuite
Owned License

Customizing Tickets - 13-05-2008, 01:54 PM

Hello All,

I was just wondering if it was possible to create tickets that would require both the staff and the client to answer specific questions. For example, have the ticket as for the user's name, company, product, location, etc.

I know that this can be done with the custom fields, but I would much prefer to have these questions in the text area. I have a feeling that I would have to play around with the templates, but I am not sure which one I should mess with/ how it's done.

Thanks.
   
Reply With Quote
  (#2) Old
supportskins Offline
Senior Member
 
supportskins's Avatar
 
Posts: 3,267
Join Date: Aug 2006
Location: Mumbai, India

SupportSuite
Owned License
13-05-2008, 01:58 PM

For the client side, you need to edit the submitticket template. For the staff side, you will have to modify the software source code.



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
jlui213 Offline
New Member
 
Posts: 27
Join Date: Apr 2008

SupportSuite
Owned License

16-05-2008, 01:52 PM

ok, so i tried messing around with the "submitticket" template but i'm still having some trouble trying to figure out how to add my inputs. I located the text area box and tried coding in the questions I want to ask (Product #, Location, etc.). However when I save the HTML code, I get nothing. Am I going at this all wrong?
   
Reply With Quote
  (#4) Old
Andrew Scott Offline
Member
 
Andrew Scott's Avatar
 
Posts: 115
Join Date: Apr 2008
Location: Swindon, UK

SupportSuite
Owned License
16-05-2008, 02:11 PM

Please try to clean cache, I think It will help you.

Andrew, Holbi


Andrew Scott
kayako]at[holbi.co.uk
Kayako Development Manager
Holbi Kayako development

   
Reply With Quote
  (#5) Old
jlui213 Offline
New Member
 
Posts: 27
Join Date: Apr 2008

SupportSuite
Owned License

19-05-2008, 12:44 PM

here is what my code looks like. It seems as though I can't use line breaks. Any suggestions?

Quote:
<tr>
<td colspan="2"><textarea class="swifttextarea" name="message" rows="10" cols="30" style="WIDTH:98%;">Product Version:<br>Other Product?:<br>Other site?:<{$message}></textarea><div id="irsui" style="DISPLAY: none;"><BR /><div class="irsui"><table border="0" cellpadding="3" cellspacing="1" width="100%"><tr><td class="smalltext"><img src="<{$themepath}>loadingcircle.gif" border="0" align="absmiddle" />&nbsp;<{$language[irsloading]}></td></tr></table></div></div></td>
</tr>
   
Reply With Quote
  (#6) Old
Andrew Scott Offline
Member
 
Andrew Scott's Avatar
 
Posts: 115
Join Date: Apr 2008
Location: Swindon, UK

SupportSuite
Owned License
20-05-2008, 08:43 AM

Hello jlui213,

What part of Kayako code, or template have you edited?

Andrew, Holbi


Andrew Scott
kayako]at[holbi.co.uk
Kayako Development Manager
Holbi Kayako development

   
Reply With Quote
  (#7) Old
jlui213 Offline
New Member
 
Posts: 27
Join Date: Apr 2008

SupportSuite
Owned License

20-05-2008, 01:32 PM

so far I've only edited the submitticket template.
   
Reply With Quote
  (#8) Old
Andrew Scott Offline
Member
 
Andrew Scott's Avatar
 
Posts: 115
Join Date: Apr 2008
Location: Swindon, UK

SupportSuite
Owned License
21-05-2008, 01:54 PM

Quote:
Originally Posted by jlui213 View Post
so far I've only edited the submitticket template.

:-) Why do you use HTML symbols inside of text area? try to use use symbols of new line. \r\n

Pleas let me know if you need any further help, and Yes, clean cache each time you change the template.


Andrew Scott
kayako]at[holbi.co.uk
Kayako Development Manager
Holbi Kayako development

   
Reply With Quote
  (#9) Old
jlui213 Offline
New Member
 
Posts: 27
Join Date: Apr 2008

SupportSuite
Owned License

22-05-2008, 01:04 PM

I actually tried using \r\n, but that didn't work. However, (by pure luck) I was able to accomplish this in a rather INCREDIBLY easy manner. Instead of hard coding, I just hit the enter key. seems to work. Here's what I did in case you are interested.

First, I opened up "submitticket" template. Then searched by "$message". Then I began typing BEFORE that function. Heres what it looks like:

Quote:
<tr>
<td colspan="2"><textarea class="swifttextarea" name="message" rows="10" cols="30" style="WIDTH:98%;">
Version of product:
Failure symptoms:
Other information:
Diagnostic tests performed and results: <{$message}></textarea><div id="irsui" style="DISPLAY: none;"><BR /><div class="irsui"><table border="0" cellpadding="3" cellspacing="1" width="100%"><tr><td class="smalltext"><img src="<{$themepath}>loadingcircle.gif" border="0" align="absmiddle" />&nbsp;<{$language[irsloading]}></td></tr></table></div></div></td>
</tr>
   
Reply With Quote
  (#10) Old
Andrew Scott Offline
Member
 
Andrew Scott's Avatar
 
Posts: 115
Join Date: Apr 2008
Location: Swindon, UK

SupportSuite
Owned License
23-05-2008, 01:08 PM

:-) Nice, if you have any further questions, you can post them and I'll help you with pleasure.

Andrew, Holbi


Andrew Scott
kayako]at[holbi.co.uk
Kayako Development Manager
Holbi Kayako development

   
Reply With Quote
  (#11) Old
rtulisi Offline
New Member
 
rtulisi's Avatar
 
Posts: 14
Join Date: Apr 2008
Location: Rosario, Argentina

SupportSuite
Monthly Leased License
Question Filling custom fields on ticket's general tab - 02-06-2008, 06:20 PM

created new thread: http://forums.kayako.com/f56/filling-custom-fields-tickets-general-tab-17337/

Last edited by rtulisi : 02-06-2008 at 06:28 PM. Reason: i've created a new thread and deleted the post.
   
Reply With Quote
  (#12) Old
jlui213 Offline
New Member
 
Posts: 27
Join Date: Apr 2008

SupportSuite
Owned License

04-06-2008, 05:48 PM

Now that I know how to customize tickets on the client side, is it possible to do the same for the Staff CP? Does anyone know what template I would have to modify if I wanted to change the text area (in tickets) for staff members?

Thanks.
   
Reply With Quote
  (#13) Old
Andrew Scott Offline
Member
 
Andrew Scott's Avatar
 
Posts: 115
Join Date: Apr 2008
Location: Swindon, UK

SupportSuite
Owned License
05-06-2008, 01:26 PM

Hi jlui213

It is not possible in the current version to edit Staff emails.

Andrew, Holbi


Andrew Scott
kayako]at[holbi.co.uk
Kayako Development Manager
Holbi Kayako development

   
Reply With Quote
Reply


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

vB 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
The SLA system explained with example implementation Matthew SupportSuite, eSupport and LiveResponse 27 09-05-2008 05:52 PM
Can not view all tickets - even though "can see all tickets" is enables jasonwood SupportSuite, eSupport and LiveResponse 2 21-02-2008 02:10 PM
Horrible SLA Problems Emma SupportSuite, eSupport and LiveResponse 26 26-10-2007 09:03 AM
Exact differences between client created tickets and staff created tickets vineethshyam SupportSuite, eSupport and LiveResponse 5 27-11-2006 12:25 PM
Customizing Send Reply to Tickets mbpros Developers & Code 0 27-05-2006 12:25 PM



Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO 3.1.0

Kayako provides online help desk software and support solutions; enabling companies to improve their support and reduce costs.

Our three main products include: SupportSuite, eSupport and LiveResponse



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