| |||||||||||
![]() |
![]() |
| | LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
(#1)
|
(#2)
|
| Operations Manager Posts: 6,270 Join Date: Jan 2006 Location: England, UK |
27-11-2008, 04:20 PM
Hi ds289, Please can you clarify what you mean? I don't understand what you're trying to achieve. -------------------------------------------------------------------
|
| | |
(#3)
|
(#4)
|
| Member Posts: 141 Join Date: Nov 2008 Location: Eindhoven, Netherlands |
27-11-2008, 06:35 PM
I understand what you mean, have been thinking of that for a while myself, but found out that it is implemented just right. You can use the "New ticket->Phone ticket" to enter new case info, and that one does have the "send autoreply" option checked by default. The "New ticket->Send email" is meant to just sent out an email to a customer ("Here you are, the manual, as promised!" or something) and wanting to track replies on your email in the helpdesk. I think you should use the "Phone ticket" option. Joost Sanders CARE Internet Services Netherlands Kayako Consultancy & Services http://www.care.nl |
| | |
(#5)
|
| Operations Manager Posts: 6,270 Join Date: Jan 2006 Location: England, UK |
27-11-2008, 06:59 PM
-- ignore, found an easier method --
-------------------------------------------------------------------
|
| | |
(#6)
|
| Operations Manager Posts: 6,270 Join Date: Jan 2006 Location: England, UK |
27-11-2008, 07:06 PM
In modules\tickets\staff_newticket.php, around line 328, look for the section of code: Code: if ($_REQUEST["type"] == "generic")
{
$_emailautoresponder = "";
$_emailcontents = " checked";
} else {
$_emailautoresponder = " checked";
$_emailcontents = "";
}
Code: if ($_REQUEST["type"] == "generic")
{
// $_emailautoresponder = "";
// $_emailcontents = "checked";
$_emailautoresponder = "checked";
$_emailcontents = "";
} else {
$_emailautoresponder = " checked";
$_emailcontents = "";
}
I have not tested this modification. As a reminder, we do not support code modifications - so please use at your own risk. Hope it works -------------------------------------------------------------------
|
| | |
(#7)
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Ticket View -> Quick Search: Is there a way to set the default criteria? | richm | How do I? | 0 | 30-04-2007 02:22 PM |
| New Build: 3.10.02 STABLE | Ryan Lederman | News and Announcements | 0 | 05-03-2007 08:53 PM |
| eSupport v2.2 RC1 Available in Members Area | Varun Shoor | Technical Chat | 1 | 17-05-2004 01:28 PM |