Script URL: http://www.flsuk.co.uk/heldesk/
Version of script: 2.5.3
Hosting company: Easy Internet
URL of phpinfo.php: ?
URL of session_test.php: ?
What terms did you try when SEARCHING for a solution:
Write your message below:
Is it possible to have the customer name at the top of a ticket all the time instead of the last replier as it is difficult to keep track of customer tickets....
Cheers
SteveB
Requirement for customer name at top of page.
Moderator: mkoch227
Re: Requirement for customer name at top of page.
If you mean in the ticket head you can try changing this in admin/ticket.php to
Code: Select all
<td>'.$hesklang['last_replier'].': </td>
<td>'.$ticket['repliername'].'</td>
Code: Select all
<td>'.$hesklang['name'].': </td>
<td>'.$ticket['name'].'</td>
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