- Adaptation of XOOPS Multilanguages to support XOOPS 2.0.7;
- class/template.php was modified to hold custom smarty variable that users can put in their theme
- If a user changed language 2 times and more in a row, the query string was always added to previous one, causing a really long url. This has been fixed (thanks to dAWiLbY);
- There was a problem with the slogan, It has been fixed;
- The site name is now multilingual;
- A constant is now available for representing the link to change language in a specific language. For example, the link to change to the French language is hold in _LANG_LINK_FRENCH;
- Correction made in class/xoopsform/form.php to support Multilingual;
- Corrections we made in MyDownload and MyLinks regarding the Popular and Top Rated page, for them to be multilingual;
- A new parameter has been added to the user profile, providing the Prefered Language of this user. When user is not logged in (Anonymous), the hack will use the selected language found in a cookie. If the user is logged in, the Prefered language of his profile will be used. Also, when the user is logged in and change the language, his profile is automatically upated to reflect this change.
- Adding the support for the module Liaise v1.21;
- Adding the support for the module iContent v4.5;
- Adding the support for the module xDirectory v1.5
|