Script URL:
Version of script: 2.5.2
Hosting company: intranet
URL of phpinfo.php:
URL of session_test.php:
What terms did you try when SEARCHING for a solution:
Write your message below:
Hi,
is any way to insert in main ticket page new column representing ticket_trackID?
thanks
Insert new column.
Moderator: mkoch227
Re: Insert new column.
I was interested in this as well. For now I added ID in the same column as the trackid.
Mine looks like this now:
$ticket[id] | $ticket[trackid]
Full line:
Mine looks like this now:
$ticket[id] | $ticket[trackid]
Full line:
Code: Select all
<td class="$color" style="text-align:left; white-space:nowrap;"><a href="admin_ticket.php?track=$ticket[trackid]&Refresh=$random"><font color="red">$ticket[id]</font> <font color="#696969"> | </font> $ticket[trackid]</a></td>
Re: Insert new column.
what file should I edit to do this?
Re: Insert new column.
You will need to modify the proper HTML and PHP code inside "inc/ticket_list.inc.php" file.
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