[TYPO3] EXT:mbl_newsevent > TS not parsed

Daniel Ditgens daniel.ditgens at cpmo.de
Fri Oct 20 16:03:14 CEST 2006


Hi there,

I got a little problem with mbl_newsevent. The setup and constants of 
this ext. is probably overidden by tt_news.

---snip---
plugin.tt_news.mbl_newsevent {
	dateCorrect = 1
	templateFile = fileadmin/templates/ext/mbl_newsevent/tempEvent.html
	
	date_stdWrap.strftime = %A, %d.%m.%y
	time_stdWrap.strftime = %H:%M
	dateSelItem_stdWrap.strftime = %B - %Y
	
	time_stdWrap.wrap = ,  |  Uhr
	where_stdWrap.wrap = <li>|</li>
	organizer_stdWrap.wrap = <li>|</li>
	
	showOrganizerEmail = 1
	
	dateSelMode = MONTH
	dateSelOrder = ASC
	timeperiodSelMode = 0
	showEventPeriodCount = 1
	
	eventPeriodPID = 0
	eventPeriodTarget = _self
	eventSelector = MENU
	
	latestShowsNewEvents = 0
	limit = 0
	latestLimit = 0
	
	ics {
		templateFile = EXT:mbl_newsevent/res/ics_template.tmpl
		from = 1 year ago
		to = 1 year
		fileName = eventCalendar.ics
	}
}
---snip---

The wraps and the templatefile is not used. I've put this setup after 
the tt_news template.

What's wrong with it?

Thanks for answers,

Daniel



More information about the TYPO3-english mailing list