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

Laurie sima at c-sira.de
Wed Apr 1 13:41:26 CEST 2015


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