[Typo3-dev] Typoscript problem...

Wengrzik, Andreas Wengrzik at ewr.de
Tue Dec 7 12:48:41 CET 2004


Hi!

Can anyone please tell me whats wrong here?


	marks.caticon = RECORDS
                  marks.caticon {
			source.field =  caticon
			tables = tx_desimplecalendar_category
			conf.tx_desimplecalendar_category = IMAGE
                                	conf.tx_desimplecalendar_category{
                                           field = caticon
				file.import = uploads/tx_desimplecalendar/
				file.import.field = caticon
				file.maxW = {$plugin.tx_desimplecalendar_pi1.listView.image.maxW}
				file.maxH = {$plugin.tx_desimplecalendar_pi1.listView.image.maxH}
				wrap = <table class="list_item_imagetable"><tr><td>|</td></table>
                                            }

As an example i used this one which is okay:

	      marks.category = RECORDS
                  marks.category {
				source.field = category
				tables = tx_desimplecalendar_category
				conf.tx_desimplecalendar_category = TEXT
				conf.tx_desimplecalendar_category.field = category
				}

I tried many things and also read a lot of tsbyref but i dont know how to get it work :(

Thanks for help

bye




More information about the TYPO3-dev mailing list