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
Siora Offline
Member
 
Siora's Avatar
 
Posts: 1,283
Join Date: Apr 2007
Location: Toronto Canada
Break Lines - 06-05-2007, 04:43 PM

I'm having problems setting up my breaklines. This is my code:

Quote:
<{if $ishtml == true}><font face="Verdana, Arial, Helvetica" size="2">------ Please reply above this line ------<{$contentshtml}><BR /><BR />
<{if $settings[t_enhistory] == 1}>
<fieldset style="margin-bottom: 6px; color: #333333;FONT: 11px Verdana, Tahoma;PADDING:3px;">
<legend><{$language[tickethistory]}></legend>
<{foreach key=key value=post from=$postlist}>
<{if $post[ticketpostid] != $ticket[lastpostid]}>
<b><{$post[fullname]}></b> (<{if $post[creator] == "staff"}><{$language[thstaff]}><{elseif $post[creator] == "thirdparty"}><{$language[ththirdparty]}><{elseif $post[creator] == "recipient"}><{$language[threcipient]}><{else}><{$language[thclient]}><{/if}>) <{$language[thpostedon]}> <{$post[date]}>
<hr>
<br>
<{$post[contents]}>
but my email shows up like this:

Quote:
------ Please reply above this line ------test
Regards,
How do I get the email content to go below the break and add some spacing?
   
Reply With Quote
  (#2) Old
Jamie Edwards Offline
Operations Manager
 
Jamie Edwards's Avatar
 
Posts: 5,664
Join Date: Jan 2006
Location: United Kingdom
06-05-2007, 04:57 PM

Try change:
Code:
<{if $ishtml == true}><font face="Verdana, Arial, Helvetica" size="2">------ Please reply above this line ------<{$contentshtml}><BR /><BR />
To:
Code:
<{if $ishtml == true}><font face="Verdana, Arial, Helvetica" size="2">------ Please reply above this line ------<br /><{$contentshtml}><BR /><BR />


Jamie Edwards (jamie.edwards ]at[ kayako.com)
----------------------------------------------------------------
---
   
Reply With Quote
  (#3) Old
Siora Offline
Member
 
Siora's Avatar
 
Posts: 1,283
Join Date: Apr 2007
Location: Toronto Canada
06-05-2007, 05:23 PM

No go, the output looks the same.
   
Reply With Quote
  (#4) Old
Jamie Edwards Offline
Operations Manager
 
Jamie Edwards's Avatar
 
Posts: 5,664
Join Date: Jan 2006
Location: United Kingdom
06-05-2007, 05:29 PM

Are you using HTML or Plain Text for viewing the e-mails?


Jamie Edwards (jamie.edwards ]at[ kayako.com)
----------------------------------------------------------------
---
   
Reply With Quote
  (#5) Old
Siora Offline
Member
 
Siora's Avatar
 
Posts: 1,283
Join Date: Apr 2007
Location: Toronto Canada
06-05-2007, 05:33 PM

Quote:
Originally Posted by Jamie Edwards View Post
Are you using HTML or Plain Text for viewing the e-mails?
I tried both, the emails appear the same.
   
Reply With Quote
  (#6) Old
Jamie Edwards Offline
Operations Manager
 
Jamie Edwards's Avatar
 
Posts: 5,664
Join Date: Jan 2006
Location: United Kingdom
06-05-2007, 05:39 PM

Have you tried cleaing your cache/ folder after updating the templates?


Jamie Edwards (jamie.edwards ]at[ kayako.com)
----------------------------------------------------------------
---
   
Reply With Quote
  (#7) Old
Siora Offline
Member
 
Siora's Avatar
 
Posts: 1,283
Join Date: Apr 2007
Location: Toronto Canada
06-05-2007, 05:41 PM

How do I do that?
   
Reply With Quote
  (#8) Old
Siora Offline
Member
 
Siora's Avatar
 
Posts: 1,283
Join Date: Apr 2007
Location: Toronto Canada
06-05-2007, 05:43 PM

How do I get the break line to appear above the email header when hitting the reply button in outlook?

Quote:
SioraONE Support [mailto:*******@*******.com]
Sent: Sunday, May 06, 2007 12:34 PM
To: ******@******.com
Subject: [HOME #VTW-497329]: test

------ Please reply above this line ------test
Regards,
This is how the email appears after I hit the reply button. The user typing the reply would be typing above the "sioraone Support" line.

Last edited by Siora; 06-05-2007 at 05:45 PM..
   
Reply With Quote
  (#9) Old
Jamie Edwards Offline
Operations Manager
 
Jamie Edwards's Avatar
 
Posts: 5,664
Join Date: Jan 2006
Location: United Kingdom
06-05-2007, 05:49 PM

Quote:
Originally Posted by Siora View Post
How do I do that?
You go into your /cache/ folder local to where you have installed SupportSuite and delete all the files in there except index.html.

Quote:
Originally Posted by Siora View Post
How do I get the break line to appear above the email header when hitting the reply button in outlook?

This is how the email appears after I hit the reply button. The user typing the reply would be typing above the "sioraone Support" line.
You cannot, because it is part of the e-mail body and Outlook places all of the e-mail body below the reply detail headers.


Jamie Edwards (jamie.edwards ]at[ kayako.com)
----------------------------------------------------------------
---
   
Reply With Quote
  (#10) Old
Siora Offline
Member
 
Siora's Avatar
 
Posts: 1,283
Join Date: Apr 2007
Location: Toronto Canada
06-05-2007, 05:51 PM

Quote:
Originally Posted by Jamie Edwards View Post
You go into your /cache/ folder local to where you have installed SupportSuite and delete all the files in there except index.html.


You cannot, because it is part of the e-mail body and Outlook places all of the e-mail body below the reply detail headers.
Okay let me try this out. Thanks Jamie.
   
Reply With Quote
  (#11) Old
Siora Offline
Member
 
Siora's Avatar
 
Posts: 1,283
Join Date: Apr 2007
Location: Toronto Canada
06-05-2007, 05:55 PM

I can't find this folder...LOL. Sorry but I'm not the server guy and didn't install the application.

Edit: Its definately a problem because I just restored my template and the breakline still appears even though its not in the template.

Last edited by Siora; 06-05-2007 at 05:59 PM..
   
Reply With Quote
  (#12) Old
Jamie Edwards Offline
Operations Manager
 
Jamie Edwards's Avatar
 
Posts: 5,664
Join Date: Jan 2006
Location: United Kingdom
06-05-2007, 06:50 PM

Hi Siora,

Can you please recap on exactly what you are trying to do here? Are you trying to add your own break line to your e-mail template?


Jamie Edwards (jamie.edwards ]at[ kayako.com)
----------------------------------------------------------------
---
   
Reply With Quote
  (#13) Old
Siora Offline
Member
 
Siora's Avatar
 
Posts: 1,283
Join Date: Apr 2007
Location: Toronto Canada
06-05-2007, 06:52 PM

Yes I am trying to add my own break line so that when clients reply to tickets the original message does not get included.
   
Reply With Quote
  (#14) Old
Siora Offline
Member
 
Siora's Avatar
 
Posts: 1,283
Join Date: Apr 2007
Location: Toronto Canada
07-05-2007, 04:45 AM

Clearing the cache fixed it. Thanks Jamie.
   
Reply With Quote
Reply

Tags
break, lines

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



Powered by vBulletin® Version 3.7.5
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0
Help desk software by Kayako.


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 47 48