Kayako logo
Style & Design Customizing the look and feel of your support desk? Share thoughts and request assistance here.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  (#1) Old
amj Offline
Member
 
Posts: 32
Join Date: Feb 2007
Location: Honolulu, HI
How to remove link from email_autoresponder? - 29-12-2007, 12:24 AM

How do I remove the link and leading sentence from the email_autoresponder template?

Here's the phase (which I identified as arsubfooter):

"You can check status or reply to this ticket online at
http://www.supportpage.com/support/index.php?_m=tickets&_a=viewticket&ticketid=612"

I've tried to remove this line from the template:
<{$language[arsubfooter]}><{$swiftpath}>index.php?_m=tickets&_a=viewticket &ticketid=<{$ticket[ticketid]}><{if $settings[u_sendpw] == 1 && $user[userpasswordtxt] != "" && $user[loginapi_moduleid] == 1}>

But then the autoresponder email does not send at all and upon diagnosis, the template email_autoresponder fails.

Sorry I don't know php code... anyone willing to help me?
Thanks!!!!
amj
   
Reply With Quote
  (#2) Old
Jamie Edwards Online
Operations Manager
 
Jamie Edwards's Avatar
 
Posts: 5,133
Join Date: Jan 2006
Location: United Kingdom
29-12-2007, 12:33 AM

You only need to remove this bit:

Code:
 <{$language[arsubfooter]}><{$swiftpath}>index.php?_m=tickets&_a=viewticket  &ticketid=<{$ticket[ticketid]}>
Regards,


Jamie Edwards (jamie.edwards ]at[ kayako.com)
----------------------------------------------------------------
---
  • New to the forum? New user's guide here.
  • Submit bug reports here.
  • Submit support tickets via the members area.
  • Submit sales queries either via live chat or via e-mail.
  • There is no official ETA on Version 4.
   
Reply With Quote
  (#3) Old
amj Offline
Member
 
Posts: 32
Join Date: Feb 2007
Location: Honolulu, HI
29-12-2007, 01:14 AM

Success! It works great now. Thanks Jamie, you're a star!

Mahalo,
amj
   
Reply With Quote
  (#4) Old
Jamie Edwards Online
Operations Manager
 
Jamie Edwards's Avatar
 
Posts: 5,133
Join Date: Jan 2006
Location: United Kingdom
29-12-2007, 01:20 AM

You are welcome, and glad you have it sorted

The reason why it broke with your original change is because you removed:
Code:
<{if $settings[u_sendpw] == 1 && $user[userpasswordtxt] != "" && $user[loginapi_moduleid] == 1}>
This is an IF statement, and has a start <{if ..}> - some code here and then an end if - <{/if}>.

Because you removed the start of the if statement and left the end, it created malformed code so the template parser went; "No thank you!" (in other words, a blank page ).

I am currently writing a template editing how-to, with a tutorial on how to use the template code and simple HTML. Hopefully I will be done soon.


Jamie Edwards (jamie.edwards ]at[ kayako.com)
----------------------------------------------------------------
---
  • New to the forum? New user's guide here.
  • Submit bug reports here.
  • Submit support tickets via the members area.
  • Submit sales queries either via live chat or via e-mail.
  • There is no official ETA on Version 4.
   
Reply With Quote
  (#5) Old
vijay Offline
New Member
 
Posts: 2
Join Date: Jan 2008
01-01-2008, 05:43 AM

Thanks thanks very much.It really works
Once again thanks a lot!
   
Reply With Quote
  (#6) Old
amj Offline
Member
 
Posts: 32
Join Date: Feb 2007
Location: Honolulu, HI
02-01-2008, 06:06 AM

That's great news Jamie...I'm looking forward to it!
   
Reply With Quote
Reply

Tags
emailautoresponder, link, remove

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
Free Remove Admin CP link from Staff CP richm Modifications & Addon Releases 6 10-05-2007 01:30 PM
SupportSuite, eSupport and LiveResponse language packs in one thread Jamie Edwards Language Packs & Translation 0 01-04-2007 01:29 PM
How to remove Kayako link? Howard007 SupportSuite, eSupport and LiveResponse 7 31-07-2006 06:29 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