Script URL:
Version of script:
Hosting company:
URL of phpinfo.php:
URL of session_test.php:
What terms did you try when SEARCHING for a solution:
Write your message below:
If I turn off reply to tickets for a user, it also disables notes. How would I go about turning off reply and still let a user add notes?
Thanks
Paul
turn off reply enable notes
Moderator: mkoch227
Re: turn off reply enable notes
In admin_ticket.php try changing the first (just the first one!) instance of to
Code: Select all
if ($can_reply)
Code: Select all
if (true)
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
Re: turn off reply enable notes
Worked perfectly. Thanks so much. This makes my use of this wonderful script much more idiot proof.
Paul
Paul