Kayako Logo
Modifications & Addon Releases Modification guides and addons are posted here to share with the community. Do not post requests in here!

Reply
 
LinkBack (1) Thread Tools Search this Thread Rate Thread Display Modes
  (#31) Old
reDDevil Offline
New Member
 
Posts: 27
Join Date: Jun 2006

SupportSuite
21-07-2006, 07:59 AM

I am really sorry, but does anyone have any ideas about my problem with autologin described in this post:
Create links in ticket emails that auto login and go to the ticket
   
Reply With Quote
  (#32) Old
MarcelC Offline
Member
 
Posts: 104
Join Date: Jul 2004
Location: Netherlands

01-08-2006, 07:32 PM

Quote:
Originally Posted by tm2000
I think your missing a tag or bracket.. This is our entire template.. Copy and Paste all of this and see what happens:

Code:
<p><{if $ishtml == true}><font face="Verdana, Arial, Helvetica" size="2">Hello,</font></p>
<p><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>
<a href="<{$swiftpath}>index.php?_m=tickets&_a=viewticket&ticketid=<{$ticket[ticketid]}>&u_email=<{ urlencode value=$ticket[email]}>&u_passwd=<{urlencode value=$user[userpasswordtxt] }>&u_login=1&group=<{$ticket[tgroup]}>"> <{$language[arsubfooter]}> </a>
<{if $settings[u_sendpw] == 1 && $user[userpasswordtxt] != "" && $user[loginapi_moduleid] == 1}>  <BR>
<BR><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}></p>
This is stupid, but I canīt figure out how to place an extra line (no text) between the link to the ticket and the news items. I thought an simple extra BR tag would help.

In the autoresponder email I get:
Quote:
You can click here to see the status of our reply to this Ticket online.
1. News item 1.
2. News item 2.
3. News item 3.
Need some help please.


Regards,

MarcelC
   
Reply With Quote
  (#33) Old
papillon Offline
New Member
 
Posts: 6
Join Date: May 2006

27-08-2006, 03:34 AM

Try 2 BRs ... a single break line won't give you an extra line, it'll just take you to the next line.
   
Reply With Quote
  (#34) Old
ppc Offline
Member
 
Posts: 51
Join Date: Jun 2006

27-08-2006, 06:20 PM

Quote:
Originally Posted by ericpj
I seem to be having trouble getting this to work with new random email addresses sending requests in.

Is there a way to get the system to generate a password for the new email address and send that in the reply?

I have the Settings -> User Registration -> Send Password in Auto Responder Message ... set to Yes

any ideas?

Thanks!
can somone explain what this post means, what do you mean by new random eamil addresses sending requssts in?
   
Reply With Quote
  (#35) Old
smh Offline
New Member
 
Posts: 4
Join Date: Aug 2006

30-08-2006, 09:28 AM

Insert this in modules/tickets/functions_ticketmain.php in line 1116:
$this->loadUserTemplateVariables();

Then autologin in replies will work as well.
   
Reply With Quote
  (#36) Old
Jemrada Offline
Member
 
Posts: 71
Join Date: Aug 2006
Location: Alabama

SupportSuite
Owned License
09-09-2006, 11:51 AM

I been having trouble with my modernbill intergration. So for a quick fix I would like to make it where it will pull the login info to a link inside modernbill and when they click the link in the menu of modernbill it will auto login to the support system.

Any ideas?
   
Reply With Quote
  (#37) Old
Adam12 Offline
Member
 
Posts: 92
Join Date: Sep 2005
Location: Los Angeles, CA, USA

eSupport
Owned License
24-11-2006, 06:11 AM

*bump*

Any ideas on getting this working with the new version of Kayako?

From,
Adam


===
www.eastsolid.com <-- The hosts host.
Shared Hosting, Reseller Hosting, Dedicated Server Hosting, Backup Services and Server Management.
Now with Enterprise Hosting (No more then 20 accounts per server!)
   
Reply With Quote
  (#38) Old
tm2000 Offline
New Member
 
Posts: 28
Join Date: Aug 2005

08-03-2007, 01:50 PM

Has anyone tried this with 3.10? We have it working with 3.00.90 and haven't had a chance to play with it..
   
Reply With Quote
  (#39) Old
hbouma Offline
New Member
 
Posts: 9
Join Date: Feb 2004

How about 3.11.01? - 12-09-2007, 08:57 AM

Before I go and try to apply this patch, anyone try it yet on the latest stable release?

Hal
   
Reply With Quote
  (#40) Old
Matthew Offline
Member
 
Matthew's Avatar
 
Posts: 137
Join Date: Oct 2007
Location: Jakarta, Indonesia

SupportSuite
Owned License

28-10-2007, 10:22 AM

I'm sure somebody has got this to work with v3.11.01. Please share!


Matthew Arciniega
The Precision Group

+ Holiday schedules, attachable to work and staff schedules
+ No more HTML parsing bugs
   
Reply With Quote
  (#41) Old
nicmar Offline
New Member
 
Posts: 9
Join Date: Apr 2008

SupportSuite
Owned License
11-04-2008, 01:49 AM

Hello, I'm trying out the trial (3.20.02) and this was a feature i was really missing. Other support systems seem to have this.

I couldn't really find the exact line the original poster referred to, but the line shall look like this:

<{$language[arsubfooter]}><{if $iswhmcs == false}><{$swiftpath}>index.php<{else}><{$_swiftpat h}>viewticket.php<{/if}>?_m=tickets&_a=viewticket&ticketid=<{$ticket[ticketid]}>&u_email=<{ urlencode value=$ticket[email]}>&u_passwd=<{urlencode value=$user[userpasswordtxt] }>&u_login=1<{if $settings[u_sendpw] == 1 && $user[userpasswordtxt] != "" && $user[loginapi_moduleid] == 1}>

Note that it's not the first time "arsubfooter" appears, but the second.

It works, but when the user clicks the link he gets an error (for a very short period) saying that "Access denied to this page" or similar. I have it in swedish, so i'm not sure what the original text is.

Very nice customization features.
I think we will probably buy this program, just have to test it a little more.

To the programmers, it would be much better if this was a setting somewhere, but I guess you heard this since 2006 if I look at the forums

Good night, hope someone could use this!
   
Reply With Quote
  (#42) Old
Matthew Offline
Member
 
Matthew's Avatar
 
Posts: 137
Join Date: Oct 2007
Location: Jakarta, Indonesia

SupportSuite
Owned License

11-04-2008, 03:04 AM

I just use the SoftAir mod now. But unfortunately the user password is sent in cleartext. This is a problem when the ticket includes CCs to others, as the password is discernible.


Matthew Arciniega
The Precision Group

+ Holiday schedules, attachable to work and staff schedules
+ No more HTML parsing bugs
   
Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:

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

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

LinkBacks (?)
LinkBack to this Thread: http://forums.kayako.com/f52/create-links-ticket-emails-auto-login-go-ticket-7615/
Posted By For Type Date
Kayako v3 login share - Ubersmith Forums This thread Refback 22-12-2007 06:33 AM



Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO 3.1.0

Kayako provides online help desk software and support solutions; enabling companies to improve their support and reduce costs.

Our three main products include: SupportSuite, eSupport and LiveResponse



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