[TYPO3-calendar] Markers and additionalParams

Marc Scheib marc at mindbomb.de
Sat Apr 30 00:42:52 CEST 2011


Hey!

Of course one can set these parameters also from custom markers like:

plugin.tx_cal_controller.display.tt_news {
	yearparam = TEXT
	yearparam {
		field = crdate
		strftime = %y
		wrap = &tx_cal_controller[year]=|
	}

	monthparam = TEXT
	monthparam {
		field = crdate
		strftime = %m
		wrap = &tx_cal_controller[month]=|
	}

	dayparam = TEXT
	dayparam {
		field = crdate
		strftime = %d
		wrap = &tx_cal_controller[day]=|
	}

	externalPlugin = 1
	externalPlugin {
		singleViewPid = 2345
		additionalParams (
			tx_ttnews[tt_news]=123			
			tx_ttnews[backPid]=1234|
			###YEARPARAM###|
			###MONTHPARAM###|
			###DAYPARAM###
		)
	}
}

I just thought there might might be some static data defined somewhere?

Best Regards!
Marc


		

On 4/29/11 7:52 PM, Marc Scheib wrote:
> Please: Is it possible to attach additionalParams like
>
> tx_cal_controller[year]=2011&tx_cal_controller[month]=04&tx_cal_controller[day]=05
>
>
> to a typolink pointing towards a tt_news single view?
>
> Month view in cal posts these parameters so I guess there might be some
> markers already defined somewhere in cal?
>
> I use cal_ts_service and need to exchange references between tt_news and
> cal.
>
> Best Regards!
> Marc


More information about the TYPO3-project-calendar mailing list