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
lgisl Offline
New Member
 
Posts: 3
Join Date: Jun 2006
Red face Template & Languages Problems to show the FrontEnd - 13-08-2006, 11:28 AM

Hi,

I have 2 templates groups and 2 languages.

The languages : Spanish & English.

The Templates : Spanish & English

In the Spanish template the default language is Spanish.
In the English template the default language is Spanish.

In the 2 templates the Restrict User Groups is set to NO.

When I put articles in the Knolewdbase or News I select the
correct template to show the category only for the correct
language but don't work.

I want to have 2 differents frontends, one for the Spanish
people and another to the English People.

When you select the English language in kayako you can view
all the interface in English but the articles in Spanish.

You can view that in http://soporte.winfotinto.com

Any suggestions?

Regards
Lucas
   
Reply With Quote
  (#2) Old
lgisl Offline
New Member
 
Posts: 3
Join Date: Jun 2006
Thumbs up Solution of the first problem. - 13-08-2006, 04:38 PM

Hi,

I advanced in this question.

I modified the javascript function to change languages to add this group parameter to change the GroupId.

http://......yourkayakourl.............ault/basejs.js

function jumpLanguage(selObj)
{
languageid = selObj.options[[selObj.selectedIndex]].value;

if (languageid == 1 ) {
window.location.href = 'index.php?languageid='+languageid+'&group=english '; // english template
} else {
window.location.href = 'index.php?languageid='+languageid+'&group=castell ano'; // spanish template
}
}

Now I need to try in the user registration and the sending tickets
options........to be continue.

Regards
Lucas
   
Reply With Quote
Reply

Tags
frontend, languages, template

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
Problems with languages jeroeninspain SupportSuite, eSupport and LiveResponse 10 02-02-2007 04:16 PM



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