What's new in Calendar 2.0.7
Now everything is translated by the languages files.
The Calendar settings now include the option: Show listbox Topics/Events.
If set to yes this option will alow everyone to switch between Topics & Events.
Events make now use of BBcodes.
Changed navigation menu's to include week
Made some improvements to weekview and mini-calendars.
Fixed a number of small bugs
- When the week start with Monday
- When changing year
- Events display in weekview when the week is displayed over two months
Style
Added a css items for event and birthday.
When used both will be displayed in the main calender.
The mini calendars will only display current day and the events.
language files
// US = (month dayfull year) else (day month year)
'Date_format' => 'US',
// Days of week name for week mini calendar
// Now you can give every single day the character you want.
// Moved the hard coded 's to the language file, because not all languages
// use the format name's
'Birthday' => '\'s Bday',
'go' => ' Go ', // Submit button
'current_week' => 'Current Week',
// Nav links for navagation
'Last Week' => 'Last week',
'Next Week' => 'Next week',
Tips
In the directory "Calendar-2.0.7\doc\" is the file profile.php present. This is a PunBB version 1.2.10 file with only the calendar mod as changes. If you use PunBB version 1.2.10 you can use it, and skip the profile mods in the readme or upgrade_readme textfile.
Add new events:
When you don't enter a year value the event will be added to the current year.
Known problems:
- There a nummer of new words in the language file.
While i did update the known language files, I did not take the time to look for the correct translation.
So if someone could fix this and post or email me the correct language file i will make sure they are put in the next version.
- For the people that upgrade from an older calendar mod. The Events are now displayed using BBcodes. Because of this you don't get newlines untill you resaved the old event.
Old bugs, not fixed in this release:
- the calendar use only the server time and does not use the profile timezone from the user.
Wishes
I got one request to add a duration field for events.
Are there more people that would like to have this functionality?