Kayako logo
SupportSuite, eSupport and LiveResponse Discussion, troubleshooting and feedback related to Kayako's flagship support desk products SupportSuite, eSupport and LiveResponse.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  (#1) Old
chris8lunch Offline
New Member
 
Posts: 23
Join Date: Jun 2006
Post How do you edit the text in email templates? - 06-06-2006, 07:06 PM

How do you edit the text in email templates?

I go into them and get things like this,

Code:
<{if $ishtml == true}><font face="Verdana, Arial, Helvetica" size="2">
<{$language[arintro]}><BR>
<BR>
&nbsp;&nbsp;&nbsp;<b><{$language[articketid]}></b><{$ticket[fticketid]}><BR>
&nbsp;&nbsp;&nbsp;<b><{$language[arsubject]}></b><{$ticket[subject]}><BR>
&nbsp;&nbsp;&nbsp;<b><{$language[ardepartment]}></b><{$ticket[department]}><BR>
&nbsp;&nbsp;&nbsp;<b><{$language[arpriority]}></b><{$ticket[priority]}><BR>
&nbsp;&nbsp;&nbsp;<b><{$language[arstatus]}></b><{$ticket[status]}><BR>
<BR>
<{$language[arsubfooter]}><a href="<{$swiftpath}>index.php?_m=tickets&_a=viewticket&ticketid=<{$ticket[ticketid]}>"><{$swiftpath}></a><BR><{if $settings[u_sendpw] == 1 && $user[userpasswordtxt] != "" && $user[loginapi_moduleid] == 1}>
&nbsp;&nbsp;&nbsp;<b><{$language[aremail]}></b><{$ticket[email]}><BR>
&nbsp;&nbsp;&nbsp;<b><{$language[arpassword]}></b><{$user[userpasswordtxt]}><BR>
<{/if}>
<BR><{if $newscount != 0}>
<{foreach key=newskey value=newsitem from=$news}>
<b><{$newsitem[index]}>.</b> <a href="<{$swiftpath}>index.php?_m=news&_a=viewnews&newsid=<{$newsitem[newsid]}>&group=<{$ticket[tgroup]}>"><{$newsitem[subject]}></a><BR>
<{/foreach}>
<BR>
<{/if}>
<{$language[arfooter]}><BR>
<BR>
<{$settings[general_companyname]}><{if $queuesignature != ""}><BR><{$queuesignature}><{/if}></font><{else}><{$ticket[fullname]}>,
<{$language[arintro]}>

	<{$language[articketid]}><{$ticket[fticketid]}>
	<{$language[arsubject]}><{$ticket[subject]}>
	<{$language[ardepartment]}><{$ticket[department]}>
	<{$language[arpriority]}><{$ticket[priority]}>
	<{$language[arstatus]}><{$ticket[status]}>

<{$language[arsubfooter]}><{$swiftpath}>index.php?_m=tickets&_a=viewticket&ticketid=<{$ticket[ticketid]}><{if $settings[u_sendpw] == 1 && $user[userpasswordtxt] != "" && $user[loginapi_moduleid] == 1}>

	<{$language[aremail]}><{$ticket[email]}>
	<{$language[arpassword]}><{$user[userpasswordtxt]}>
<{/if}>

<{if $newscount != 0}>
<{foreach key=newskey value=newsitem from=$news}>
<{$newsitem[index]}>. <{$newsitem[subject]}>
<{$swiftpath}>index.php?_m=news&_a=viewnews&newsid=<{$newsitem[newsid]}>&group=<{$ticket[tgroup]}>

<{/foreach}>

<{/if}>
<{$language[arfooter]}>

Please do NOT respond to this email, log back into the ticket system and post your replies.

<{$settings[general_companyname]}><{if $queuesignature != ""}>
<{$queuesignature}><{/if}><{/if}>
But see I added some text into that and it didn't show up! Also I don't see where to edit any of the text already in it!

Please help, thanks!
   
