Requirement for customer name at top of page.

Helpdesk for my helpdesk software

Moderator: mkoch227

Post Reply
SteveHale
Posts: 2
Joined: Wed May 14, 2014 11:05 am

Requirement for customer name at top of page.

Post by SteveHale »

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

Re: Requirement for customer name at top of page.

Post by Klemen »

If you mean in the ticket head you can try changing this in admin/ticket.php

Code: Select all

	<td>'.$hesklang['last_replier'].': </td>
	<td>'.$ticket['repliername'].'</td>
to

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 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
Post Reply