close ticket problem & suggestion

Helpdesk for my helpdesk software

Moderator: mkoch227

Post Reply
iceman
Posts: 6
Joined: Sun Nov 26, 2006 8:32 pm

close ticket problem & suggestion

Post by iceman »

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.
Klemen
Site Admin
Posts: 10136
Joined: Fri Feb 11, 2005 4:04 pm

Post by Klemen »

With a little HTML knowledge you could simply change this (in ticket.php):

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>]";}
to this

Code: Select all

else {echo "<font class=\"resolved\">$hesklang[close]</font>";}
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.
I believe you have a great product here. How do i donate.
http://www.phpjunkyard.com/help-phpjunkyard.php

Regards,
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image 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
iceman
Posts: 6
Joined: Sun Nov 26, 2006 8:32 pm

That did it

Post by iceman »

That worked perfect. Thanks so much. I will be making a donation this week.
ISO Retail
Posts: 28
Joined: Thu Sep 25, 2008 3:19 am

Didnt work for me.

Post by ISO Retail »

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
Klemen
Site Admin
Posts: 10136
Joined: Fri Feb 11, 2005 4:04 pm

Post by Klemen »

Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image 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
ISO Retail
Posts: 28
Joined: Thu Sep 25, 2008 3:19 am

Post by ISO Retail »

oh that easy? he's da man!
Post Reply