[TYPO3-UG Denmark] Re: Problemer med maxW på billeder

Søren Vedel sv at workhouse.dk
Fri Nov 24 13:57:01 CET 2006


Hej Camilla,

Prøv at sætte det her ind i stedet:


<field_topbillede type="array">
	<tx_templavoila type="array">
		<title>Topbillede</title>
		<sample_data type="array">
			<numIndex index="0"></numIndex>
		</sample_data>
		<eType>image</eType>
		<TypoScript>
10 = IMAGE
10.file.import = uploads/tx_templavoila/
10.file.import.current = 1
10.file.import.listNum = 0
10.file.maxW = 927
				</TypoScript>
	</tx_templavoila>
	<TCEforms type="array">
		<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>
		</config>
		<label>Topbillede</label>
	</TCEforms>
</field_topbillede>


Med venlig hilsen/Kind regards
Søren Vedel
Workhouse Media



Camilla wrote:
> Synes ikke jeg kan finde en maxW i DS?
> 
> <field_topbillede type="array">
>     <tx_templavoila type="array">
>      <title>topbillede</title>
>      <description>topbillede</description>
>      <sample_data type="array">
>       <numIndex index="0">topbillede</numIndex>
>      </sample_data>
>      <eType>ce</eType>
>      <TypoScript>
>  10= RECORDS
>  10.source.current=1
>  10.tables = tt_content
>  10.wrap = &lt;!--TYPO3SEARCH_begin--&gt; | &lt;!--TYPO3SEARCH_end--&gt;
>                     </TypoScript>
>      <oldStyleColumnNumber type="integer">1</oldStyleColumnNumber>
>     </tx_templavoila>
>     <TCEforms type="array">
>      <config type="array">
>       <type>group</type>
>       <internal_type>db</internal_type>
>       <allowed>tt_content</allowed>
>       <size>5</size>
>       <maxitems>200</maxitems>
>       <minitems>0</minitems>
>       <multiple>1</multiple>
>       <show_thumbs>1</show_thumbs>
>      </config>
>      <label>topbillede</label>
>     </TCEforms>
>    </field_topbillede>
> 



More information about the TYPO3-UG-denmark mailing list