Calendar plugin - Printable Version +- GetSimple Support Forum (http://get-simple.info/forums) +-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3) +--- Forum: Plugins (http://get-simple.info/forums/forumdisplay.php?fid=13) +--- Thread: Calendar plugin (/showthread.php?tid=2650) |
Calendar plugin - several27 - 2012-01-22 http://get-simple.info/extend/plugin/calendar/300/ With this plugin, you can create a simple calendar and add events to everyday calendar. This calendar uses multiplay language, i18n. Language files included:
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.8: Support for GetSimple 3.2.1 - thanks gregorba Calendar plugin - jlm - 2012-01-22 Hi, thank you for this little calendar, here is the French language file to use it. Calendar plugin - Connie - 2012-01-22 Here is the german language file, thanks to mvlcek's translate-plugin it is done fast Calendar plugin - several27 - 2012-01-22 Thank's a lot jlm for French and Connie for German language files, I have added that to our plugin-language-collection at http://get-simple.info/extend/plugin/calendar/300/ !!! Calendar plugin - Connie - 2012-01-22 several27 Wrote:now I have uploaded them!!! I have added that to our plugin-language-collection at http:// http://www.get-simple.de/sprachdateien-fuer-plugins/sprachdateien-fuer-plugins-downloads/ as well ;=) Calendar plugin - Oleg06 - 2012-01-22 when you click on the link to the event and the selection of the month in admin everything works fine Code: Oops! Page not found! can anything be done to add the calendar in the sidebar Calendar plugin - several27 - 2012-01-22 Oleg06 please download new version http://get-simple.info/extend/plugin/calendar/300/ Calendar plugin - Rene - 2012-01-25 Hi, Thx for the calendar, here is the Dutch language file Calendar plugin - paulmartin - 2012-01-26 The function 'c_calendarMini();' is not defined and thus does not work when trying to include a calendar into a template page. Is there any way to add the calendar functionality into a template? Calendar plugin - mapache - 2012-01-26 Hello. Thank you for this calendar, here is the spanish language file. Calendar plugin - several27 - 2012-01-26 @paulmartin I have checked this function on a new copy of getsimple and it works. You should try that: Code: <?php c_calendarMini(); ?> Calendar plugin - mc_abt - 2012-01-26 Thanks for new release, it is just what I needed. I download it and try now. Ciao Michele Calendar plugin - mc_abt - 2012-01-26 After a check with W3C Validator: Quote:none"></td><td id="none"></td><td id="none"></td><td id="none"></td><td id="re… But W3C states: An "id" is a unique identifier. Each time this attribute is used in a document it must have a different value. If you are using this attribute as a hook for style sheets it may be more appropriate to use classes (which group elements) than id (which are used to identify exactly one element). However, a good plugin: simple and useful (like GetSimple). Ciao Michele Calendar plugin - mc_abt - 2012-01-26 After a human test:
I don't know if it's a bug but I think is proper to remain on the month of the event. Ciao Michele Calendar plugin - several27 - 2012-01-26 Quote:After a human test:Hi sorry for many problems, but it's my first plugin. In new version and repair problems and change from id to class. ( calendar.css, calendarMini.css ) Please download http://get-simple.info/extend/plugin/calendar/300/ and thank's for help and test. Calendar plugin - mc_abt - 2012-01-26 several27 Wrote:Hi sorry for many problems, but it's my first plugin. Good work! I'm becoming your personal tester :-)
Quote:<table id="calendarMini"> I think this is correct code Quote:<table id="calendarMini"> Ciao Michele Calendar plugin - several27 - 2012-01-27 I updated a 1.4 version of calendar and now classes works correctly. Thanks mc_abt for good advice Calendar plugin - mc_abt - 2012-01-27 several27 Wrote:I updated a 1.4 version of calendar and now classes works correctly. GoodMorning... In CalendarMini event in RedDay works fine Quote:..<td class="redDay eventIS"><a href="index.php?id=calendario-agenda" >15</a></td>.. but today event not... Quote:..<td class="today" class="eventIS"><a href="index.php?id=calendario-agenda" >27</a></td>... In Calendar: Quote:<table id="calendar"> you put navigation "prev << Mounth >> next" inside table and inside tag <center> deprecated and not customizable. It seems to me that now Calendar v.1.4 is all css customizable except code inside tag <center></center>. In attachment my test calendar page I think the appearance is very nice!! Ciao Michele Calendar plugin - SlazZe - 2012-01-28 are you working on a list output? I really need this one for the box And the time is also important. But I really like it Calendar plugin - several27 - 2012-01-28 SlazZe Wrote:are you working on a list output? What do you mean by list output ? Calendar plugin - SlazZe - 2012-01-29 Now you have just the MiniCalendar. I mean a List with all entries. Exp: 29.08.12 'here goes the first headline of the event' 30.08.12 'here goes the second headline of the event' 01.09.12 'here goes the third headline of the event' ... You understand? Calendar plugin - McNikodim - 2012-01-30 Russian Lang Calendar plugin - several27 - 2012-01-30 Thanks McNikodim for russian lang Calendar plugin - misslovekaren_80 - 2012-01-31 Thanks for the calendar, very useful app when talking about birthdays !!!! Calendar plugin - mapache - 2012-01-31 Hello. I've added <?php get_site_url(); ?> in client_calendar.php and clientcalendarMini.php, and now css is found everywhere. So, Code: <link type="text/css" href="/plugins/calendar/css/calendar.css" rel="stylesheet" /> Code: <link type="text/css" href="<?php get_site_url(); ?>/plugins/calendar/css/calendar.css" rel="stylesheet" /> I'm working in xampp and have a minicalendar in sidebar, but css was only found in homepage and calendar page, but style dissapeared anywhere else. Now it works |