Adding last replier name

Helpdesk for my helpdesk software

Moderator: mkoch227

Post Reply
paul.mercea
Posts: 6
Joined: Mon Nov 09, 2009 3:13 pm

Adding last replier name

Post by paul.mercea »

How can I add last replier name in Last replier column?
How to modify script in admin_ticket.php:
<td>'.$hesklang['last_replier'].': </td>
<td>';
if ($ticket['lastreplier']) {echo $hesklang['staff'];}
else {echo $hesklang['customer'];}
echo '</td>
Klemen
Site Admin
Posts: 10142
Joined: Fri Feb 11, 2005 4:04 pm

Post by Klemen »

This feature will 100% be in the next version (already added to the developer version).
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
Raven
Posts: 172
Joined: Sat Jun 20, 2009 12:39 am

Post by Raven »

Oooh nice one :)
Post Reply