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

Mario Matzulla mario at matzullas.de
Sun Sep 27 14:54:46 CEST 2015


Hi Kesandal,

Am 26.09.15 um 15:44 schrieb Kesandal:
> 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?

A link to the location will be shown by the ###LOCATION### marker inside the template. Have a look at the event_model.tmpl
###TEMPLATE_PHPICALENDAR_EVENT### subpart. All those markers can be used in other views as well.

Regards,
Mario
> 
> Thanks in advance



More information about the TYPO3-project-calendar mailing list