Calendar
Plugin Description:
With this plugin, you can create a simple calendar and add events with descriptions to everyday calendar. You can add a three different appearance of calendar: calendar, calendar mini(for sidebar) and events list. You can simple edit a template, just edit css files.
This calendar uses multiplay language, i18n. Language files included:
default: en_US (American English)
pl_PL (Polish)
fr_FR (French) - thanks jlm
de_DE (German) - thanks Connie
it-IT (Italian) - thanks mc_abt
nl_NL (Dutch) - thanks Rene
es_ES (Spanish) - thanks mapache
ru_RU (Russian) - thanks McNikodim
If you use a calendar plugin, please write to me about this ! ( Private Messages or mail to maciek.szpak27@gmail.com )
Version 1.1: Events sort, and bugs are repaired.
Version 1.2: Add miniCalendar, and bugs(delated events) are repaired.
Version 1.3: More languages(itIT, nlNL), and bugs(two the same title events) are repaired.
Version 1.4: More language(es_ES), change form id to class ( in calendar.css, calendarMini.css) and repaired some bugs.
Version 1.5: More languages(ru_RU). Add calendarEvents (list of events).
Version 1.6: Repair bugs.
Version 1.7: Add repetition.
Version 1.8: Support for GetSimple 3.2.1 - thanks gregorba
Install Instructions:
Copy the contents of the zip to your plugin directory, and it's done :)
To edit a calendar style edit file: plugins/calendar/css/calendar.css
To add calendar just change Page calendar in admin->pages->calendar(in sidebar)->settings.
To add a mini calendar just write:
<?php c_calendarMini(); ?>
in your php template file.
To edit a mini calendar style edit file: plugins/calendar/css/calendarMini.css
To add a events list/table just write:
<?php c_calendarEvents(); ?>
in your php template file. If you can show only ( for example ) first 5 events, you just write:
c_calendarEvents(5);
To edit a events list/table style edit file: plugins/calendar/css/calendarEvents.css
Archived Versions:
These are old versions of this file. Please use with caution as they are probably out of date and no longer supported. ShowHide