[TYPO3-templavoila] no content after update to 4.1.2

Philipp Holdener philipp at holdener.ch
Fri Aug 17 09:40:01 CEST 2007


> The RTE has nothing to do with this. If you see HTML-Code in the 
> Frontend, look into your DS if there is something like <HSC>1</HSC> at 
> the specific fieldset.
> 

Hey Sebastian

Thanks..

I put an "0" in the HSC-Tag! Now, &uuml; is displayed correctly in the FE.

But, that's asking to much from a normal editor.. isn't it?
I don't think that a editor can put in html-code vor ä,ö,ü and all the 
staff :-(

Is there no possibility to put in normal text (with ä,ö,ü) in a input or 
a RTE in a Flexible Content Element?



this is my ds...

<?xml version="1.0" encoding="iso-8859-1" standalone="yes" ?>
<T3DataStructure>
	<meta type="array">
		<langDisable>1</langDisable>
	</meta>
	<ROOT type="array">
		<tx_templavoila type="array">
			<title>ROOT</title>
			<description>Select the HTML element on the page which you want to be 
the overall container element for the template.</description>
		</tx_templavoila>
		<type>array</type>
		<el type="array">
			<field_image type="array">
				<tx_templavoila type="array">
					<title>Mitarbeiter-Bild</title>
					<sample_data type="array">
						<numIndex index="0"></numIndex>
					</sample_data>
					<eType>imagefixed</eType>
					<TypoScript>
	    10 = IMAGE
     10.file {
         XY = 150,150
         format = jpg
                                 quality = 75
         import = uploads/tx_templavoila/
         import.current = 1
         import.listNum = 0
         maxW = 150
         minW = 150
         maxH = 150
         minH = 150
     }
							</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>Mitarbeiter-Bild</label>
				</TCEforms>
			</field_image>
			<field_name type="array">
				<tx_templavoila type="array">
					<title>Mitarbeiter-Name</title>
					<sample_data type="array">
						<numIndex index="0"></numIndex>
					</sample_data>
					<eType>input</eType>
					<proc type="array">
						<HSC type="integer">0</HSC>
					</proc>
				</tx_templavoila>
				<TCEforms type="array">
					<config type="array">
						<type>input</type>
						<size>48</size>
						<eval>trim</eval>
					</config>
					<label>Mitarbeiter-Name</label>
				</TCEforms>
			</field_name>
			<field_details type="array">
				<tx_templavoila type="array">
					<title>Mitarbeiter-Details</title>
					<sample_data type="array">
						<numIndex index="0"></numIndex>
					</sample_data>
					<eType>rte</eType>
					<proc type="array">
						<HSC type="integer">0</HSC>
					</proc>
					<TypoScript><![CDATA[
	10 = TEXT
	10.current = 1
	10.parseFunc = < lib.parseFunc_RTE
							]]></TypoScript>
				</tx_templavoila>
				<TCEforms type="array">
					<config type="array">
						<type>text</type>
						<cols>48</cols>
						<rows>5</rows>
						<softref>typolink_tag,images,email[subst],url</softref>
					</config>
					<label>Mitarbeiter-Details</label>
				 
<defaultExtras>richtext:rte_transform[flag=rte_enabled|mode=ts_css]</defaultExtras>
				</TCEforms>
			</field_details>
			<field_job type="array">
				<tx_templavoila type="array">
					<title>Mitarbeiter-Job</title>
					<sample_data type="array">
						<numIndex index="0"></numIndex>
					</sample_data>
					<eType>text</eType>
					<proc type="array">
						<HSC type="integer">0</HSC>
					</proc>
				</tx_templavoila>
				<TCEforms type="array">
					<config type="array">
						<type>text</type>
						<cols>48</cols>
						<rows>5</rows>
					</config>
					<label>Mitarbeiter-Job</label>
				</TCEforms>
			</field_job>
		</el>
	</ROOT>
</T3DataStructure>


More information about the TYPO3-project-templavoila mailing list