Script URL:support.dreamlynxdigtalstudios.com
Version of script:newest
Hosting company:surpass hosting
URL of phpinfo.php:
URL of session_test.php:
What terms did you try when SEARCHING for a solution:
Write your message below:
My question:
Is there a way to keep a ticket closed for good. I have seen your post on closing a ticket using the other php code which removes the reply. However it leaves the open link at the top. is there a way to remove that link once the ticket has been closed so only the admin can reopen the ticket?
Also: is the a way to add a company field and account number field. It would be quite useful for on going customers and Identification reasons.
I believe you have a great product here. How do i donate.
close ticket problem & suggestion
Moderator: mkoch227
With a little HTML knowledge you could simply change this (in ticket.php):
to this
Haven't tested it, but should work...
Custom fields will be included in the next version, right now they would require a lot of editing and that is beyond the scope of this support.
Regards,
Code: Select all
else {echo "<font class=\"resolved\">$hesklang[close]</font> [<a
href=\"change_status.php?track=$trackingID&s=1&Refresh=$random\">$hesklang[open_action]</a>]";}
Code: Select all
else {echo "<font class=\"resolved\">$hesklang[close]</font>";}
Custom fields will be included in the next version, right now they would require a lot of editing and that is beyond the scope of this support.
http://www.phpjunkyard.com/help-phpjunkyard.phpI believe you have a great product here. How do i donate.
Regards,
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
That did it
That worked perfect. Thanks so much. I will be making a donation this week.
-
- Posts: 28
- Joined: Thu Sep 25, 2008 3:19 am
Didnt work for me.
i cut and pasted it word for word and i got this error.
Parse error: syntax error, unexpected T_ELSE in /home/a1419099/public_html/support/ticket.php on line 129
Parse error: syntax error, unexpected T_ELSE in /home/a1419099/public_html/support/ticket.php on line 129
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