Hi,
i need to change the columns order in the ticket list, i tried to search in the tichet_list.inc but i don't found where i can change the order, someone can help me ?
thanks
Change columns order Tickets page
Moderator: mkoch227
Re: Change columns order Tickets page
The code that prints out rows is indeed in the "inc/ticket_list.inc.php" file.
It starts just below this line:
You will need to read the comments and the HTML/PHP code and reorder it as required.
You will also need to re-order items in the $hesk_settings['ticket_list'] array inside the hesk_print_list_head function to make sure the headers are printed in the correct order.
It starts just below this line:
Code: Select all
// Start ticket row
You will also need to re-order items in the $hesk_settings['ticket_list'] array inside the hesk_print_list_head function to make sure the headers are printed in the correct order.
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