[TYPO3-calendar] Display certain months on one page

Mario Matzulla mario at matzullas.de
Sun Apr 13 12:44:34 CEST 2014


Hi GELBGRUEN,

first: it would be kind to use real names!

Am 12.04.14 15:07, schrieb GELBGRUEN:
> Hello,
> 
> is it possible, to display the next 6 months in the Monthview on one Page?
> I'am thankful for every tip.
Have a look at the year.tmpl, there you will find the markers:
###MONTH|+1###
...
###MONTH|+6###

which you can use in any other view too ;)

But consider: is you want to have those month filled with events, you
have to change the typoscript view.month.endPointCorrection:

# @description	Corrects the starting point to search for events. If you
only have only one month in your view to display you can leave it to 0,
but if you have e.g. a small months also in your view, you should enter
a value in seconds, so the other months will be filled with events too
# 60*60*24*6
startPointCorrection = 518400

# @description	Same as startingPointCorrection but for the end point
endPointCorrection = 518400

Regards,
Mario

> 
> Thanks,
> GELBGRUEN



More information about the TYPO3-project-calendar mailing list