Hi! Andrew Plank wrote: > I have a TV mapped image field, and a site that has a whole BUNCH of > pages. Instead of having to select an image for each page individually, > I thought setting the following in the TV DS would set the default > image, but it doesn't work. Any ideas how to set a default image? > > > <config type="array"> > <type>group</type> > <internal_type>file</internal_type> > <allowed>gif,png,jpg,jpeg</allowed> > <max_size>1000</max_size> > <uploadfolder>uploads/tx_templavoila</uploadfolder> > <show_thumbs>1</show_thumbs> > <size>1</size> > <maxitems>1</maxitems> > <minitems>0</minitems> > > <default>uploads/tx_templavoila/banner.JPG</default> > > </config> > > (I've also tried the filename only, without the path, and yes, the > actual file does have an uppercase extension.)
http://typo3.org/documentation/document-library/core-documentation/doc_core_api/4.2.0/view/4/2/#id4292329 Do you see 'default' in the list of configuration parameters? ;) -- Dmitry Dulepov In TYPO3 blog: http://dmitry-dulepov.com/article/have-fun-with-the-typoscript-error-hunt.html LinkedIn: http://www.linkedin.com/in/dmitrydulepov Twitter: http://twitter.com/dmitryd Skype: liels_bugs _______________________________________________ TYPO3-english mailing list [email protected] http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english
