Posts: 24
Threads: 2
Joined: Jan 2012
2012-01-22, 05:00:31
(This post was last modified: 2013-07-23, 17:01:41 by several27.)
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:
- default: en_US (American English)
- 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
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
Posts: 83
Threads: 19
Joined: Mar 2011
Hi,
thank you for this little calendar, here is the French language file to use it.
Posts: 2,928
Threads: 195
Joined: Feb 2011
Here is the german language file, thanks to mvlcek's translate-plugin it is done fast
Posts: 24
Threads: 2
Joined: Jan 2012
2012-01-22, 17:56:32
(This post was last modified: 2012-01-22, 18:06:07 by EarnestGed.)
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/ !!!
Posts: 2,928
Threads: 195
Joined: Feb 2011
several27 Wrote:now I have uploaded them!!!
I have added that to our plugin-language-collection at http:// http://www.get-simple.de/sprachd...-downloads/ as well ;=)
Posts: 1,928
Threads: 88
Joined: Apr 2010
2012-01-22, 18:20:42
(This post was last modified: 2012-01-22, 18:26:15 by jhondavis.)
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!
We are sorry, but the page you are looking for does not exist.
can anything be done to add the calendar in the sidebar
Posts: 24
Threads: 2
Joined: Jan 2012
Posts: 135
Threads: 10
Joined: Aug 2010
2012-01-25, 22:51:05
(This post was last modified: 2012-01-25, 22:51:38 by spiderz.)
Hi,
Thx for the calendar, here is the Dutch language file
Posts: 1
Threads: 0
Joined: Jan 2012
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?
Posts: 5
Threads: 0
Joined: Jan 2012
2012-01-26, 02:58:22
(This post was last modified: 2012-01-26, 02:59:53 by RochellKd.)
Hello.
Thank you for this calendar, here is the spanish language file.
Posts: 24
Threads: 2
Joined: Jan 2012
@paulmartin
I have checked this function on a new copy of getsimple and it works.
You should try that: Code: <?php c_calendarMini(); ?>
or you can download and install the plugin again from http://get-simple.info/extend/plugin/calendar/300/
Posts: 7
Threads: 1
Joined: Jan 2012
Thanks for new release, it is just what I needed.
I download it and try now.
Ciao
Michele
------
Sorry for my English but when I was young
instead of studying I preferred to train in judo.
------
Posts: 7
Threads: 1
Joined: Jan 2012
After a check with W3C Validator:
Quote:none"></td><td id="none"></td><td id="none"></td><td id="none"></td><td id="re…
…none"></td><td id="none"></td><td id="redDay" >1</td></tr><tr><td >2</td><td >…
…2</td><td >13</td><td >14</td><td id="redDay" >15<br /><a href="index.php?id=c…
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
------
Sorry for my English but when I was young
instead of studying I preferred to train in judo.
------
Posts: 7
Threads: 1
Joined: Jan 2012
After a human test:
- I access my calendar page - table show Jan (correct)
- I skip next mounth - table show Feb (correct)
- I click on an Feb's event
new page contain: on top Feb's event but table show Jan
I don't know if it's a bug but I think is proper to remain on the month of the event.
Ciao
Michele
------
Sorry for my English but when I was young
instead of studying I preferred to train in judo.
------
Posts: 24
Threads: 2
Joined: Jan 2012
2012-01-26, 20:24:16
(This post was last modified: 2012-01-26, 20:28:47 by EarnestGed.)
Quote:After a human test:
I access my calendar page - table show Jan (correct)
I skip next mounth - table show Feb (correct)
I click on an Feb's event
new page contain: on top Feb's event but table show Jan
I don't know if it's a bug but I think is proper to remain on the month of the event.
Ciao
Michele
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.
Posts: 7
Threads: 1
Joined: Jan 2012
several27 Wrote: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.
Good work! I'm becoming your personal tester :-)
- calendar.php line 15 - update version from 1.1 to correct version number
- in calendarMini - double class don't work properly (I use FF) only first class (RedDay or today)
Quote:<table id="calendarMini">
...<td class="redDay" class="eventIS"><a href="index.php?id=calendario-agenda" >15</a></td>...
...<td class="today" class="eventIS"><a href="index.php?id=calendario-agenda" >26</a></td>...
</table>
I think this is correct code
Quote:<table id="calendarMini">
...<td class="redDay eventIS"><a href="index.php?id=calendario-agenda" >15</a></td>...
...<td class="today eventIS"><a href="index.php?id=calendario-agenda" >26</a></td>...
</table>
Ciao
Michele
------
Sorry for my English but when I was young
instead of studying I preferred to train in judo.
------
Posts: 24
Threads: 2
Joined: Jan 2012
2012-01-27, 02:44:46
(This post was last modified: 2012-01-27, 07:15:17 by EarnestGed.)
I updated a 1.4 version of calendar and now classes works correctly.
Thanks mc_abt for good advice
Posts: 7
Threads: 1
Joined: Jan 2012
several27 Wrote:I updated a 1.4 version of calendar and now classes works correctly.
Thanks mc_abt for good advice
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">
<tr>
<th>Day1</th>
<th>Day2</th>
<th>Day3</th>
<th>Day4</th>
<th>Day5</th>
<th>Day6</th>
<th class="sunday">Day7</th>
</tr>
<center><a href="index.php?id=calendario-agenda&month=12&year=2011">Dicembre 2011</a> << Gennaio 2012 >> <a href="index.php?id=calendario-agenda&month=2&year=2012">Febbraio 2012</a></center>
<tr>...</tr>
<tr>...</tr>
<tr>...</tr>
<tr>...</tr>
</table>
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
------
Sorry for my English but when I was young
instead of studying I preferred to train in judo.
------
Posts: 35
Threads: 2
Joined: Dec 2011
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
Posts: 24
Threads: 2
Joined: Jan 2012
2012-01-28, 17:52:17
(This post was last modified: 2012-01-28, 17:52:34 by EarnestGed.)
SlazZe Wrote: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
What do you mean by list output ?
Posts: 35
Threads: 2
Joined: Dec 2011
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?
Posts: 1
Threads: 0
Joined: Dec 2011
2012-01-30, 18:08:38
(This post was last modified: 2012-01-30, 18:09:36 by Arbigi.)
Posts: 24
Threads: 2
Joined: Jan 2012
Thanks McNikodim for russian lang
Posts: 1
Threads: 0
Joined: Jan 2012
Thanks for the calendar, very useful app when talking about birthdays !!!!
Posts: 5
Threads: 0
Joined: Jan 2012
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" />
becomes
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
|