[TYPO3-calendar] location image in day view?

Sebastian Reinhardt s.reinhardt at sevensix.eu
Fri Mar 22 15:55:30 CET 2013


OK, hier hab ich selber mit Records gemacht und obendrein mit CASE das 
layout bestimmter Locations individualisiert:
(Auszug:)
event.locationimage = COA
event.locationimage {
		20 = CASE
		20.key.field =  location_id
		20.0 = TEXT
		20.0.field = location
		20.1= RECORDS
		20.1 {
			source.field = location_id
			tables = tx_cal_location
			conf.tx_cal_location = TEXT
			conf.tx_cal_location.field = name
			conf.tx_cal_location {
				stdWrap {
					split{
						token.char = 32
						cObjNum = 1 || 2
						1.current = 1
						1.wrap = |
						2.current = 1
						2.wrap = <div class="KursLocationID">|</div>
					}
				}
			}
		}
...



More information about the TYPO3-project-calendar mailing list