[TYPO3-calendar] Need eventLink as eventUrl in list view

Stig Nørgaard Færch snf at dkm.dk
Thu Feb 2 15:29:29 CET 2012


Den 30-01-2012 16:31, Mario Matzulla skrev:
> Hi Stig,
>
> alright, I tested it in my local install and in the event view the
> marker isn't filled right away, so I added this little TS:
>
> plugin.tx_cal_controller.view.event.event {
> eventUrl < plugin.tx_cal_controller.view.event.event.eventLink
> eventUrl.typolink.returnLast = url
> }
>
> And now it works :)

Tested - and works.
Though I had to use it in list view - so:
 > plugin.tx_cal_controller.view.list.event {
 > eventUrl < plugin.tx_cal_controller.view.list.event.eventLink
 > eventUrl.typolink.returnLast = url
 > }

Thanks :-)

/Stig


More information about the TYPO3-project-calendar mailing list