EventCalendar 1.2

Erweiterungen
Post Reply
Gert
Posts: 2075
Joined: Sun 18. Nov 2012, 14:18

EventCalendar 1.2

Post by Gert »

Image 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

========================================================================

Image 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
Last edited by Gert on Sat 14. Jan 2023, 11:24, edited 1 time in total.
Gert Ebersbach | CMSimple | Templates - Plugins - Services
Theo
Posts: 5
Joined: Mon 29. Aug 2016, 16:20
Contact:

Re: EventCalendar 1.2

Post 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 :D ) 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
Gert
Posts: 2075
Joined: Sun 18. Nov 2012, 14:18

Re: EventCalendar 1.2

Post 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
Gert Ebersbach | CMSimple | Templates - Plugins - Services
Gert
Posts: 2075
Joined: Sun 18. Nov 2012, 14:18

Re: EventCalendar 1.2

Post 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
Last edited by Gert on Tue 30. Aug 2016, 18:04, edited 2 times in total.
Gert Ebersbach | CMSimple | Templates - Plugins - Services
Theo
Posts: 5
Joined: Mon 29. Aug 2016, 16:20
Contact:

Re: EventCalendar 1.2

Post by Theo »

Ah! So I made it myself much more difficult then necessary! :mrgreen:
I removed the lines just leaving the top one, and now it's just like it should be!

Thanks Gert!

Theo ;)
Post Reply