[TYPO3-calendar] ListView: How to show the location next to the title?

Kesandal virgil at arcor.de
Sat Sep 26 15:44:54 CEST 2015


Hello,

I've set up successfully cal 1.10.

Now I would like to modify the ListView.
Next to the event-title I would like to show the location (with the appropriate link).

What I found out so far is to show the caption "location:"

plugin.tx_cal_controller {
  view.list.event {
    title = TEXT
    title {
      field = title
      dataWrap = | - %%%LOCATION%%%
    }
   }
}

Can anyone tell me please how to show the corresponding location?

Thanks in advance


More information about the TYPO3-project-calendar mailing list