Reply With Quote
  (#2) Old
eiden Offline
Member
 
Posts: 237
Join Date: Apr 2006
Location: Norway
06-06-2006, 07:37 PM

Try to clear you cache directory.
   
Reply With Quote
  (#3) Old
chris8lunch Offline
New Member
 
Posts: 23
Join Date: Jun 2006
07-06-2006, 01:15 AM

Quote:
Originally Posted by eiden
Try to clear you cache directory.
That didn't answer my question. Where is the text to edit?? I don't see it at all!! NOT IN ANY OF THE EMAIL MESSAGES!
   
Reply With Quote
  (#4) Old
eiden Offline
Member
 
Posts: 237
Join Date: Apr 2006
Location: Norway
07-06-2006, 12:49 PM

Quote:
Originally Posted by chris8lunch
That didn't answer my question. Where is the text to edit?? I don't see it at all!! NOT IN ANY OF THE EMAIL MESSAGES!
Do you actually think that people here will help you faster when you yell ?

This is how I edit my email templates:

1. Go to AdminCP
2. Click on Templates->Manage Groups
3. Select the template group you want to modify by clicking on Templates.
4. Select the template you want to edit.
5. Press the Save button.
   
Reply With Quote
  (#5) Old
chris8lunch Offline
New Member
 
Posts: 23
Join Date: Jun 2006
07-06-2006, 05:44 PM

Quote:
Originally Posted by eiden
Do you actually think that people here will help you faster when you yell ?

This is how I edit my email templates:

1. Go to AdminCP
2. Click on Templates->Manage Groups
3. Select the template group you want to modify by clicking on Templates.
4. Select the template you want to edit.
5. Press the Save button.
I know how to do that, but yet again there IS NOT TEXT in any of those templates, I don't know how I edit the TEXT in the email messages. All it has is abunch of CODING. I wasn't yelling I was pointing out important parts of my message.
   
Reply With Quote
  (#6) Old
eiden Offline
Member
 
Posts: 237
Join Date: Apr 2006
Location: Norway
07-06-2006, 07:59 PM

That's ok Remeber that writing in upper case letters is the same as yelling

Are you sure you are editing the right template ?

Try to add this to the template and see what happens:

Code:
<{if $ishtml == true}>
Mail is HTML!
<{else}>
Mail is text!
<{/if}>
   
Reply With Quote
  (#7) Old
xian Offline
New Member
 
Posts: 29
Join Date: May 2006
07-06-2006, 09:01 PM

Eiden - Have you figured out how to include the whole email (all replies) in the reply and have it look good without using HTML? When I do it there is the XML <br /> that I cant get past...

I would not force HTML emails upon my enemies.
   
Reply With Quote
  (#8) Old
eiden Offline
Member
 
Posts: 237
Join Date: Apr 2006
Location: Norway
07-06-2006, 10:09 PM

Are you referring to the $postlist variable in the templates ? (Don't know if you have read: HowTo: Send the mailhistory with a ticket reply/forward )
   
Reply With Quote
  (#9) Old
chris8lunch Offline
New Member
 
Posts: 23
Join Date: Jun 2006
Post 07-06-2006, 11:08 PM

Alright look at this,

PHP Code:
<{if $ishtml == true}><font face="Verdana, Arial, Helvetica" size="2">
<{
$language[arintro]}><BR>
<
BR>
&
nbsp;&nbsp;&nbsp;<b><{$language[articketid]}></b><{$ticket[fticketid]}><BR>
&
nbsp;&nbsp;&nbsp;<b><{$language[arsubject]}></b><{$ticket[subject]}><BR>
&
nbsp;&nbsp;&nbsp;<b><{$language[ardepartment]}></b><{$ticket[department]}><BR>
&
nbsp;&nbsp;&nbsp;<b><{$language[arpriority]}></b><{$ticket[priority]}><BR>
&
nbsp;&nbsp;&nbsp;<b><{$language[arstatus]}></b><{$ticket[status]}><BR>
<
BR>
<{
$language[arsubfooter]}><a href="<{$swiftpath}>index.php?_m=tickets&_a=viewticket&ticketid=<{$ticket[ticketid]}>"><{$swiftpath}></a><BR><{if $settings[u_sendpw] == && $user[userpasswordtxt] != "" && $user[loginapi_moduleid] == 1}>
&
nbsp;&nbsp;&nbsp;<b><{$language[aremail]}></b><{$ticket[email]}><BR>
&
nbsp;&nbsp;&nbsp;<b><{$language[arpassword]}></b><{$user[userpasswordtxt]}><BR>
<{/if}>
<
BR><{if $newscount != 0}>
<{foreach 
key=newskey value=newsitem from=$news}>
<
b><{$newsitem[index]}>.</b> <a href="<{$swiftpath}>index.php?_m=news&_a=viewnews&newsid=<{$newsitem[newsid]}>&group=<{$ticket[tgroup]}>"><{$newsitem[subject]}></a><BR>
<{/foreach}>
<
BR>
<{/if}>
<{
$language[arfooter]}><BR>
<
BR>
<{
$settings[general_companyname]}><{if $queuesignature != ""}><BR><{$queuesignature}><{/if}></font><{else}><{$ticket[fullname]}>,
<{
$language[arintro]}>

    <{
$language[articketid]}><{$ticket[fticketid]}>
    <{
$language[arsubject]}><{$ticket[subject]}>
    <{
$language[ardepartment]}><{$ticket[department]}>
    <{
$language[arpriority]}><{$ticket[priority]}>
    <{
$language[arstatus]}><{$ticket[status]}>

<{
$language[arsubfooter]}><{$swiftpath}>index.php?_m=tickets&_a=viewticket&ticketid=<{$ticket[ticketid]}><{if $settings[u_sendpw] == && $user[userpasswordtxt] != "" && $user[loginapi_moduleid] == 1}>

    <{
$language[aremail]}><{$ticket[email]}>
    <{
$language[arpassword]}><{$user[userpasswordtxt]}>
<{/if}>

<{if 
$newscount != 0}>
<{foreach 
key=newskey value=newsitem from=$news}>
<{
$newsitem[index]}>. <{$newsitem[subject]}>
<{
$swiftpath}>index.php?_m=news&_a=viewnews&newsid=<{$newsitem[newsid]}>&group=<{$ticket[tgroup]}>

<{/foreach}>

<{/if}>
<{
$language[arfooter]}>


<{
$settings[general_companyname]}><{if $queuesignature != ""}>
<{
$queuesignature}><{/if}><{/if}> 
As you can see there is NO TEXT to edit!!! WHERE IS IT! Also when I add text into it, it does not appear in the email! I know its changing the email message because I took out some of the coding and noticed change..

Anyway, where is the text in the mail to edit? Do you see it? Because I don't!
   
Reply With Quote
  (#10) Old
Varun Shoor Offline
Chief Executive Officer
 
Varun Shoor's Avatar
 
Posts: 2,828
Join Date: May 2003
08-06-2006, 12:19 AM

The text is in Admin CP > Languages. You can use search to lookup the text you wish to edit.

Regards,

Varun Shoor


Varun Shoor (varun.shoor ]at[ kayako.com)
----------------------------------------------------------------
---
   
Reply With Quote
  (#11) Old
wpcomp Offline
New Member
 
Posts: 20
Join Date: Aug 2006
08-08-2006, 01:47 AM

What about adding text to the message?

I'm trying to add a line before the news articles to say:
"See our latest news:"

I tried adding just the text here:

Code:
<BR><{if $newscount != 0}>
See our latest news:<BR>
<{foreach key=newskey value=newsitem from=$news}>
But then the autoresponse does not get sent...which tells me there is an error somewhere.

-Vic

Quote:
Originally Posted by Varun [K]
The text is in Admin CP > Languages. You can use search to lookup the text you wish to edit.

Regards,

Varun Shoor
   
Reply With Quote
  (#12) Old
dnicol Offline
Member
 
Posts: 106
Join Date: Apr 2006
15-08-2006, 06:02 PM

Quote:
Originally Posted by wpcomp
What about adding text to the message?

I'm trying to add a line before the news articles to say:
"See our latest news:"

I tried adding just the text here:

Code:
<BR><{if $newscount != 0}>
See our latest news:<BR>
<{foreach key=newskey value=newsitem from=$news}>
But then the autoresponse does not get sent...which tells me there is an error somewhere.

-Vic

There is a swfloodhash table which is used to prevent people from flooding emails. It base don time when the email is sent. Sof you if try to email kayako right after already sending another email you wont get an auto responder.
   
Reply With Quote
Reply

Tags
edit, templates

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Where do you change the actual text that is not shown in templates? christinasc SupportSuite, eSupport and LiveResponse 1 01-11-2006 11:52 PM
kayako email templates jc11 Developers & Code 29 31-07-2006 12:45 PM
Email Templates? chris8lunch SupportSuite, eSupport and LiveResponse 0 09-06-2006 03:27 AM
Problem with changing email templates Swish Developers & Code 5 12-01-2006 03:12 PM



Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0
vBulletin Skin developed by: vBStyles.com


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46