| ||||||||||||
![]() |
![]() |
| | LinkBack | Thread Tools | Search this Thread | Display Modes |
(#1)
|
| New Member Posts: 3 Join Date: Jun 2006 | 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 |
| | |
(#2)
|
| New Member Posts: 3 Join Date: Jun 2006 | 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 |
| | |
![]() |
| Tags |
| frontend, languages, template |
| Thread Tools | Search this Thread |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Problems with languages | jeroeninspain | SupportSuite, eSupport and LiveResponse | 10 | 02-02-2007 04:16 PM |