1 (edited by several27 2012-01-28 16:25:46)

Topic: Calendar plugin

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.

My plugins: Calendar | Statistics

Re: Calendar plugin

Hi,

thank you for this little calendar, here is the French language file to use it.

Post's attachments

fr_FR.rar 697 b, 1 downloads since 2012-01-21 

You don't have the permssions to download the attachments of this post.

Re: Calendar plugin

Here is the german language file, thanks to mvlcek's translate-plugin it is done fast

Post's attachments

calendar_de_DE.zip 708 b, 1 downloads since 2012-01-22 

You don't have the permssions to download the attachments of this post.
|--
Die deutsche GetSimple-Webseite: http://www.Get-Simple.de = the german Get-Simple-Website!
Das deutschsprachige GetSimple-(Unter-)Forum:   http://get-simple.info/forum/forum/16/german-deutsch/

4 (edited by several27 2012-01-22 04:06:07)

Re: Calendar plugin

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

Re: Calendar plugin

several27 wrote:

now I have uploaded them!!!

I have added that to our  plugin-language-collection at http://www.get-simple.de/sprachdateien … -downloads/  as well ;=)

|--
Die deutsche GetSimple-Webseite: http://www.Get-Simple.de = the german Get-Simple-Website!
Das deutschsprachige GetSimple-(Unter-)Forum:   http://get-simple.info/forum/forum/16/german-deutsch/

6 (edited by Oleg06 2012-01-22 04:26:15)

Re: Calendar plugin

when you click on the link to the event
and the selection of the month
in admin everything works fine

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

Re: Calendar plugin

Oleg06 please download new version http://get-simple.info/extend/plugin/calendar/300/

My plugins: Calendar | Statistics

8 (edited by Rene 2012-01-25 08:51:38)

Re: Calendar plugin

Hi,

Thx for the calendar, here is the Dutch language file

Post's attachments

nl_NL.zip 678 b, 1 downloads since 2012-01-25 

You don't have the permssions to download the attachments of this post.
Regards,
René

Re: Calendar plugin

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?

10 (edited by mapache 2012-01-25 12:59:53)

Re: Calendar plugin

Hello.
Thank you for this calendar, here is the spanish language file.

Post's attachments

es_ES.zip 724 b, 1 downloads since 2012-01-25 

You don't have the permssions to download the attachments of this post.

Re: Calendar plugin

@paulmartin
I have checked this function on a new copy of getsimple and it works.
You should try that:

<?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

Re: Calendar plugin

Thanks for new release, it is just what I needed.

I download it and try now.

Ciao
Michele

Re: Calendar plugin

After a check with W3C Validator:

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

Re: Calendar plugin

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

15 (edited by several27 2012-01-26 06:28:47)

Re: Calendar plugin

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

16 (edited by mc_abt 2012-01-26 08:57:17)

Re: Calendar plugin

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)

<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

<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

17 (edited by several27 2012-01-26 17:15:17)

Re: Calendar plugin

I updated a 1.4 version of calendar and now classes works correctly.
Thanks mc_abt for good advice :)

My plugins: Calendar | Statistics

18 (edited by mc_abt 2012-01-27 05:41:36)

Re: Calendar plugin

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

..<td class="redDay eventIS"><a href="index.php?id=calendario-agenda" >15</a></td>..

but today event not...

..<td class="today" class="eventIS"><a href="index.php?id=calendario-agenda" >27</a></td>...


In Calendar:

<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

Post's attachments

2012-01-27_103727.png 183.31 kb, file has never been downloaded. 

You don't have the permssions to download the attachments of this post.

Re: Calendar plugin

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 :)

20 (edited by several27 2012-01-28 03:52:34)

Re: Calendar plugin

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 ?

My plugins: Calendar | Statistics

Re: Calendar plugin

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?

22 (edited by McNikodim 2012-01-30 04:09:36)

Re: Calendar plugin

Russian Lang

Post's attachments

ru_RU.zip 864 b, 2 downloads since 2012-01-30 

You don't have the permssions to download the attachments of this post.

Re: Calendar plugin

Thanks McNikodim for russian lang

My plugins: Calendar | Statistics

Re: Calendar plugin

Thanks for the calendar, very useful app when talking about birthdays :D !!!!

Re: Calendar plugin

Hello.

I've added <?php get_site_url(); ?> in client_calendar.php and clientcalendarMini.php, and now css is found everywhere. So,

<link type="text/css" href="/plugins/calendar/css/calendar.css" rel="stylesheet" />

becomes

<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