31
biomech
Re: extCal 2.37 Final is released
  • 2013/8/21 11:15

  • biomech

  • Not too shy to talk

  • Posts: 161

  • Since: 2002/2/25


Only English. (The language/english/ folder is the only one I have.)

32
biomech
Re: extCal 2.37 Final is released
  • 2013/8/25 3:01

  • biomech

  • Not too shy to talk

  • Posts: 161

  • Since: 2002/2/25




Still trying to get the Date fields in the add/edit event to display properly. I also noticed that in the Minical Block, the Submit Event link goes tohttp://www.kutaki.org/modules/extcal/view_new-event.php instead of new_event.php.

2.37_FINAL



- b -

33
biomech
Re: extCal 2.37 Final is released
  • 2013/8/25 3:49

  • biomech

  • Not too shy to talk

  • Posts: 161

  • Since: 2002/2/25


This solved the biggest part of my problem:



# commenting out Line 40 of /class/xoopsform/formtextdateselect.php :
#include_once XOOPS_ROOT_PATH . '/language/' . $GLOBALS['xoopsConfig']['language'] . '/calendar.php';

# and hardcoding the /language/english directory
include_once XOOPS_ROOT_PATH '/language/english/calendar.php';


The MiniCal "Submit event" link is now working as well, mysteriously.

I do still have a problem where, when entering the Start and End date for new events, when I click on the button "..." to bring up the Mini Calendar, the month number entered gets convoluted. For example, when I mouse-over the day "21" in the month of August, the date that appears at the bottom of the MiniCal is "2013/0108/21. Then, when I click on it, the date that gets put into the input box is "2013/0108/21".

Any idea the reason for the weird behavior?

- b -

34
biomech
Re: extCal 2.37 Final is released
  • 2013/8/27 6:58

  • biomech

  • Not too shy to talk

  • Posts: 161

  • Since: 2002/2/25


Still trying to get to the bottom of this.
I'm wondering if the source of the problem is in /include/calendar.js, or ... ?

Resized Image

35
Mamba
Re: extCal 2.37 Final is released
  • 2013/8/27 9:11

  • Mamba

  • Moderator

  • Posts: 11366

  • Since: 2004/4/23


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.
Support XOOPS => DONATE
Use 2.5.10 | Docs | Modules | Bugs

36
biomech
Re: extCal 2.37 Final is released
  • 2013/8/29 9:49

  • biomech

  • Not too shy to talk

  • Posts: 161

  • Since: 2002/2/25


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:

Resized Image


Kinda crazy. Is it possible to change a setting or hack the code somewhere?

- b -

37
SMEDrieben
Re: extCal 2.37 Final is released: day names: solved
  • 2013/11/11 21:10

  • SMEDrieben

  • Not too shy to talk

  • Posts: 173

  • Since: 2009/6/17


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:

/* Set locale to Dutch */ 
setlocale(LC_ALL'nl_NL');


In modules/extcal/xoops_version.php the line:

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

38
Mamba
Re: extCal 2.37 Final is released: day names: solved
  • 2013/11/11 22:59

  • Mamba

  • Moderator

  • Posts: 11366

  • Since: 2004/4/23


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.
Support XOOPS => DONATE
Use 2.5.10 | Docs | Modules | Bugs

Login

Who's Online

118 user(s) are online (81 user(s) are browsing Support Forums)


Members: 0


Guests: 118


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Apr 30
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits