Appearance of ticket notes

Helpdesk for my helpdesk software

Moderator: mkoch227

Post Reply
BZZ
Posts: 3
Joined: Tue May 15, 2018 6:55 am

Appearance of ticket notes

Post by BZZ »

HESK: 3.4.3

Hi there...

Ticket notes occasionally appear at the top of a ticket, but sometimes only at the bottom. Can someone explain to me what to do so that the ticket notes always appear at the top? I don't understand in which cases the notes are presented differently... and why?

Thank you,
Bastian
Klemen
Site Admin
Posts: 10142
Joined: Fri Feb 11, 2005 4:04 pm

Re: Appearance of ticket notes

Post by Klemen »

Notes always show below the original ticket message.

However, if "Reply order" setting in Admin > Settings > Help desk is "Newest reply at top" and the ticket also has replies, then notes are also shown at the top.
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
BZZ
Posts: 3
Joined: Tue May 15, 2018 6:55 am

Re: Appearance of ticket notes

Post by BZZ »

Thank you for your response...

We use "Newest reply at top" and I do not understand, why the notes are only being displayed at the top, when a ticket has replies. Since we use the notes to inform each other what has been made, it would be good to always have it on top.
Probably something you want to change in coming releases?

I modified the admin_ticket.php and it seems everything is working fine now.

<?php
//OLD if ($hesk_settings['new_top'] && $ticket['replies']):
if ($hesk_settings['new_top']):
?>

Thx and regards,
Bastian
Post Reply