<?xml version="1.0" encoding="ISO-8859-1"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">
	<channel>
		
		<title>ra.synapsick.net: Blognews</title>
		<link>http://synapsick.net/</link>
		<description>Blognews of ra.synapsicknet</description>
		<language>en</language>
		<image>
			<title>ra.synapsick.net: Blognews</title>
			<url>http://synapsick.net/fileadmin/tt_news_article.gif</url>
			<link>http://synapsick.net/</link>
			<width />
			<height />
			<description>Blognews of ra.synapsicknet</description>
		</image>
		<generator>TYPO3 - get.content.right</generator>
		<docs>http://blogs.law.harvard.edu/tech/rss</docs>
		
		
		
		<lastBuildDate>Mon, 05 Jan 2009 17:38:00 +0100</lastBuildDate>
		
		
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/synapsickBlognews" type="application/rss+xml" /><item>
			<title>sending TYPO3 mails by using a SMTP server</title>
			<link>http://feedproxy.google.com/~r/synapsickBlognews/~3/XM0D6DjpQjI/sending-typo3-mails-by-using-a-smtp-server.html</link>
			<description>some weeks ago i wrote a XCLASS extension for class.t3lib_htmlmail.php to enable sending of mails...</description>
			<content:encoded><![CDATA[<p class="bodytext">some weeks ago i wrote a XCLASS extension for class.t3lib_htmlmail.php to enable sending of mails by using an SMTP server.<br />I wanted to make it configurable but its not finished yet. So you have to edit  your SMTP account data in the&nbsp; typo3conf\ext\stoefln_pear_mail\class.ux_t3lib_htmlmail.php<br />The class uses PEARs Mail Library (has  to be installed on server or manually included) 
</p>
<p class="bodytext">To enable debugging just set&nbsp; $debug=true; in line 128.
</p>
<p class="bodytext">&nbsp;</p>]]></content:encoded>
			<category>TYPO3</category>
			
			
			<pubDate>Mon, 05 Jan 2009 17:38:00 +0100</pubDate>
			<enclosure url="http://synapsick.net/uploads/media/T3X_stoefln_pear_mail-0_0_0-z-200812310926.t3x" length="4287" type="text/plain" />
		<feedburner:origLink>http://synapsick.net/rackattack/articles/article/sending-typo3-mails-by-using-a-smtp-server.html</feedburner:origLink></item>
		
		<item>
			<title>Billboard substitution in soccer videos</title>
			<link>http://feedproxy.google.com/~r/synapsickBlognews/~3/Ff1fN5ipfQI/billboard-substitution-in-soccer-videos.html</link>
			<description>Last week i finished my work on the project i did for my bachelor degree at university. Its about...</description>
			<content:encoded><![CDATA[<p class="bodytext">Last week i finished my work on the project i did for my bachelor degree at university. Its about substituting billboards in soccer videos. I startet with C++ and the OpenCV framework, but switched to C# and the superb <a href="http://code.google.com/p/aforge/" target="_blank" class="external-link-new-window" >AForge </a>opensource image processing framework later. You can check out the doku, the sources and the binaries here. <br /><br /> </p>]]></content:encoded>
			
			
			<pubDate>Tue, 01 Jul 2008 11:00:00 +0200</pubDate>
			<enclosure url="http://synapsick.net/uploads/media/BoardDetection.zip" length="9354010" type="application/zip" />
			<enclosure url="http://synapsick.net/uploads/media/Billboard_subsitution_in_Soccer_Videos_english.pdf" length="692079" type="application/pdf" />
			<enclosure url="http://synapsick.net/uploads/media/BillboardDetection_OpenCV.zip" length="5268409" type="application/zip" />
		<feedburner:origLink>http://synapsick.net/rackattack/articles/article/billboard-substitution-in-soccer-videos.html</feedburner:origLink></item>
		
		<item>
			<title>Codecompletion for Typoscript (4)</title>
			<link>http://feedproxy.google.com/~r/synapsickBlognews/~3/PsvtL3emsnc/codecompletion-for-typoscript-4.html</link>
			<description>We moved! Our official project plattform is now forge.typo3.org.Here's the direct link...</description>
			<content:encoded><![CDATA[<p class="bodytext">We moved! Our official project plattform is now <a href="http://forge.typo3.org" target="_blank" >forge.typo3.org.</a><br />Here's the direct link <a href="http://forge.typo3.org/projects/show/extension-t3editor" target="_blank" class="external-link-new-window" >http://forge.typo3.org/projects/show/extension-t3editor</a>.<br />Tobias created a separate branch where we commited our project, but its planned to merge the projects as soon as possible.
</p>
<p class="bodytext">You can download our latest version at the SVN Repository: <br />https://svn.typo3.org/TYPO3v4/Extensions/t3editor/branches/t3editor_codecompletion<br /><br />Use your TYPO3-account to log in.</p>]]></content:encoded>
			<category>TYPO3</category>
			
			
			<pubDate>Wed, 25 Jun 2008 14:10:00 +0200</pubDate>
			
		<feedburner:origLink>http://synapsick.net/rackattack/articles/article/codecompletion-for-typoscript-4.html</feedburner:origLink></item>
		
		<item>
			<title>Codecompletion for Typoscript (3)</title>
			<link>http://feedproxy.google.com/~r/synapsickBlognews/~3/L-r0okw7c2g/codecompletion-for-typoscript-3.html</link>
			<description>Time for a update: the codecompletion is now integrated into the current version of t3editor which...</description>
			<content:encoded><![CDATA[<p class="bodytext">Time for a update: the codecompletion is now integrated into the current version of t3editor which is used in TYPO3 4.2. It was a lot of work to get it running in the new version, since there where many changes in the code of the editor.
</p>
<p class="bodytext">We refactured the code and made some performance-improvements too. Last but not least we integrated several important features which i would not like to miss.
</p>
<p class="bodytext">Check them out: (this is revision 63 of the codecompletion)
</p>
<p class="bodytext">


	<!--

		BEGIN: Content of extension "timtab_embeddedvideo", plugin "tx_timtab_embeddedvideo_fe"

	-->
	<div class="tx-timtab-embeddedvideo-fe">
		<object type="application/x-shockwave-flash" data="http://www.youtube.com/v/ETYYWAwTlPU" width="425" height="350"><param name="wmode" value="transparent" /><param name="movie" value="http://www.youtube.com/v/ETYYWAwTlPU" /></object><br /><a class="tx_timtab_embeddedvideo-link" title="YouTube" href="http://www.youtube.com/watch?v=ETYYWAwTlPU">YouTube DirektCodecompletion</a>
	</div>
	
	<!-- END: Content of extension "timtab_embeddedvideo", plugin "tx_timtab_embeddedvideo_fe" -->

	
<!-- generated by plugin Embedded Video with Link -->

</p>
<p class="bodytext">Now there is still a lot of work since we have to create the whole xml typoscript reference out of the html-tsref. If you want to help, or have any ideas how this could be automatically done you are welcome!</p>]]></content:encoded>
			
			
			<pubDate>Wed, 14 May 2008 21:40:00 +0200</pubDate>
			
		<feedburner:origLink>http://synapsick.net/rackattack/articles/article/codecompletion-for-typoscript-3.html</feedburner:origLink></item>
		
		<item>
			<title>Using frontend-methods in the backend</title>
			<link>http://feedproxy.google.com/~r/synapsickBlognews/~3/yqzN4r3ZpoU/using-frontend-methods-in-the-backend.html</link>
			<description>The last days i had to develope a newsletter extension with a sending module in the backend, and...</description>
			<content:encoded><![CDATA[<p class="bodytext">The last days i had to develope a newsletter extension with a sending module in the backend, and therefor i wanted to use some frontend functionality such as template-parsing, typoscript configurations, image generation,...<br />Doing some research and debugging i found out which steps have to be taken to instantiate a full TYPO3 frontend session in an arbitrary PHP file.
</p>
<p class="csc-frame-frame1">// plugin-baseclass<br />require_once(PATH_tslib.'class.tslib_pibase.php');<br />// classes for retrieving the typoscript configuration of the current page<br />require_once(PATH_t3lib.'class.t3lib_page.php');<br />require_once(PATH_t3lib.'class.t3lib_tstemplate.php');<br />require_once(PATH_t3lib.'class.t3lib_tsparser_ext.php'); <br />// class for rendering content, retrieving and substituting markers in templates,...<br />require_once(PATH_tslib.'class.tslib_content.php');<br />// tools<br />require_once(PATH_t3lib.'class.t3lib_div.php');<br />// extensionmanager<br />require_once(PATH_t3lib.'class.t3lib_extmgm.php');<br />require_once(PATH_t3lib.'config_default.php');<br />// basic configuration of TYPO3 - can be configured via the install tool<br />require_once(PATH_typo3conf.'localconf.php');<br />// main frontend class<br />require_once(PATH_tslib.'class.tslib_fe.php');<br />// classes for user authentication for frontend and backendusers, sessionmanagement<br />require_once(PATH_t3lib.'class.t3lib_userauth.php');<br />require_once(PATH_tslib.'class.tslib_feuserauth.php');<br /><br />class myFEOutput extends tslib_pibase {<br />&nbsp; <br />&nbsp; var $id;<br />&nbsp; var $conf;<br />&nbsp; <br />&nbsp; function main(){<br />&nbsp;&nbsp;&nbsp; return &quot;hello world!&quot;;<br />&nbsp; } &nbsp;<br />} <br /><br />// creating a fake TSFE object<br />$TSFEclassName = t3lib_div::makeInstanceClassName('tslib_fe');<br />// retrieving the id of the current page<br />$id = isset($HTTP_GET_VARS['id'])?$HTTP_GET_VARS['id']:0;<br />// configure the TSFE object<br />$GLOBALS['TSFE'] = new $TSFEclassName($TYPO3_CONF_VARS, $id, '0', 1, '', '','','');<br />$GLOBALS['TSFE']-&gt;connectToMySQL();<br />$GLOBALS['TSFE']-&gt;initFEuser();<br />$GLOBALS['TSFE']-&gt;fetch_the_id();<br />$GLOBALS['TSFE']-&gt;getPageAndRootline();<br />$GLOBALS['TSFE']-&gt;initTemplate();<br />$GLOBALS['TSFE']-&gt;tmpl-&gt;getFileName_backPath = PATH_site;<br />$GLOBALS['TSFE']-&gt;forceTemplateParsing = 1;<br />$GLOBALS['TSFE']-&gt;getConfigArray();<br /><br />// create a plugin object&nbsp;&nbsp; &nbsp;<br />$plugin = t3lib_div::makeInstance('myFEOutput');<br />// assign a contentobject for rendering content<br />$plugin-&gt;cObj = t3lib_div::makeInstance('tslib_cObj'); <br />$sysPageObj = t3lib_div::makeInstance('t3lib_pageSelect');<br />// retrieve rootline<br />$rootLine = $sysPageObj-&gt;getRootLine($id);<br />// create a Typoscript parser object<br />$TSObj = t3lib_div::makeInstance('t3lib_tsparser_ext');<br />$TSObj-&gt;tt_track = 0;<br />$TSObj-&gt;init();<br />// parse the templates<br />$TSObj-&gt;runThroughTemplates($rootLine);<br />$TSObj-&gt;generateConfig();<br />$plugin-&gt;conf = $TSObj-&gt;setup['plugin.']['myFEOutput.'];<br /><br />// output html<br />echo($plugin-&gt;main());</p>]]></content:encoded>
			<category>TYPO3</category>
			
			
			<pubDate>Sun, 30 Mar 2008 12:18:00 +0200</pubDate>
			
		<feedburner:origLink>http://synapsick.net/rackattack/articles/article/using-frontend-methods-in-the-backend.html</feedburner:origLink></item>
		
		<item>
			<title>Codecompletion for Typoscript (2)</title>
			<link>http://feedproxy.google.com/~r/synapsickBlognews/~3/uVJpH1a_5iQ/codecompletion-for-typoscript.html</link>
			<description>We are proud to present the first usable version of our codecompletion.A downloadable version will...</description>
			<content:encoded><![CDATA[<p class="bodytext">We are proud to present the first usable version of our codecompletion.<br />A downloadable version will follow as soon as we have integrated our code into the newest version of the t3editor developed by Tobias Liebig.<br />The codecompletion for t3editor is developed by Christian Kartnig &amp; Stephan Petzl.<br />Here is the first screencapture:
</p>
<p class="bodytext">


	<!--

		BEGIN: Content of extension "timtab_embeddedvideo", plugin "tx_timtab_embeddedvideo_fe"

	-->
	<div class="tx-timtab-embeddedvideo-fe">
		<object type="application/x-shockwave-flash" data="http://www.youtube.com/v/D0l4otc2spU" width="425" height="350"><param name="wmode" value="transparent" /><param name="movie" value="http://www.youtube.com/v/D0l4otc2spU" /></object><br /><a class="tx_timtab_embeddedvideo-link" title="YouTube" href="http://www.youtube.com/watch?v=D0l4otc2spU">YouTube DirektCodecompletion</a>
	</div>
	
	<!-- END: Content of extension "timtab_embeddedvideo", plugin "tx_timtab_embeddedvideo_fe" -->

	
<!-- generated by plugin Embedded Video with Link -->
</p>]]></content:encoded>
			
			
			<pubDate>Tue, 19 Feb 2008 14:00:00 +0100</pubDate>
			
		<feedburner:origLink>http://synapsick.net/rackattack/articles/article/codecompletion-for-typoscript.html</feedburner:origLink></item>
		
		<item>
			<title>Codecompletion for Typoscript (1)</title>
			<link>http://feedproxy.google.com/~r/synapsickBlognews/~3/jnJWrm6SraM/codecompletion-in-typoscript.html</link>
			<description>Currently we are adepting the typoscript editor of Tobias Liebing and Thomas Hempel to support real...</description>
			<content:encoded><![CDATA[<p class="bodytext">Currently we are adepting the <a href="http://www.typo3-unleashed.net/singleentry/date/2007/05/13/typoscript-editor-beta.html" target="_blank" class="external-link-new-window" >typoscript editor of Tobias Liebing and Thomas Hempel</a> to support real codecompletion. A first, very incomplete TS-reference in XML format has been already generated out of <a href="http://www.kraftb.at/" target="_blank" class="external-link-new-window" >Bernhard Krafts </a>&quot;kb_tsedit_htmlarea&quot; extension.<br />If someone has suggestions about the TS-reference (structure, content) please <a href="javascript:linkTo_UnCryptMailto('ocknvq,urgvbnBioz0cv');" class="mail" >email me</a>.<br />Further information is comming soon.</p>]]></content:encoded>
			
			
			<pubDate>Mon, 28 Jan 2008 09:29:00 +0100</pubDate>
			<enclosure url="http://synapsick.net/uploads/media/tsref.xml" length="41214" type="application/xml" />
		<feedburner:origLink>http://synapsick.net/rackattack/articles/article/codecompletion-in-typoscript.html</feedburner:origLink></item>
		
		<item>
			<title>Enable SQL debugging in TYPO3</title>
			<link>http://feedproxy.google.com/~r/synapsickBlognews/~3/6ntsXYIvXN0/enable-sql-debugging-in-typo3.html</link>
			<description>I always asked myself why there is a parameter "$debugOutput" in the database abstraction layer...</description>
			<content:encoded><![CDATA[<p class="bodytext">I always asked myself why there is a parameter &quot;$debugOutput&quot; in the database abstraction layer (<a href="http://class.t3lib_db.php" target="_blank" >class.t3lib_db.php</a>) of TYPO3 which is not working.<br />Today I finally did some research and found out that there is an additional &quot;<strong>[sqlDebug]</strong>&quot; parameter, which you have to turn on in the install-tool to get the&nbsp; querys displayed.</p>]]></content:encoded>
			<category>TYPO3</category>
			
			
			<pubDate>Sun, 02 Dec 2007 22:35:00 +0100</pubDate>
			
		<feedburner:origLink>http://synapsick.net/rackattack/articles/article/enable-sql-debugging-in-typo3.html</feedburner:origLink></item>
		
		<item>
			<title>Snippet: Typoscript-only language menu</title>
			<link>http://feedproxy.google.com/~r/synapsickBlognews/~3/1i9ghH7LWMk/snippet-typoscript-only-language-menu.html</link>
			<description>Most TYPO3 sites use these included php language selectors. most of them are not compatible with...</description>
			<content:encoded><![CDATA[<p class="bodytext">Most TYPO3 sites use these included php language selectors. most of them are not compatible with realUrl. A better way is to use just Typoscript for language selection:
</p>
<p class="csc-frame-frame1">lib.languageSelector = COA<br />lib.languageSelector{<br />&nbsp;&nbsp; 10 = TEXT<br />&nbsp;&nbsp; 10.value = Languageselection:&nbsp;<br />&nbsp;&nbsp; 20 = TEXT<br />&nbsp;&nbsp; 20.value = English<br />&nbsp;&nbsp; 30 = TEXT<br />&nbsp;&nbsp; 30.value = &nbsp;|&nbsp;<br />&nbsp;&nbsp; 40 = TEXT<br />&nbsp;&nbsp; 40.value = German<br />&nbsp;&nbsp; 40.typolink.parameter.data = TSFE:id<br />&nbsp;&nbsp; 40.typolink.additionalParams = &amp;L=1<br />}<br /><br />[globalVar = GP:L=1]<br />&nbsp; config{<br />&nbsp;&nbsp;&nbsp;&nbsp; sys_language_uid = 1<br />&nbsp;&nbsp;&nbsp;&nbsp; language = de<br />&nbsp;&nbsp;&nbsp;&nbsp; locale_all = german<br />&nbsp; }<br />&nbsp; lib.languageSelector{<br />&nbsp;&nbsp;&nbsp;&nbsp; 10.value = Sprachwahl:&nbsp;<br />&nbsp;&nbsp;&nbsp;&nbsp; 40.typolink &gt; <br />&nbsp;&nbsp;&nbsp;&nbsp; 20.typolink.parameter.data = TSFE:id<br />&nbsp;&nbsp;&nbsp;&nbsp; 20.typolink.additionalParams = &amp;L=0<br />&nbsp; }<br />[global]</p>]]></content:encoded>
			
			
			<pubDate>Sun, 25 Nov 2007 12:36:00 +0100</pubDate>
			
		<feedburner:origLink>http://synapsick.net/rackattack/articles/article/snippet-typoscript-only-language-menu.html</feedburner:origLink></item>
		
		<item>
			<title>User Headerfield in Flexible Content Elements</title>
			<link>http://feedproxy.google.com/~r/synapsickBlognews/~3/7VxWPRWCucw/user-headerfield-in-flexible-content-elements.html</link>
			<description>Do you ever have asked yourself whether it is possible to use the normal header/title field of your...</description>
			<content:encoded><![CDATA[<p class="bodytext">Do you ever have asked yourself whether it is possible to use the normal header/title field of your content element for your flexible content element?<br />I have searched for a long time, and recently found out:
</p>
<p class="csc-frame-frame1">&lt;field_headline type=&quot;array&quot;&gt;<br />&nbsp; &lt;tx_templavoila type=&quot;array&quot;&gt;<br />&nbsp;&nbsp;&nbsp; &lt;title&gt;Headline&lt;/title&gt;<br />&nbsp;&nbsp;&nbsp; &lt;sample_data type=&quot;array&quot;&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;numIndex index=&quot;0&quot;&gt;&lt;/numIndex&gt;<br />&nbsp;&nbsp;&nbsp; &lt;/sample_data&gt;<br />&nbsp;&nbsp;&nbsp; &lt;eType&gt;input&lt;/eType&gt;<br />&nbsp;&nbsp;&nbsp; &lt;TypoScript&gt;<br />&nbsp;&nbsp;&nbsp; &lt;![CDATA[<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 10 = TEXT<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 10.data = register:tx_templavoila_pi1.parentRec.header <br />&nbsp;&nbsp;&nbsp; ]]&gt;<br />&nbsp;&nbsp;&nbsp; &lt;/TypoScript&gt;<br />&nbsp;&nbsp;&nbsp; &lt;proc type=&quot;array&quot;&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;HSC type=&quot;integer&quot;&gt;0&lt;/HSC&gt;<br />&nbsp;&nbsp;&nbsp; &lt;/proc&gt;<br />&nbsp; &lt;/tx_templavoila&gt;<br />&nbsp; &lt;TCEforms type=&quot;array&quot;&gt;<br />&nbsp;&nbsp;&nbsp; &lt;config type=&quot;array&quot;&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;type&gt;input&lt;/type&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;size&gt;48&lt;/size&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;eval&gt;trim&lt;/eval&gt;<br />&nbsp;&nbsp;&nbsp; &lt;/config&gt;<br />&nbsp;&nbsp;&nbsp; &lt;label&gt;Titel&lt;/label&gt;<br />&nbsp; &lt;/TCEforms&gt;<br />&lt;/field_headline&gt;</p>
<p class="bodytext">quite simple, eh?<br />if you were using an additional title-field by now (just as i always have), you could use both fields and make a switch.
</p>
<p class="csc-frame-frame1">&lt;?xml version=&quot;1.0&quot;?&gt;<br />&lt;field_title1 type=&quot;array&quot;&gt;<br />&nbsp; &lt;tx_templavoila type=&quot;array&quot;&gt;<br />&nbsp;&nbsp;&nbsp; &lt;title&gt;title1&lt;/title&gt;<br />&nbsp;&nbsp;&nbsp; &lt;sample_data type=&quot;array&quot;&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;numIndex index=&quot;0&quot;&gt;&lt;/numIndex&gt;<br />&nbsp;&nbsp;&nbsp; &lt;/sample_data&gt;<br />&nbsp;&nbsp;&nbsp; &lt;eType&gt;input_g&lt;/eType&gt;<br />&nbsp;&nbsp;&nbsp; &lt;TypoScript&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;![CDATA[<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 10 = IMAGE<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 10.file = GIFBUILDER<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 10.if.isTrue.current = 1<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 10.file{<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; XY = [10.w]+10,28<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; backColor = #FF0000<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 5 = IMAGE<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 5.tile = 15,0<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 5.file = fileadmin/rackattack/design02/images/ce01_titlebg.gif<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 5.offset = 0,0<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 10 = TEXT<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 10.text.current = 1<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 10.fontColor = #FFFFFF<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 20 = IMAGE<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 20.file = GIFBUILDER<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 20.if.isTrue.data = register:tx_templavoila_pi1.parentRec.header <br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 20.file{<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; XY = [10.w]+10,28<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; backColor = #FF0000<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 5 = IMAGE<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 5.tile = 15,0<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 5.file = fileadmin/rackattack/design02/images/ce01_titlebg.gif<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 5.offset = 0,0<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 10 = TEXT<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 10.text.data = register:tx_templavoila_pi1.parentRec.header <br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 10.fontColor = #FFFFFF<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ]]&gt;<br />&nbsp;&nbsp;&nbsp; &lt;/TypoScript&gt;<br />&nbsp; &lt;/tx_templavoila&gt;<br />&nbsp; &lt;TCEforms type=&quot;array&quot;&gt;<br />&nbsp;&nbsp;&nbsp; &lt;config type=&quot;array&quot;&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;type&gt;input&lt;/type&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;size&gt;48&lt;/size&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;eval&gt;trim&lt;/eval&gt;<br />&nbsp;&nbsp;&nbsp; &lt;/config&gt;<br />&nbsp;&nbsp;&nbsp; &lt;label&gt;Titel&lt;/label&gt;<br />&nbsp; &lt;/TCEforms&gt;<br />&lt;/field_title1&gt;</p>]]></content:encoded>
			
			
			<pubDate>Sun, 25 Nov 2007 11:57:00 +0100</pubDate>
			
		<feedburner:origLink>http://synapsick.net/rackattack/articles/article/user-headerfield-in-flexible-content-elements.html</feedburner:origLink></item>
		
	</channel>
</rss>
