[TYPO3-calendar] how to show tt_address image in Cal event

Mario Matzulla mario at matzullas.de
Wed Apr 1 14:59:47 CEST 2015


Hi Laurie,

please try

image < plugin.tx_ttaddress_pi1.templates.default.image

Regards,
Mario

Am 01.04.15 um 13:41 schrieb Laurie:
> Hi,
> I already postet this question to the german group before I found out that this list exists.
> 
> Is it possible to show the image of tt_address record in Cal event?
> 
> I inserted ###MODULE__LOCATIONLOADER### marker in event-template.
> 
> All markers in module_locationloader.tmpl representing a field in tt_addresslist are shown in event view - exept IMAGE.
> 
> I even would like to show the address image when there is no cal event image otherwise the cal event image.
> 
> plugin.tx_cal_controller.view.event.location {
>     first_name = TEXT
>     first_name {
>     current = 1
>     required = 1
>     dataWrap = <div>First Name:|</div>
>     }
>     email = TEXT
>     email {
>     current = 1
>     typolink.parameter.current = 1
>     required = 1
>     dataWrap = <div>Email:|</div><br />
>     }
>     image = plugin.tx_ttaddress_pi1.templates.default.image
> 
>     ....
> }
> 
> typo3 6.2.5
> Calendar Base 1.7.0
> tt_address 2.3.5
> 
> Regards,
> 
> Laurie



More information about the TYPO3-project-calendar mailing list