Version of script: 2.5.3
Hosting company:
URL of phpinfo.php:
URL of session_test.php:
What terms did you try when SEARCHING for a solution:
Write your message below:
I've already managed to add a custom field column to the Ticket List view, however it doesn't seem that sort_possible['custom1'] would magically work... Is it possible to achieve that?
These are my changes,
Code: Select all
// in ticket_list.inc.php function hesk_print_list_head()
<th><a href="<?php echo $href . '?' . $query . $sort_possible['custom1'] . '&sort='; ?>custom1"><?php echo $hesk_settings['custom_fields']['custom1']['name']; ?></a></th>
// between echo <<<EOC block
<td>$ticket[custom1]</td>