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
gregmills Offline
New Member
 
Posts: 3
Join Date: Aug 2006
Assigning templates to Live Chat? - 16-08-2006, 06:37 PM

I have one installation of SupportSuite and I need to run the Live Chat window from two sites with different branding for each.

I've tried every configuration of groups and departments that I could think of and both sites will always display the "default" template (even when some other template is set to default). If someone could point me to some clear directions on how to accomplish this, I would greatly appreciate it. I couldn't find it in the forums, the support center, or the manual.

Thanks,
Greg
   
Reply With Quote
  (#2) Old
Varun Shoor Offline
Chief Executive Officer
 
Varun Shoor's Avatar
 
Posts: 2,829
Join Date: May 2003
17-08-2006, 12:24 PM

Hi Greg,
I think you will need to put in the &group= variable in the image code itself. Try this example:

<!-- Begin SupportSuite Javascript Code -->
<script language="javascript" src="http://dev1.kayako.local/visitor/index.php?_m=livesupport&_a=htmlcode&departmentid= 0&group=yourgroupname"></script>
<!-- End SupportSuite Javascript Code -->

Hope that helps.

Regards,

Varun Shoor


Varun Shoor (varun.shoor ]at[ kayako.com)
----------------------------------------------------------------
---
   
Reply With Quote
  (#3) Old
gregmills Offline
New Member
 
Posts: 3
Join Date: Aug 2006
17-08-2006, 01:16 PM

I actually tried that and every variation that I could think of. I had our programmer look at the source and he said it looks like the template information should be associated with the departmentID.

I don't know. I was hoping someone had instructions on how to do this from the Admin settings side and the web site code side. If what you posted is correct then I am halfway there.

Thanks
   
Reply With Quote
  (#4) Old
Varun Shoor Offline
Chief Executive Officer
 
Varun Shoor's Avatar
 
Posts: 2,829
Join Date: May 2003
18-08-2006, 08:42 PM

I will get Mahesh to reply to this thread with more information.

Regards,

Varun Shoor


Varun Shoor (varun.shoor ]at[ kayako.com)
----------------------------------------------------------------
---
   
Reply With Quote
  (#5) Old
gregmills Offline
New Member
 
Posts: 3
Join Date: Aug 2006
21-08-2006, 01:43 PM

Thanks.
   
Reply With Quote
  (#6) Old
nimitz1061 Offline
Member
 
Posts: 45
Join Date: Oct 2006
02-02-2007, 10:54 PM

Would be helpful if someone would reply to this..
   
Reply With Quote
  (#7) Old
vlad Offline
New Member
 
Posts: 2
Join Date: Dec 2006
Live Support - Multiple Template Groups - 25-04-2007, 02:36 PM

Hello people,

Here's what you need to do in order to have HTML buttons that open the support pop-up with a specific template:

1. Edit the URL of the HTML button code and add "&group=your-group-name" at the end.

2. Open the file "/modules/livesupport/visitor_htmlcode.php" in a text editor and add "&group=<?echo urlencode($_GET['group'])?>" at line 359, right after "&email=<?=urlencode($_GET["email"])?>"

This way you will not stick with the group set by the first button you have clicked.

This update works with this version of the file (and most probably with older version too):

// $Author: vshoor $ ($Date: 2006/04/05 19:58:31 $)
// $RCSfile: visitor_htmlcode.php,v $ : $Revision: 1.24 $

Best regards,

Vlad
   
Reply With Quote
Reply

Tags
assigning, chat, live, 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



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


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