[TYPO3-calendar] nextMonthLink - condition

Yilmaz Backir it at bysystem.net
Tue Sep 27 19:16:12 CEST 2011


Sorry,

the condition should be otherwise:

If (count_of_the_events_from_the_next_month = 0) then
  show a_text_without_<a href> (e.g. noLink)
else
  show ###NEXT_MONTHLINK###
endif

Am 27.09.2011 18:54, schrieb Yilmaz Backir:
> Dear all,
>
> is it possible to make a condition for the marker ###NEXT_MONTHLINK###
> in month.tmpl in the following pseudo form:
>
> If (count_of_the_events_from_the_next_month = 0) then
> show ###NEXT_MONTHLINK###
> else
> show a_text_without_<a href> (e.g. noLink)
> endif
>
> Can anyone give me a hint for that?
>
> Kind regards,
> Yilmaz



More information about the TYPO3-project-calendar mailing list