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.
Email is not showing in the list
Moderator: mkoch227
Re: Email is not showing in the list
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 to
To display email instead, open file "inc/ticket_list.inc.php" and change
Code: Select all
$hesklang['clickemail']
Code: Select all
$ticket['email']
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
Re: Email is not showing in the list
Hi,
In that email column it is showing view instead of email address. How to change that.
Thanks and Regards
Benito
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
Please read my reply again 

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
Re: Email is not showing in the list
Thank you. Got it.