You need to be logged in to view a user's profile.
  1. clemens
  2. JEvents 1.5 (No longer actively supported)
  3. Monday, 13 April 2009
Hi,
I found another problem in the current 1.5 rc regarding to the "preceding" and "next" month names of the monthly calendar. In my german language system the month names contain wrong characters where there are german umlauts. I fixed this with the following change within "datamodel.php" under "libraries" in the com_jevents directory.

In "datamodel.php" within the function "getAdjacentMonth()" near line 1077

replace

$monthResult['name'] = strftime("%B",$d1);

by

$monthResult['name'] = JEVHelper::getMonthName($month);

so that the month names get really localized by transforming them through the language file.

Clemens


There are no replies made for this post yet.
Be one of the first to reply to this post!

Members Area

Show your support

Unlike many Joomla calendars we do not charge to download JEvents - please show your support for this project by becoming a member of the JEvents Club Club members get access to early releases, exclusive member support forums, and Silver and Gold members can use many exciting JEvents addons

Your membership will ensure that JEvents continues to be the best events calendar for Joomla.