Hello again everybody,
In my continued effort to customize the system to my needs I want to be able to show the customer name next to the date and time of when they replied to their ticket.
As far as what I've tried, I opened up staff/viewticket.inc.php and went to line 240
Then I modified it to this:
<tr><th><?=Format:($msg_row)?> - <?=($msg_row)?></th></tr>
but this does not work since no name shows up. I basically want it to show the same as how it shows who of our "staff" replied to the message.
Take a look at the pic below to see what I need done...
I tried making a single large <? ...... ?> tag but since one is formatted for date and the other for text I figured they are both better off separate...
Thanks for any input!
