Page 1 of 1

Email is not showing in the list

Posted: Sun Jun 18, 2017 12:45 pm
by tuneup
Hi,

In list the customer email address is not showing instead the message is showing in the markup manner. Please suggest how to change it.

Re: Email is not showing in the list

Posted: Mon Jun 19, 2017 7:14 pm
by Klemen
The "View" text is used to save space. If you click on the link, the email address will open.

To display email instead, open file "inc/ticket_list.inc.php" and change

Code: Select all

$hesklang['clickemail']
to

Code: Select all

$ticket['email']

Re: Email is not showing in the list

Posted: Thu Jun 22, 2017 5:25 pm
by tuneup
Hi,

In that email column it is showing view instead of email address. How to change that.

Thanks and Regards

Benito

Re: Email is not showing in the list

Posted: Fri Jun 23, 2017 1:22 pm
by Klemen
Please read my reply again :roll:

Re: Email is not showing in the list

Posted: Fri Jun 23, 2017 3:12 pm
by tuneup
Thank you. Got it.