Hi Klemen,
Thanks for your beta version of HESK.
I found the feature: Don't send email notification of this reply to the
customer
That is exactly what I was looking for.
Now my question: Which files from 2.5 do I need to replace in 2.4 in order
to get this feature running in the 2.4.2 installation???
Thanks for all you do Klemen.
Don't send email notification of this reply to the customer
Moderator: mkoch227
-
- Posts: 142
- Joined: Sat Jun 22, 2013 9:24 pm
-
- Posts: 142
- Joined: Sat Jun 22, 2013 9:24 pm
Re: Don't send email notification of this reply to the custo
Anybody that can help?
I would be gratefull for that
I would be gratefull for that

Re: Don't send email notification of this reply to the custo
File: admin/admin_ticket.php
Find
After add:
File: admin/admin_reply_ticket.php
Find
Chage to:
I didn't have a chance to test it (am out of the country), so that's up to you 
Find
Code: Select all
(<a href="profile.php"><?php echo $hesklang['profile_settings']; ?></a>)
Code: Select all
<br />
<label><input type="checkbox" name="no_notify" value="1" /> Don't send email notification of this reply to the customer</label>
Find
Code: Select all
hesk_notifyCustomer('new_reply_by_staff');
Code: Select all
if ( ! isset($_POST['no_notify']) || intval( $_POST['no_notify'] ) != 1)
{
hesk_notifyCustomer('new_reply_by_staff');
}

Last edited by Klemen on Mon Jul 01, 2013 2:13 pm, edited 1 time in total.
Reason: Modified a code error
Reason: Modified a code error
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here 
You should follow me on Twitter here
Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools


Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools
-
- Posts: 142
- Joined: Sat Jun 22, 2013 9:24 pm
Re: Don't send email notification of this reply to the custo
Thanks Klemen!!!
But after I choose "Don't send email notification of this reply to the customer" and send it the page goes blank. It could be my mistake, but I think that I did exactly what you said
After sending and then the blank page > and then going back to the original ticket it all seemed to work, so it is only the blank page...
Thanks for your help
But after I choose "Don't send email notification of this reply to the customer" and send it the page goes blank. It could be my mistake, but I think that I did exactly what you said

After sending and then the blank page > and then going back to the original ticket it all seemed to work, so it is only the blank page...
Thanks for your help

Re: Don't send email notification of this reply to the custo
Oh, sorry, this should say
The hesk_POST function isn't available before 2.5.0 hence the problem.
I will update the original reply to show correct info.
Code: Select all
hesk_POST('no_notify')
Code: Select all
$_POST['no_notify']
I will update the original reply to show correct info.
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here 
You should follow me on Twitter here
Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools


Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools
-
- Posts: 142
- Joined: Sat Jun 22, 2013 9:24 pm
Re: Don't send email notification of this reply to the custo
HIIIII !!! Klemen !!!
So happy, It works
Somehow I did implement the code wrong. (I do not know what was wrong) I startet all over and did not use the latest code:
Code: Select all
hesk_POST('no_notify')
should say
Code: Select all
$_POST['no_notify']
And it works afterall!!!!
Thanks so much. Now we can allready start using it (2 months earlier as planned) Since we have this feature now we can integrate all Grapichers...thanks again




So happy, It works

Somehow I did implement the code wrong. (I do not know what was wrong) I startet all over and did not use the latest code:
Code: Select all
hesk_POST('no_notify')
should say
Code: Select all
$_POST['no_notify']
And it works afterall!!!!
Thanks so much. Now we can allready start using it (2 months earlier as planned) Since we have this feature now we can integrate all Grapichers...thanks again

Re: Don't send email notification of this reply to the custo
Before doing any modifications you may want to wait for 2.5.0, will be released this week.
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here 
You should follow me on Twitter here
Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools


Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools
-
- Posts: 142
- Joined: Sat Jun 22, 2013 9:24 pm
Re: Don't send email notification of this reply to the custo
Great info, Great News
Thanks,
Bas
Thanks,
Bas