Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Calendar plugin
#1
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)
  • 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

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
My plugins: Calendar | Statistics
Reply
#2
Hi,

thank you for this little calendar, here is the French language file to use it.
Reply
#3
Here is the german language file, thanks to mvlcek's translate-plugin it is done fast
|--

Das deutschsprachige GetSimple-(Unter-)Forum:   http://get-simple.info/forums/forumdisplay.php?fid=18
Reply
#4
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/ !!!
My plugins: Calendar | Statistics
Reply
#5
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 ;=)
|--

Das deutschsprachige GetSimple-(Unter-)Forum:   http://get-simple.info/forums/forumdisplay.php?fid=18
Reply
#6
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
Reply
#7
Oleg06 please download new version http://get-simple.info/extend/plugin/calendar/300/
My plugins: Calendar | Statistics
Reply
#8
Hi,

Thx for the calendar, here is the Dutch language file
Reply
#9
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?
Reply
#10
Hello.
Thank you for this calendar, here is the spanish language file.
Reply
#11
@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/
My plugins: Calendar | Statistics
Reply
#12
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.
------
Reply
#13
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.
------
Reply
#14
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.
------
Reply
#15
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.
My plugins: Calendar | Statistics
Reply
#16
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.
------
Reply
#17
I updated a 1.4 version of calendar and now classes works correctly.
Thanks mc_abt for good advice Smile
My plugins: Calendar | Statistics
Reply
#18
several27 Wrote:I updated a 1.4 version of calendar and now classes works correctly.
Thanks mc_abt for good advice Smile

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.
------
Reply
#19
are you working on a list output?
I really need this one for the box Smile

And the time is also important.

But I really like it Smile
Reply
#20
SlazZe Wrote:are you working on a list output?
I really need this one for the box Smile

And the time is also important.

But I really like it Smile

What do you mean by list output ?
My plugins: Calendar | Statistics
Reply
#21
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?
Reply
#22
Russian Lang
Reply
#23
Thanks McNikodim for russian lang
My plugins: Calendar | Statistics
Reply
#24
Thanks for the calendar, very useful app when talking about birthdays Big Grin !!!!
Reply
#25
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
Reply




Users browsing this thread: 1 Guest(s)