Page 1 of 1

Insert new column.

Posted: Wed Oct 30, 2013 1:58 pm
by zuku
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

Re: Insert new column.

Posted: Wed Oct 30, 2013 4:02 pm
by tinbad
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:

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.

Posted: Thu Oct 31, 2013 6:39 am
by zuku
what file should I edit to do this?

Re: Insert new column.

Posted: Mon Nov 04, 2013 7:57 pm
by Klemen
You will need to modify the proper HTML and PHP code inside "inc/ticket_list.inc.php" file.