| Re: extCal 2.37 Final is released: day names: solved |
| by Mamba on 2013/11/11 22:59:56 Quote: Recently, my ISP moved my site to another server (and server location). Now it works as expected: Dutch day names. Thank you so much for getting back to us and letting us know. We'll need to have a standard solutions for all XOOPS modules, so they work properly in all international environments. This will include the proper setup in the locale.php file that would need to be done by the translators. |
| Re: extCal 2.37 Final is released: day names: solved |
| by SMEDrieben on 2013/11/11 21:10:37 I still owe an answer to Mamba on the day names issues. In summary, day names in the calendar view were not in the desired language. The solution should be in language/nederlands/locale.php: le="color: #000000"><?php /* Set locale to Dutch */ setlocale(LC_ALL, 'nl_NL'); In modules/extcal/xoops_version.php the line: le="color: #000000"><?php setlocale(LC_TIME, $xoopsConfig['language']); must be commented out. Initially, it was terrible: the day names turned form english to danish and swedish ! Recently, my ISP moved my site to another server (and server location). Now it works as expected: Dutch day names. Thanks and kind regards, SMEDrieben |
| Re: extCal 2.37 Final is released |
| by biomech on 2013/8/29 9:49:57 Thanks Mamba, I took your advice and have come one step forward - the date now displays in correct format. One problem remains - the month shown when I hover over a date is one month later than the name of the month shown at the top of the calendar: ![]() Kinda crazy. Is it possible to change a setting or hack the code somewhere? - b - |
| Re: extCal 2.37 Final is released |
| by Mamba on 2013/8/27 9:11:01 I really don't know how to help you, if I cannot reproduce it. Try to download and copy over files from XOOPS 2.5.7 pre-Beta 1 from XOOPS SVN, and see if it does any difference. (Make sure you don't copy the mainfile.php file, and the /install directory). Run the System module update. If you didn't do it before, copy also the /upgrade folder and run it. |
| Re: extCal 2.37 Final is released |
| by biomech on 2013/8/27 6:58:26 Still trying to get to the bottom of this. I'm wondering if the source of the problem is in /include/calendar.js, or ... ? ![]() |