Insert new column.

Helpdesk for my helpdesk software

Moderator: mkoch227

Post Reply
zuku
Posts: 2
Joined: Wed Oct 30, 2013 1:52 pm

Insert new column.

Post 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
tinbad
Posts: 3
Joined: Tue Oct 22, 2013 5:14 pm

Re: Insert new column.

Post 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>
zuku
Posts: 2
Joined: Wed Oct 30, 2013 1:52 pm

Re: Insert new column.

Post by zuku »

what file should I edit to do this?
Klemen
Site Admin
Posts: 10147
Joined: Fri Feb 11, 2005 4:04 pm

Re: Insert new column.

Post by Klemen »

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 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
Post Reply