Kayako logo
How do I? Questions about how to do specific things in SupportSuite, eSupport and LiveResponse. Not for reporting problems.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  (#1) Old
Yakumo Offline
New Member
 
Posts: 4
Join Date: Jan 2008
How could I checkup autoresponder as default when using staff CP to create a ticket? - 14-02-2008, 07:15 AM

When I use Staff CP to create a new ticket, the default e-mail option is "contents checked".

As for me, the "contents" option is useless and "autoreponder" is greatful. However, it is set "contents" as default.

How could I set the default to checkup autoresponder and uncheck contents?

Many thanks.
   
Reply With Quote
  (#2) Old
supportskins Offline
Senior Member
 
supportskins's Avatar
 
Posts: 3,821
Join Date: Aug 2006
Location: Mumbai, India
14-02-2008, 07:53 AM

I do not believe there is a setting to change this. You will have to select it manually.



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
Raghav Arora Offline
Team Leader (Support)
 
Raghav Arora's Avatar
 
Posts: 209
Join Date: Apr 2005
14-02-2008, 09:40 AM

Yes, you will have to edit: \modules\tickets\staff_newticket.php file and you will have to have to change:

PHP Code:
 {
        
$_emailautoresponder "";
        
$_emailcontents " checked";
    } 
to

PHP Code:
 {
        
$_emailautoresponder "checked";
        
$_emailcontents "";
    } 


Raghav Arora (raghav.arora ]at[ kayako.com)
----------------------------------------------------------------
---

Last edited by Jamie Edwards; 14-02-2008 at 10:28 AM.
   
Reply With Quote
  (#4) Old
supportskins Offline
Senior Member
 
supportskins's Avatar
 
Posts: 3,821
Join Date: Aug 2006
Location: Mumbai, India
14-02-2008, 10:14 AM

Ah great, thanks for sharing. Although this should be added as a setting in the software interface.



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
  (#5) Old
Yakumo Offline
New Member
 
Posts: 4
Join Date: Jan 2008
14-02-2008, 11:08 AM

It works, many thanks.

BTW, a small issue. When a client submit a new ticket, client will receive a mail, shows some information, for example,

You can check the status of or reply to this Ticket online at: http://test.com/support/
Email: ayaka@mail2000.com.tw
Password: 12345

However, when I submit a new ticket via staff CP with email autoresponder checker, user will recevie a mail, too. But it shows:

You can check the status of or reply to this Ticket online at: http://test.com/support/
Email: ayaka@mail2000.com.tw
12345

The phrase "Password:" is missing.
   
Reply With Quote
  (#6) Old
supportskins Offline
Senior Member
 
supportskins's Avatar
 
Posts: 3,821
Join Date: Aug 2006
Location: Mumbai, India
14-02-2008, 03:03 PM

Try rebuilding the software cache, check if that fixes the issue.



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
Reply

Tags
autoresponder, checkup, default, staff, 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
Using Template Groups - A Tutorial Matthew How do I? 5 07-05-2008 11:37 AM
New Build: 3.10.02 STABLE Ryan Lederman News and Announcements 0 05-03-2007 09:53 PM
DUE TIME not getting if we create a send email ticket in staff even in trial!!!!!!!! vineethshyam SupportSuite, eSupport and LiveResponse 1 28-11-2006 04:26 AM
v3.00.27 Stable Available Varun Shoor News and Announcements 1 05-12-2005 10:21 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