Page 1 of 1
EventCalendar 1.2
Posted: Fri 19. Feb 2016, 16:10
by Gert

Hallo,
EventCalendar 1.2 steht zum Download bereit:
- verbessertes Design (html Code)
- Letzte Tage des Vormonats und erste Tage des folgenden Monats werden angezeigt, wenn Platz ist.
Viel Spass - Gert
========================================================================

Hello,
EventCalendar 1.2 is ready for download:
- improved Design (html Code)
- The last days of the previous month and the first days of the next month are displayed.
Have fun - Gert
========================================================================
Demo Installation: https://www.ge-webdesign.de/eventcal/
Download: https://www.ge-webdesign.de/cmsimpleplu ... ntCalendar
Re: EventCalendar 1.2
Posted: Mon 29. Aug 2016, 20:00
by Theo
Good evening,
My first post and question here. As a fairly new (but enthousiast!) user of CMSimple I did install the EventCal plugin.
It works (of course

) but when I click a date, the system always tells me that there are 2 entries. One is the entry itself, the other is the agenda where I clicked the date.
Where did I go wrong?
http://www.houdgroningenovereind.nl
Regards,
Theo
Re: EventCalendar 1.2
Posted: Mon 29. Aug 2016, 20:40
by Gert
Theo wrote:Where did I go wrong?
The search seems to find the date code ":yyyymmdd" on the page "Agenda". Why? I don't know ...
You can send me the CMSimple password by PM, if you want, so I could have a look,
Gert
Re: EventCalendar 1.2
Posted: Mon 29. Aug 2016, 20:59
by Gert
Found this in the sourcecode-view of your page "Agenda":
Code: Select all
<div><div class="eventCalEventCode">Overheid:20160729</div><br><div class="eventCalEventCode">Akties,_evenementen:20160801</div></div>
<div>
<div><div class="eventCalEventCode">Akties,_evenementen:20160924</div></div>
<div><div class="eventCalEventCode">Wetenschap:20160608</div></div>
<div><div class="eventCalEventCode">Overheid:20160908</div></div>
<div><div class="eventCalEventCode">Overheid:20160811</div></div>
<div><div class="eventCalEventCode">Overheid:20160905</div></div>
<div><div class="eventCalEventCode">Akties,_evenementen:20160906</div></div>
<div><div class="eventCalEventCode">Akties,_evenementen:20160909</div></div>
<div><div class="eventCalEventCode">Overheid:20160907</div></div>
<div><div class="eventCalEventCode">Overheid:20160913</div></div>
<div><div class="eventCalEventCode">Akties,_evenementen:20160924</div></div>
</div>
Seems to be caused by wrong plugin calls. This plugin calls should only be on the event pages, not on the Calendar page:
Code: Select all
{{{plugin:eventCalDate('location:yyyymmdd');}}}
{{{plugin:eventCalDate('location:yyyymmdd');}}}
{{{plugin:eventCalDate('location:yyyymmdd');}}}
...
Just delete the wrong plugin calls,
Gert
Re: EventCalendar 1.2
Posted: Tue 30. Aug 2016, 17:54
by Theo
Ah! So I made it myself much more difficult then necessary!
I removed the lines just leaving the top one, and now it's just like it should be!
Thanks Gert!
Theo
