Wrong next month on start event kalender
Hoi,
Op deze site met LowEvents gebeurt iets gek:
http://www.passendonderwijs-almere.nl...
Je ziet dat de huidige maand is direct zichtbaar, maar rechts boven zie je MAART 2014 i.p.v FEBRUARI 2014 maar de link is wel /2014-02 en toon de events van februari.
Als je verder klikt op de volgende maand gaat alles goed en als je terug komt via de vorige maanden dan gaat ook alles goed. Alleen bij de start pagina doet het gek.
Francois
Replies
Low 29 Jan 2014 16:06
Hoi Francois. Ik antwoord in het Engels, zodat anderen het ook kunnen lezen, later.
What are your EE, Low Events and PHP versions? Also, what's the template code you're using? You can use http://pastie.org/ or http://pastebin.com/ for large chunks of code.
worfoual 29 Jan 2014 16:16
PHP 5.3 - LowEvents 1.2 - EE 2.7.3
http://pastie.org/8679056.
Low 29 Jan 2014 16:31
Looks like an issue with the next_date tag. Try this instead, since you're already using the Calendar tag... Replace this:
with
and the same for the next_date tag (replace with {next_month} var).
worfoual 29 Jan 2014 16:38
You mean replace:
{exp:low_events:next_date date="{freebie_3}" unit="month" format="%F %Y"}
with
{next_month format="%F %Y"}
Low 29 Jan 2014 16:40
Yes. Replace both the {exp:low_events:prev} and {exp:low_events:next} tags with their Calendar variable equivalents.
worfoual 29 Jan 2014 16:46
Low,
Thanks it's working now just perfect.
Francois