| Previous topic :: Next topic |
| Author |
Message |
djaburg
Joined: 17 Nov 2004
Posts: 22
|
| Posted: Thu Jun 07, 2007 3:38 pm Post subject: Trouble Ticket Replies |
|
|
| When modifying a trouble ticket, the client is sent an e-mail message that indicates it's from the vTiger Support Team. I've looked around the application and quite a few of the .php files to see where that is coming from and can't find it. Any ideas where to change that text string? I'm testing this out with some of my larger customers and they're wondering who the vTiger team is. |
|
| Back to top |
|
shahul
Joined: 11 May 2007
Posts: 19
|
| Posted: Thu Jun 07, 2007 7:01 pm Post subject: Trouble Ticket Replies |
|
|
Hi djaburg!
Try this:
In include/language/en_us.lang.php
Change
'MSG_VTIGERTEAM'=>' vTiger Team',
into
'MSG_VTIGERTEAM'=>' djaburg'
It may solve your problem!
Thanks
Shahul |
|
| Back to top |
|
djaburg
Joined: 17 Nov 2004
Posts: 22
|
| Posted: Fri Jun 08, 2007 12:29 am Post subject: Re: Trouble Ticket Replies |
|
|
| Tried that one and it's not the correct area, but thanks. Any other thoughts? |
|
| Back to top |
|
djaburg
Joined: 17 Nov 2004
Posts: 22
|
| Posted: Fri Jun 08, 2007 12:40 am Post subject: Re: Trouble Ticket Replies |
|
|
| Actually just found it, it's in the modules/HelpDesk/language/en_us.lang.php file. Finally, that's a relief. Also was able to adjust some of the text spacing to look better. |
|
| Back to top |
|
Fenzik
Joined: 14 Feb 2007
Posts: 31
Location: Near you.!
|
| Posted: Mon Jun 11, 2007 8:06 am Post subject: Re: Trouble Ticket Replies |
|
|
Hi Djaburg
Here you can change the text of the Email for Helpdesk
Code:
File - include/utils/CommonUtils.php
function name - getTicketDetails
line # - 2752
Line # 2791 you can change the signature part.
If you wanna change the Vtiger support name, you can change it from
Code:
Filename - config.inc.php
Line # - 35
|
|
| Back to top |
|
| |