Kayako logo
How do I? Questions about how to do specific things in SupportSuite, eSupport and LiveResponse. Not for reporting problems.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  (#1) Old
michelvana Offline
New Member
 
Posts: 20
Join Date: Dec 2007
Location: The Netherlands
How to delete all links to helpdesk in emails - 16-12-2007, 10:34 PM

In several autoreplies a direct link to the Helpdesk is presented.

Examples:
1. after succesfull registration you get a confirmation email with:
"You can visit the Support Desk at any time by going to [link to helpdesk domain]"
2. aftercreating a ticket, you will be notified, including text like: "You can check the status of or reply to this Ticket online at: [link to helpdesk domain]"

Since we do not want direct links to our Helpdesk or to individual tickets, we would like to change these (dynamic) links and text with just plain text or with a link to our website instead to the helpdesk.

Is there a single way to change this?

Regards, Michel
   
Reply With Quote
  (#2) Old
Jamie Edwards Offline
Operations Manager
 
Jamie Edwards's Avatar
 
Posts: 5,412
Join Date: Jan 2006
Location: United Kingdom
16-12-2007, 11:14 PM

Hi Michel,

Remove these direct links from the e-mail templates. The ones you mention are found under Templates -> General and Templates -> Tickets. They are prefixed with email_


Jamie Edwards (jamie.edwards ]at[ kayako.com)
----------------------------------------------------------------
---
   
Reply With Quote
  (#3) Old
Torsten Offline
New Member
 
Posts: 16
Join Date: Dec 2007
Location: Cologne
18-12-2007, 03:40 PM

Code:
<{if $ishtml == true}><font face="Verdana, Arial, Helvetica" size="2"><{$ticket[fullname]}>,<BR>
<{$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]}>
<{$settings[general_companyname]}><{if $queuesignature != ""}>
<{$queuesignature}><{/if}><{/if}>
This is the mail of autoresponder. what do i have to delete that there is no link passwort or something like that in this mail i only want to have support by mail and i do not want to use the center right now
   
Reply With Quote
  (#4) Old
Jamie Edwards Offline
Operations Manager
 
Jamie Edwards's Avatar
 
Posts: 5,412
Join Date: Jan 2006
Location: United Kingdom
18-12-2007, 04:08 PM

This is the template with username and password removed:

Code:
<{if $ishtml == true}><font face="Verdana, Arial, Helvetica" size="2"><{$ticket[fullname]}>,<BR>
    <{$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>

    <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 $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}>


Jamie Edwards (jamie.edwards ]at[ kayako.com)
----------------------------------------------------------------
---
   
Reply With Quote
  (#5) Old
Torsten Offline
New Member
 
Posts: 16
Join Date: Dec 2007
Location: Cologne
19-12-2007, 12:56 PM

thank you very much! :-)
   
Reply With Quote
Reply

Tags
delete, helpdesk

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
Emails not showing up: Spam? kami SupportSuite, eSupport and LiveResponse 2 21-07-2008 08:49 PM
Free Create links in ticket emails that auto login and go to the ticket khoffman Modifications & Addon Releases 41 11-04-2008 04:04 AM
URLs Not Coneverted to Links in HTML Emails littlegrasshoppa How do I? 1 08-06-2007 07:43 AM
Links in Emails coming through as plain texts, not hyperlinks mbpros SupportSuite, eSupport and LiveResponse 1 25-06-2006 09:47 AM



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