[TYPO3-calendar] Address in event view?

Mario Matzulla mario at matzullas.de
Sat Apr 27 20:22:54 CEST 2013


Hi Christian,

Am 26.04.13 15:26, schrieb Christian Welzel:
> Am 26.04.13 15:09, schrieb Mario Matzulla:
>
>>> i want to show the address of the location of my event directly in the
>>> event view. Currently by adding ###LOCATION### i only get the title of
>>> the location record but not the whole address... Whats the trick?
>
>> ###MODULE__MODULENAME___MODULEMARKER###
>> => ###MODULE__LOCATIONLOADER___CITY###
>
> Thanks, this didn't work (no output) but including
> ###MODULE__LOCATIONLOADER### in the template and modifying the module
> template worked.

Mmmh, strange. But if this works for you, fine :)
>
>>> How can i add the city to location to the select list in create event
>>> view? I have several locations named "Rathaus", but no way to distingish
>>> them by city...
>
> Whats the trick here?
>

You can define what's being displayed by:

view.create_event {
locationDisplayField = TEXT
locationDisplayField {
	current = 1
}
}

Regards,
Mario


More information about the TYPO3-project-calendar mailing list