Page 1 of 1

Lost options under the reply box

Posted: Wed Aug 07, 2013 2:28 pm
by TimPSNC
Script URL:
Version of script: 2.5.0
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:
I've lost the reply options underneath the reply box in /admin/admin_ticket.php (Assign to self, close ticket etc). I've been playing around with the options and coding so probably have removed it myself, but I can't find where to put it back in. I haven't edited that page and the coding is still there, so I'm not sure how its gone.

Any help is greatly appreciated!

Re: Lost options under the reply box

Posted: Wed Aug 07, 2013 3:49 pm
by Klemen
You can try finding differences between your and original file:
https://www.google.com/search?q=find+di ... +two+files

You should look at the hesk_printReplyForm function inside admin_ticket.php, that's where the options are printed.

Re: Lost options under the reply box

Posted: Wed Aug 07, 2013 3:58 pm
by TimPSNC
I haven't changed that file at all though, so I'm not sure why its gone

Re: Lost options under the reply box

Posted: Wed Aug 07, 2013 4:05 pm
by Klemen
Perhaps CSS or invalid HTML code in header/footer is causing it to hide?

View the HTML source code in browser to see if you can find the checkboxes there.

Re: Lost options under the reply box

Posted: Thu Aug 08, 2013 9:11 am
by TimPSNC
Thanks, it was some CSS I had added

Tim