<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>ki GmbH :: tec blog &#187; templavoila</title>
	<atom:link href="http://www.kigmbh.com/wordpress/tag/templavoila/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kigmbh.com/wordpress</link>
	<description>essenzen aus der tekki welt</description>
	<lastBuildDate>Mon, 26 Jul 2010 07:24:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Konvertieren von traditionellen typo3 Containern in Templavoila</title>
		<link>http://www.kigmbh.com/wordpress/2009/12/konvertieren-von-traditionellen-typo3-containern-in-templavoila/</link>
		<comments>http://www.kigmbh.com/wordpress/2009/12/konvertieren-von-traditionellen-typo3-containern-in-templavoila/#comments</comments>
		<pubDate>Mon, 28 Dec 2009 06:51:51 +0000</pubDate>
		<dc:creator>sascha</dc:creator>
				<category><![CDATA[Allgemein]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[extension]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[templavoila]]></category>
		<category><![CDATA[typo3]]></category>
		<category><![CDATA[typoscript]]></category>

		<guid isPermaLink="false">http://www.kigmbh.com/wordpress/?p=437</guid>
		<description><![CDATA[Die Konvertierung erfolgt in zwei Schritten. 1. Mit dieser Extension kann man die Inhalte aus traditionellen Containern (left, normal, right, border) in Templavoila Container vornehmen. http://typo3.org/extensions/repository/view/eu_tradvoila/current/ 2. Für die aktuellen typo3 bzw. Templavoila Versionen (aktuell 4.2.10) ist eine weitere Anpassung erforderlich in der Datenbank erforderlich. Dazu kann man nachfolgende SQL-Statements verwenden. UPDATE `pages` SET `tx_templavoila_flex` [...]]]></description>
			<content:encoded><![CDATA[<p>Die Konvertierung erfolgt in zwei Schritten.</p>
<p>1. Mit dieser Extension kann man die Inhalte aus traditionellen Containern (left, normal, right, border) in Templavoila Container vornehmen.<br />
<a href="http://typo3.org/extensions/repository/view/eu_tradvoila/current/">http://typo3.org/extensions/repository/view/eu_tradvoila/current/</a></p>
<p>2. Für die aktuellen typo3 bzw. Templavoila Versionen (aktuell 4.2.10) ist eine weitere Anpassung erforderlich in der Datenbank erforderlich. Dazu kann man nachfolgende SQL-Statements verwenden.</p>

<div class="wp_syntax"><div class="code"><pre class="sql" style="font-family:monospace;"><span style="color: #993333; font-weight: bold;">UPDATE</span> <span style="color: #ff0000;">`pages`</span> <span style="color: #993333; font-weight: bold;">SET</span> <span style="color: #ff0000;">`tx_templavoila_flex`</span> <span style="color: #66cc66;">=</span> <span style="color: #993333; font-weight: bold;">REPLACE</span><span style="color: #66cc66;">&#40;</span><span style="color: #ff0000;">`tx_templavoila_flex`</span><span style="color: #66cc66;">,</span> <span style="color: #ff0000;">'fieldname index=&quot;content_col2&quot; type=&quot;array&quot;'</span><span style="color: #66cc66;">,</span> <span style="color: #ff0000;">'field index=&quot;field_content_col2&quot;'</span><span style="color: #66cc66;">&#41;</span>;
<span style="color: #993333; font-weight: bold;">UPDATE</span> <span style="color: #ff0000;">`pages`</span> <span style="color: #993333; font-weight: bold;">SET</span> <span style="color: #ff0000;">`tx_templavoila_flex`</span> <span style="color: #66cc66;">=</span> <span style="color: #993333; font-weight: bold;">REPLACE</span><span style="color: #66cc66;">&#40;</span><span style="color: #ff0000;">`tx_templavoila_flex`</span><span style="color: #66cc66;">,</span> <span style="color: #ff0000;">'&lt;vdef&gt;'</span><span style="color: #66cc66;">,</span> <span style="color: #ff0000;">'&lt;value index=&quot;vDEF&quot;&gt;'</span><span style="color: #66cc66;">&#41;</span>;
<span style="color: #993333; font-weight: bold;">UPDATE</span> <span style="color: #ff0000;">`pages`</span> <span style="color: #993333; font-weight: bold;">SET</span> <span style="color: #ff0000;">`tx_templavoila_flex`</span> <span style="color: #66cc66;">=</span> <span style="color: #993333; font-weight: bold;">REPLACE</span><span style="color: #66cc66;">&#40;</span><span style="color: #ff0000;">`tx_templavoila_flex`</span><span style="color: #66cc66;">,</span> <span style="color: #ff0000;">'&lt;/value&gt;&lt;/vdef&gt;'</span><span style="color: #66cc66;">,</span> <span style="color: #ff0000;">''</span><span style="color: #66cc66;">&#41;</span>;
<span style="color: #993333; font-weight: bold;">UPDATE</span> <span style="color: #ff0000;">`pages`</span> <span style="color: #993333; font-weight: bold;">SET</span> <span style="color: #ff0000;">`tx_templavoila_flex`</span> <span style="color: #66cc66;">=</span> <span style="color: #993333; font-weight: bold;">REPLACE</span><span style="color: #66cc66;">&#40;</span><span style="color: #ff0000;">`tx_templavoila_flex`</span><span style="color: #66cc66;">,</span> <span style="color: #ff0000;">''</span><span style="color: #66cc66;">,</span> <span style="color: #ff0000;">''</span><span style="color: #66cc66;">&#41;</span>;</pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://www.kigmbh.com/wordpress/2009/12/konvertieren-von-traditionellen-typo3-containern-in-templavoila/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Typo3 TemplaVoila installieren (Installation Teil 1)</title>
		<link>http://www.kigmbh.com/wordpress/2009/06/typo3-templavoila-installieren-installation-teil-1/</link>
		<comments>http://www.kigmbh.com/wordpress/2009/06/typo3-templavoila-installieren-installation-teil-1/#comments</comments>
		<pubDate>Tue, 23 Jun 2009 13:32:15 +0000</pubDate>
		<dc:creator>dirk</dc:creator>
				<category><![CDATA[typo3]]></category>
		<category><![CDATA[extension]]></category>
		<category><![CDATA[templavoila]]></category>
		<category><![CDATA[typoscript]]></category>

		<guid isPermaLink="false">http://www.kigmbh.com/wordpress/?p=359</guid>
		<description><![CDATA[Vorabarbeiten: Eine Seitenstruktur muss vorhanden sein, also einfach ein paar Seiten anlegen. css_styled_content und static_info_tables includieren bzw. installieren Ist static_info_tables noch nicht installiert, bekommt man bei der Installation von TemplVoila die Aufforderung dies zu tun. Als inkompatibel gelten: kb_tv_clipboard templavoila_cw eu_tradvoila Um alle vorhandenen Versionen sehen zu können, sollte unter Settings (Ext Manager) noch Enable [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Vorabarbeiten:</strong><em><br />
</em>Eine Seitenstruktur muss vorhanden sein, also einfach ein paar Seiten anlegen.<br />
<em>css_styled_content</em> und <em>static_info_tables</em> includieren bzw. installieren<br />
Ist static_info_tables noch nicht installiert, bekommt man bei der Installation von TemplVoila die Aufforderung dies zu tun.</p>
<p>Als inkompatibel gelten:</p>
<p>kb_tv_clipboard<br />
templavoila_cw<br />
eu_tradvoila</p>
<p>Um alle vorhandenen Versionen sehen zu können, sollte unter <em>Settings</em> (Ext Manager) noch <em>Enable extensions without review</em> gesetzt werden.</p>
<p><strong>Installation:</strong><br />
Und nun einfach <em>templavoila </em>im Backend installieren.</p>
<p>Als nächstes einen <em>SysFolder</em> anlegen. Dieser muss nun verbunden werden.<br />
Web-&gt;Seite-&gt;rootpage-&gt;Eigenschaften-&gt;Options-&gt;General Record Storage page<br />
Hier den gerade erstellten SysFolder auswählen.</p>
<p>Sollte unter Web-&gt;Template-&gt;Setup noch</p>
<p>page = PAGE<br />
page.10 = HTML<br />
page.10.value = &lt;div&gt;www.multimediateam.com&lt;/div&gt;</p>
<p>stehen, dieses in:</p>
<p>page = PAGE<br />
page.typeNum = 0<br />
page.10 = USER<br />
page.10.userFunc = tx_templavoila_pi1-&gt;main_page</p>
<p>Damit bekommt TemplaVoila die Anweisung die Ausgabe zu übernehmen.<br />
Bei dieser Gelegenheit nocheinmal kontrollieren, ob wirklich auch <em>css_styled_content</em> eingebunden ist (Click her to edit whole Template unter Setup zu finden)</p>
<p>Um das Mapping geht es in einem neuen Artikel, alle CSS- und HTML-Dateien (und was sonst noch so gebraucht wird) in einem Verzeichnis unterhalb von <em>fileadmin</em> ablegen. Als Tipp noch an dieser Stelle: ich habe mir den Unterverzeichnis <em>templates</em> hierfür reserviert, da ich mit anderen Namen vor einiger Zeit Probleme hatte. Seither habe ich es mit anderen Verzeichnisnamen nicht nocheinmal versucht. <img src='http://www.kigmbh.com/wordpress/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p><span><strong> </strong></span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.kigmbh.com/wordpress/2009/06/typo3-templavoila-installieren-installation-teil-1/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Typo3 Templavoila TO statt DS bearbeiten</title>
		<link>http://www.kigmbh.com/wordpress/2009/03/typo3-templavoila-to-statt-ds-bearbeiten/</link>
		<comments>http://www.kigmbh.com/wordpress/2009/03/typo3-templavoila-to-statt-ds-bearbeiten/#comments</comments>
		<pubDate>Tue, 10 Mar 2009 13:21:37 +0000</pubDate>
		<dc:creator>dirk</dc:creator>
				<category><![CDATA[typo3]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[extension]]></category>
		<category><![CDATA[programmierung]]></category>
		<category><![CDATA[templavoila]]></category>
		<category><![CDATA[typoscript]]></category>

		<guid isPermaLink="false">http://www.kigmbh.com/wordpress/?p=188</guid>
		<description><![CDATA[Wenn die XML-Datei angepasst werden muss gibt es einen Trick: Nicht die DS modifizieren! Nach jedem Mapping ist sonst der Eintrag weg. Statt dessen ins TO unter &#8216;Lokale Verarbeitung&#8217; (XML): array &#160; ce &#60;!--[CDATA[ 10= RECORDS 10.source.current=1 10.tables = tt_content 10.wrap = &#60;! TYPO3SEARCH_begin--&#62; &#124; &#60;!--TYPO3SEARCH_end--&#62; 10.conf.tt_content &#38;lt; plugin.tx_rgaccordion2 10.conf.tt_content.stdWrap.wrap = &#60;div id=&#34;rgaccord2-nest&#34;&#62;&#124;&#60;/div&#62; ]]--&#38;gt;]]></description>
			<content:encoded><![CDATA[<p>Wenn die XML-Datei angepasst werden muss gibt es einen Trick:<br />
Nicht die DS modifizieren! Nach jedem Mapping ist sonst der Eintrag weg. Statt dessen ins TO unter &#8216;Lokale Verarbeitung&#8217; (XML):</p>

<div class="wp_syntax"><div class="code"><pre class="xml" style="font-family:monospace;">		array
&nbsp;
				ce
				<span style="color: #808080; font-style: italic;">&lt;!--[CDATA[</span>
<span style="color: #808080; font-style: italic;">				10= RECORDS</span>
<span style="color: #808080; font-style: italic;">				10.source.current=1</span>
<span style="color: #808080; font-style: italic;">				10.tables = tt_content</span>
<span style="color: #808080; font-style: italic;">				10.wrap = &lt;! TYPO3SEARCH_begin--&gt;</span> | <span style="color: #808080; font-style: italic;">&lt;!--TYPO3SEARCH_end--&gt;</span>
				10.conf.tt_content <span style="color: #ddbb00;">&amp;lt;</span> plugin.tx_rgaccordion2
				10.conf.tt_content.stdWrap.wrap =
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;div</span> <span style="color: #000066;">id</span>=<span style="color: #ff0000;">&quot;rgaccord2-nest&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span>|<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/div<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
]]--<span style="color: #ddbb00;">&amp;gt;</span></pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://www.kigmbh.com/wordpress/2009/03/typo3-templavoila-to-statt-ds-bearbeiten/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Typo3 default page object for templavoila (Teil 2)</title>
		<link>http://www.kigmbh.com/wordpress/2009/02/typo3-default-page-object-for-templavoila-teil-2/</link>
		<comments>http://www.kigmbh.com/wordpress/2009/02/typo3-default-page-object-for-templavoila-teil-2/#comments</comments>
		<pubDate>Tue, 24 Feb 2009 22:30:42 +0000</pubDate>
		<dc:creator>dirk</dc:creator>
				<category><![CDATA[typo3]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[programmierung]]></category>
		<category><![CDATA[templavoila]]></category>
		<category><![CDATA[typoscript]]></category>

		<guid isPermaLink="false">http://www.kigmbh.com/wordpress/?p=41</guid>
		<description><![CDATA[## &#60;a title=&#34;templavoila&#34; href=&#34;http://typo3.org/extensions/repository/?tx_terfe_pi1[view]=search&#38;no_cache=1&#38;tx_terfe_pi1[sword]=templavoila&#34; target=&#34;_blank&#34;&#62;templavoila&#60;/a&#62; ## Default PAGE object for TemplaVoila: page = PAGE page &#123; typeNum = 0 includeCSS &#123; style1 = fileadmin/templates/clearall.css style2 = fileadmin/templates/typography.css style3 = fileadmin/templates/position.css style4 = fileadmin/templates/main.css style5 = fileadmin/templates/ypSlideOutMenus.css style6 = &#123;$colorcoding.css&#125; &#125; 10 = USER 10.userFunc = tx_templavoila_pi1-&#62;main_page &#125;]]></description>
			<content:encoded><![CDATA[
<div class="wp_syntax"><div class="code"><pre class="typoscript" style="font-family:monospace;"><span style="color: #aaa; font-style: italic;">## &lt;a title=&quot;templavoila&quot; href=&quot;http://typo3.org/extensions/repository/?tx_terfe_pi1[view]=search&amp;no_cache=1&amp;tx_terfe_pi1[sword]=templavoila&quot; target=&quot;_blank&quot;&gt;templavoila&lt;/a&gt;</span>
<span style="color: #aaa; font-style: italic;">## Default PAGE object for TemplaVoila:</span>
<span style="color: #000066; font-weight: bold;">page</span> <span style="color: #339933; font-weight: bold;">=</span> <span style="color: #990000; font-weight: bold;">PAGE</span>
<span style="color: #000066; font-weight: bold;">page</span> <span style="color: #009900;">&#123;</span>
	typeNum <span style="color: #339933; font-weight: bold;">=</span> <span style="color: #cc0000;">0</span>
	includeCSS <span style="color: #009900;">&#123;</span>
	style1 <span style="color: #339933; font-weight: bold;">=</span> fileadmin<span style="color: #339933; font-weight: bold;">/</span>templates<span style="color: #339933; font-weight: bold;">/</span>clearall<span style="color: #339933; font-weight: bold;">.</span>css
	style2 <span style="color: #339933; font-weight: bold;">=</span> fileadmin<span style="color: #339933; font-weight: bold;">/</span>templates<span style="color: #339933; font-weight: bold;">/</span>typography<span style="color: #339933; font-weight: bold;">.</span>css
	style3 <span style="color: #339933; font-weight: bold;">=</span> fileadmin<span style="color: #339933; font-weight: bold;">/</span>templates<span style="color: #339933; font-weight: bold;">/</span>position<span style="color: #339933; font-weight: bold;">.</span>css
	style4 <span style="color: #339933; font-weight: bold;">=</span> fileadmin<span style="color: #339933; font-weight: bold;">/</span>templates<span style="color: #339933; font-weight: bold;">/</span>main<span style="color: #339933; font-weight: bold;">.</span>css
	style5 <span style="color: #339933; font-weight: bold;">=</span> fileadmin<span style="color: #339933; font-weight: bold;">/</span>templates<span style="color: #339933; font-weight: bold;">/</span>ypSlideOutMenus<span style="color: #339933; font-weight: bold;">.</span>css
	style6 <span style="color: #339933; font-weight: bold;">=</span> <span style="color: #009900;">&#123;</span><span style="color: #009900;"><span style="color: #009900; font-weight: bold;">$</span>colorcoding<span style="color: #339933; font-weight: bold;">.</span>css</span><span style="color: #009900;">&#125;</span>
<span style="color: #009900;">&#125;</span>
<span style="color: #cc0000;">10</span> <span style="color: #339933; font-weight: bold;">=</span> <span style="color: #990000; font-weight: bold;">USER</span>
10<span style="color: #339933; font-weight: bold;">.</span><span style="color: #ed7d14;">userFunc</span> <span style="color: #339933; font-weight: bold;">=</span> <span style="color: #000066; font-weight: bold;">tx_templavoila_pi1</span>-<span style="color: #339933; font-weight: bold;">&gt;</span>main_page
<span style="color: #009900;">&#125;</span></pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://www.kigmbh.com/wordpress/2009/02/typo3-default-page-object-for-templavoila-teil-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Typo3 Search Teil 1</title>
		<link>http://www.kigmbh.com/wordpress/2009/02/typo3-search-teil-1/</link>
		<comments>http://www.kigmbh.com/wordpress/2009/02/typo3-search-teil-1/#comments</comments>
		<pubDate>Tue, 24 Feb 2009 11:20:52 +0000</pubDate>
		<dc:creator>dirk</dc:creator>
				<category><![CDATA[typo3]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[programmierung]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[templavoila]]></category>
		<category><![CDATA[typoscript]]></category>

		<guid isPermaLink="false">http://www.kigmbh.com/wordpress/?p=7</guid>
		<description><![CDATA[Umstellen der Suche von Headline auf Content: # Swap the selectbox items in Standard Search temp.temp &#60; tt_content.search.30.dataArray.20.valueArray.10 temp.temp &#60; tt_content.search.30.dataArray.20.valueArray.10 tt_content.search.30.dataArray.20.valueArray.10 &#62; tt_content.search.30.dataArray.20.valueArray.10 &#60; tt_content.search.30.dataArray.20.valueArray.20 tt_content.search.30.dataArray.20.valueArray.20 &#62; tt_content.search.30.dataArray.20.valueArray.20 &#60; temp.temp]]></description>
			<content:encoded><![CDATA[<p>Umstellen der Suche von Headline auf Content:</p>

<div class="wp_syntax"><div class="code"><pre class="typoscript" style="font-family:monospace;"><span style="color: #aaa; font-style: italic;"># Swap the selectbox items in Standard Search</span>
<span style="color: #000066; font-weight: bold;">temp</span><span style="color: #339933; font-weight: bold;">.</span>temp <span style="color: #339933; font-weight: bold;">&lt;</span> <span style="color: #000066; font-weight: bold;">tt_content</span><span style="color: #339933; font-weight: bold;">.</span>search<span style="color: #339933; font-weight: bold;">.</span>30<span style="color: #339933; font-weight: bold;">.</span>dataArray<span style="color: #339933; font-weight: bold;">.</span>20<span style="color: #339933; font-weight: bold;">.</span>valueArray<span style="color: #339933; font-weight: bold;">.</span>10
<span style="color: #000066; font-weight: bold;">temp</span><span style="color: #339933; font-weight: bold;">.</span>temp <span style="color: #339933; font-weight: bold;">&lt;</span> <span style="color: #000066; font-weight: bold;">tt_content</span><span style="color: #339933; font-weight: bold;">.</span>search<span style="color: #339933; font-weight: bold;">.</span>30<span style="color: #339933; font-weight: bold;">.</span>dataArray<span style="color: #339933; font-weight: bold;">.</span>20<span style="color: #339933; font-weight: bold;">.</span>valueArray<span style="color: #339933; font-weight: bold;">.</span>10
<span style="color: #000066; font-weight: bold;">tt_content</span><span style="color: #339933; font-weight: bold;">.</span>search<span style="color: #339933; font-weight: bold;">.</span>30<span style="color: #339933; font-weight: bold;">.</span>dataArray<span style="color: #339933; font-weight: bold;">.</span>20<span style="color: #339933; font-weight: bold;">.</span>valueArray<span style="color: #339933; font-weight: bold;">.</span>10 <span style="color: #339933; font-weight: bold;">&gt;</span>
<span style="color: #000066; font-weight: bold;">tt_content</span><span style="color: #339933; font-weight: bold;">.</span>search<span style="color: #339933; font-weight: bold;">.</span>30<span style="color: #339933; font-weight: bold;">.</span>dataArray<span style="color: #339933; font-weight: bold;">.</span>20<span style="color: #339933; font-weight: bold;">.</span>valueArray<span style="color: #339933; font-weight: bold;">.</span>10 <span style="color: #339933; font-weight: bold;">&lt;</span> <span style="color: #000066; font-weight: bold;">tt_content</span><span style="color: #339933; font-weight: bold;">.</span>search<span style="color: #339933; font-weight: bold;">.</span>30<span style="color: #339933; font-weight: bold;">.</span>dataArray<span style="color: #339933; font-weight: bold;">.</span>20<span style="color: #339933; font-weight: bold;">.</span>valueArray<span style="color: #339933; font-weight: bold;">.</span>20
<span style="color: #000066; font-weight: bold;">tt_content</span><span style="color: #339933; font-weight: bold;">.</span>search<span style="color: #339933; font-weight: bold;">.</span>30<span style="color: #339933; font-weight: bold;">.</span>dataArray<span style="color: #339933; font-weight: bold;">.</span>20<span style="color: #339933; font-weight: bold;">.</span>valueArray<span style="color: #339933; font-weight: bold;">.</span>20 <span style="color: #339933; font-weight: bold;">&gt;</span>
<span style="color: #000066; font-weight: bold;">tt_content</span><span style="color: #339933; font-weight: bold;">.</span>search<span style="color: #339933; font-weight: bold;">.</span>30<span style="color: #339933; font-weight: bold;">.</span>dataArray<span style="color: #339933; font-weight: bold;">.</span>20<span style="color: #339933; font-weight: bold;">.</span>valueArray<span style="color: #339933; font-weight: bold;">.</span>20 <span style="color: #339933; font-weight: bold;">&lt;</span> <span style="color: #000066; font-weight: bold;">temp</span><span style="color: #339933; font-weight: bold;">.</span>temp</pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://www.kigmbh.com/wordpress/2009/02/typo3-search-teil-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Typo3 Search Teil 2</title>
		<link>http://www.kigmbh.com/wordpress/2009/02/typo3-search-teil-2/</link>
		<comments>http://www.kigmbh.com/wordpress/2009/02/typo3-search-teil-2/#comments</comments>
		<pubDate>Tue, 24 Feb 2009 11:20:52 +0000</pubDate>
		<dc:creator>dirk</dc:creator>
				<category><![CDATA[typo3]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[programmierung]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[templavoila]]></category>
		<category><![CDATA[typoscript]]></category>

		<guid isPermaLink="false">http://www.kigmbh.com/wordpress/?p=10</guid>
		<description><![CDATA[Suche einbauen mit eigenem Button und Zielseite (anpassen von redirect = 56): lib.search &#60; tt_content.search.30 lib.search &#123; layout = &#60;div class=&#34;searchform-searchbox&#34;&#62;###FIELD###&#60;/div&#62; #layout = ###FIELD### stdWrap &#62; #muss wegen xhtml auskommentiert werden #target = _self redirect = 56 badMess = Bitte die erforderlichen Felder ausfüllen dataArray.10 &#123; label.override = Suche: type = *sword = input, 10, [...]]]></description>
			<content:encoded><![CDATA[<p>Suche einbauen mit eigenem Button und Zielseite (anpassen von redirect = 56):</p>

<div class="wp_syntax"><div class="code"><pre class="typoscript" style="font-family:monospace;"><span style="color: #000066; font-weight: bold;">lib</span><span style="color: #339933; font-weight: bold;">.</span>search <span style="color: #339933; font-weight: bold;">&lt;</span> <span style="color: #000066; font-weight: bold;">tt_content</span><span style="color: #339933; font-weight: bold;">.</span>search<span style="color: #339933; font-weight: bold;">.</span>30
<span style="color: #000066; font-weight: bold;">lib</span><span style="color: #339933; font-weight: bold;">.</span>search <span style="color: #009900;">&#123;</span>
layout <span style="color: #339933; font-weight: bold;">=</span> <span style="color: #3366CC;">&lt;div class=&quot;searchform-searchbox&quot;&gt;</span><span style="color: #009900;">###FIELD###</span><span style="color: #3366CC;">&lt;/div&gt;</span>
<span style="color: #aaa; font-style: italic;">#layout = </span><span style="color: #009900;">###FIELD###</span>
<span style="font-weight: bold;">stdWrap</span> <span style="color: #339933; font-weight: bold;">&gt;</span>
<span style="color: #aaa; font-style: italic;">#muss wegen xhtml auskommentiert werden</span>
<span style="color: #aaa; font-style: italic;">#target = _self</span>
redirect <span style="color: #339933; font-weight: bold;">=</span> <span style="color: #cc0000;">56</span>
badMess <span style="color: #339933; font-weight: bold;">=</span> Bitte die erforderlichen Felder ausfüllen
dataArray<span style="color: #339933; font-weight: bold;">.</span>10 <span style="color: #009900;">&#123;</span>
label<span style="color: #339933; font-weight: bold;">.</span>override <span style="color: #339933; font-weight: bold;">=</span> Suche<span style="color: #339933; font-weight: bold;">:</span>
type <span style="color: #339933; font-weight: bold;">=</span> <span style="color: #339933; font-weight: bold;">*</span>sword <span style="color: #339933; font-weight: bold;">=</span> input, <span style="color: #cc0000;">10</span>, <span style="color: #cc0000;">20</span>
value <span style="color: #339933; font-weight: bold;">=</span> Suche
<span style="color: #009900;">&#125;</span>
dataArray<span style="color: #339933; font-weight: bold;">.</span>20 <span style="color: #009900;">&#123;</span>
valueArray <span style="color: #339933; font-weight: bold;">&gt;</span>
type <span style="color: #339933; font-weight: bold;">=</span> scols <span style="color: #339933; font-weight: bold;">=</span> hidden
value <span style="color: #339933; font-weight: bold;">=</span> pages<span style="color: #339933; font-weight: bold;">.</span>title-subtitle-keywords-description<span style="color: #339933; font-weight: bold;">:</span><span style="color: #000066; font-weight: bold;">tt_content</span><span style="color: #339933; font-weight: bold;">.</span>header-bodytext-imagecaption
<span style="color: #009900;">&#125;</span>
params <span style="color: #009900;">&#123;</span>
<span style="color: #aaa; font-style: italic;"># Suchfeld treffen</span>
<span style="color: #aaa; font-style: italic;">#input = class=&quot;xxx_suchfeld&quot;</span>
input <span style="color: #339933; font-weight: bold;">=</span> onfocus <span style="color: #339933; font-weight: bold;">=</span> &quot;this<span style="color: #339933; font-weight: bold;">.</span>value <span style="color: #339933; font-weight: bold;">=</span> ''&quot; onBlur<span style="color: #339933; font-weight: bold;">=</span>&quot;if<span style="color: #009900;">&#40;</span>this<span style="color: #339933; font-weight: bold;">.</span>value<span style="color: #339933; font-weight: bold;">==</span>''<span style="color: #009900;">&#41;</span>this<span style="color: #339933; font-weight: bold;">.</span>value<span style="color: #339933; font-weight: bold;">=</span>'Suchen'&quot;
<span style="color: #aaa; font-style: italic;"># Submitbtn treffen</span>
<span style="color: #aaa; font-style: italic;">#submit = class=&quot;xxx_suchbutton&quot;</span>
<span style="color: #009900;">&#125;</span>
Image <span style="color: #339933; font-weight: bold;">=</span> <span style="color: #990000; font-weight: bold;">IMAGE</span>
image<span style="color: #339933; font-weight: bold;">.</span>file <span style="color: #339933; font-weight: bold;">=</span> <span style="color: #990000; font-weight: bold;">GIFBUILDER</span>
image<span style="color: #339933; font-weight: bold;">.</span>file <span style="color: #009900;">&#123;</span>
XY <span style="color: #339933; font-weight: bold;">=</span> <span style="color: #cc0000;">39</span>, <span style="color: #cc0000;">19</span>
<span style="color: #cc0000;">20</span> <span style="color: #339933; font-weight: bold;">=</span> <span style="color: #990000; font-weight: bold;">IMAGE</span>
20<span style="color: #339933; font-weight: bold;">.</span>file <span style="color: #339933; font-weight: bold;">=</span> fileadmin<span style="color: #339933; font-weight: bold;">/</span>templates<span style="color: #339933; font-weight: bold;">/</span>btn_search<span style="color: #339933; font-weight: bold;">.</span>gif
20<span style="color: #339933; font-weight: bold;">.</span>offset <span style="color: #339933; font-weight: bold;">=</span> <span style="color: #cc0000;">0</span>, <span style="color: #cc0000;">0</span>
<span style="color: #009900;">&#125;</span>
image<span style="color: #339933; font-weight: bold;">.</span>wrap <span style="color: #339933; font-weight: bold;">=</span> <span style="color: #3366CC;">&lt;div class=&quot;searchform-searchbox-<span style="color: #cc0000;">2</span>&quot;<span style="color: #339933; font-weight: bold;">&gt;</span></span><span style="color: #339933; font-weight: bold;">|</span><span style="color: #3366CC;">&lt;/div&gt;</span>
<span style="color: #009900;">&#125;</span>
<span style="color: #aaa; font-style: italic;">#Suchergebnis (Ausgabe) anpassen</span>
<span style="color: #000066; font-weight: bold;">tt_content</span><span style="color: #339933; font-weight: bold;">.</span>search<span style="color: #339933; font-weight: bold;">.</span>20 <span style="color: #009900;">&#123;</span>
layout<span style="color: #339933; font-weight: bold;">.</span>10<span style="color: #339933; font-weight: bold;">.</span>override <span style="color: #339933; font-weight: bold;">=</span> Ergebnisse auf dieser Seite<span style="color: #339933; font-weight: bold;">:</span> <span style="color: #009900;">###RANGELOW###</span> bis <span style="color: #009900;">###RANGEHIGH###</span> von <span style="color: #009900;">###TOTAL###</span>
renderObj<span style="color: #339933; font-weight: bold;">.</span>10<span style="color: #339933; font-weight: bold;">.</span><span style="font-weight: bold;">typolink</span><span style="color: #339933; font-weight: bold;">.</span>target <span style="color: #339933; font-weight: bold;">=</span> _self
renderObj<span style="color: #339933; font-weight: bold;">.</span>20<span style="color: #339933; font-weight: bold;">.</span><span style="font-weight: bold;">stdWrap</span><span style="color: #339933; font-weight: bold;">.</span>crop <span style="color: #339933; font-weight: bold;">=</span> <span style="color: #cc0000;">200</span> <span style="color: #339933; font-weight: bold;">|</span> <span style="color: #009900;">&#91;</span><span style="color: #339933; font-weight: bold;">...</span><span style="color: #009900;">&#93;</span>
noResultObj<span style="color: #339933; font-weight: bold;">.</span>10<span style="color: #339933; font-weight: bold;">.</span>override <span style="color: #339933; font-weight: bold;">=</span> Kein Ergebnis gefunden
next<span style="color: #339933; font-weight: bold;">.</span>override <span style="color: #339933; font-weight: bold;">=</span> Weiter
prev<span style="color: #339933; font-weight: bold;">.</span>override <span style="color: #339933; font-weight: bold;">=</span> Zurück
target <span style="color: #339933; font-weight: bold;">=</span> _self
range <span style="color: #339933; font-weight: bold;">=</span> <span style="color: #cc0000;">10</span>
<span style="color: #009900;">&#125;</span></pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://www.kigmbh.com/wordpress/2009/02/typo3-search-teil-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Typo3 Search Teil 3</title>
		<link>http://www.kigmbh.com/wordpress/2009/02/typo3-search-teil-3/</link>
		<comments>http://www.kigmbh.com/wordpress/2009/02/typo3-search-teil-3/#comments</comments>
		<pubDate>Tue, 24 Feb 2009 11:20:52 +0000</pubDate>
		<dc:creator>dirk</dc:creator>
				<category><![CDATA[typo3]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[programmierung]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[templavoila]]></category>
		<category><![CDATA[typoscript]]></category>

		<guid isPermaLink="false">http://www.kigmbh.com/wordpress/?p=12</guid>
		<description><![CDATA[Suche in zwei Sprachen (de und en): # Language default-Konfiguration config.sys_language_uid = 0 config.language = de config.locale_all = de_DE config.htmlTag_langKey = de &#160; &#91;globalVar = GP:L = 0&#93; # Konfiguration wenn &#38;L=0 angegeben config.sys_language_uid = 0 config.language = de config.locale_all = de_DE config.htmlTag_langKey = de &#91;global&#93; &#160; &#91;globalVar = GP:L = 1&#93; # Konfiguration wenn [...]]]></description>
			<content:encoded><![CDATA[<p>Suche in zwei Sprachen (de und en):</p>

<div class="wp_syntax"><div class="code"><pre class="typoscript" style="font-family:monospace;"><span style="color: #aaa; font-style: italic;"># Language default-Konfiguration</span>
<span style="color: #000066; font-weight: bold;">config</span><span style="color: #339933; font-weight: bold;">.</span>sys_language_uid <span style="color: #339933; font-weight: bold;">=</span> <span style="color: #cc0000;">0</span>
<span style="color: #000066; font-weight: bold;">config</span><span style="color: #339933; font-weight: bold;">.</span><span style="color: #ed7d14;">language</span> <span style="color: #339933; font-weight: bold;">=</span> de
<span style="color: #000066; font-weight: bold;">config</span><span style="color: #339933; font-weight: bold;">.</span>locale_all <span style="color: #339933; font-weight: bold;">=</span> de_DE
<span style="color: #000066; font-weight: bold;">config</span><span style="color: #339933; font-weight: bold;">.</span>htmlTag_langKey <span style="color: #339933; font-weight: bold;">=</span> de
&nbsp;
<span style="color: #009900;">&#91;</span><span style="color: #ed7d14;">globalVar</span> <span style="color: #339933; font-weight: bold;">=</span> GP<span style="color: #339933; font-weight: bold;">:</span>L <span style="color: #339933; font-weight: bold;">=</span> <span style="color: #cc0000;">0</span><span style="color: #009900;">&#93;</span>
<span style="color: #aaa; font-style: italic;"># Konfiguration wenn &amp;L=0 angegeben</span>
<span style="color: #000066; font-weight: bold;">config</span><span style="color: #339933; font-weight: bold;">.</span>sys_language_uid <span style="color: #339933; font-weight: bold;">=</span> <span style="color: #cc0000;">0</span>
<span style="color: #000066; font-weight: bold;">config</span><span style="color: #339933; font-weight: bold;">.</span><span style="color: #ed7d14;">language</span> <span style="color: #339933; font-weight: bold;">=</span> de
<span style="color: #000066; font-weight: bold;">config</span><span style="color: #339933; font-weight: bold;">.</span>locale_all <span style="color: #339933; font-weight: bold;">=</span> de_DE
<span style="color: #000066; font-weight: bold;">config</span><span style="color: #339933; font-weight: bold;">.</span>htmlTag_langKey <span style="color: #339933; font-weight: bold;">=</span> de
<span style="color: #009900;">&#91;</span><span style="color: #ed7d14;">global</span><span style="color: #009900;">&#93;</span>
&nbsp;
<span style="color: #009900;">&#91;</span><span style="color: #ed7d14;">globalVar</span> <span style="color: #339933; font-weight: bold;">=</span> GP<span style="color: #339933; font-weight: bold;">:</span>L <span style="color: #339933; font-weight: bold;">=</span> <span style="color: #cc0000;">1</span><span style="color: #009900;">&#93;</span>
<span style="color: #aaa; font-style: italic;"># Konfiguration wenn &amp;L=1 angegeben</span>
<span style="color: #000066; font-weight: bold;">config</span><span style="color: #339933; font-weight: bold;">.</span>sys_language_uid <span style="color: #339933; font-weight: bold;">=</span> <span style="color: #cc0000;">1</span>
<span style="color: #000066; font-weight: bold;">config</span><span style="color: #339933; font-weight: bold;">.</span><span style="color: #ed7d14;">language</span> <span style="color: #339933; font-weight: bold;">=</span> en
<span style="color: #000066; font-weight: bold;">config</span><span style="color: #339933; font-weight: bold;">.</span>locale_all <span style="color: #339933; font-weight: bold;">=</span> en_EN
<span style="color: #000066; font-weight: bold;">config</span><span style="color: #339933; font-weight: bold;">.</span>htmlTag_langKey <span style="color: #339933; font-weight: bold;">=</span> en
<span style="color: #aaa; font-style: italic;">#SearchOverlay</span>
<span style="color: #000066; font-weight: bold;">lib</span><span style="color: #339933; font-weight: bold;">.</span>search<span style="color: #339933; font-weight: bold;">.</span>params<span style="color: #339933; font-weight: bold;">.</span>input <span style="color: #339933; font-weight: bold;">=</span> onfocus <span style="color: #339933; font-weight: bold;">=</span> &quot;this<span style="color: #339933; font-weight: bold;">.</span>value <span style="color: #339933; font-weight: bold;">=</span> ''&quot; onBlur<span style="color: #339933; font-weight: bold;">=</span>&quot;if<span style="color: #009900;">&#40;</span>this<span style="color: #339933; font-weight: bold;">.</span>value<span style="color: #339933; font-weight: bold;">==</span>''<span style="color: #009900;">&#41;</span>this<span style="color: #339933; font-weight: bold;">.</span>value<span style="color: #339933; font-weight: bold;">=</span>'Search'&quot;
<span style="color: #000066; font-weight: bold;">lib</span><span style="color: #339933; font-weight: bold;">.</span>search<span style="color: #339933; font-weight: bold;">.</span>image<span style="color: #339933; font-weight: bold;">.</span>file<span style="color: #339933; font-weight: bold;">.</span>20<span style="color: #339933; font-weight: bold;">.</span>file <span style="color: #339933; font-weight: bold;">=</span> fileadmin<span style="color: #339933; font-weight: bold;">/</span>templates<span style="color: #339933; font-weight: bold;">/</span>btn_search_en<span style="color: #339933; font-weight: bold;">.</span>gif
<span style="color: #000066; font-weight: bold;">tt_content</span><span style="color: #339933; font-weight: bold;">.</span>search<span style="color: #339933; font-weight: bold;">.</span>20<span style="color: #339933; font-weight: bold;">.</span>layout<span style="color: #339933; font-weight: bold;">.</span>10<span style="color: #339933; font-weight: bold;">.</span>override <span style="color: #339933; font-weight: bold;">=</span> Results on this <span style="color: #990000; font-weight: bold;">PAGE</span><span style="color: #339933; font-weight: bold;">:</span> <span style="color: #009900;">###RANGELOW###</span> to <span style="color: #009900;">###RANGEHIGH###</span> off <span style="color: #009900;">###TOTAL###</span>
<span style="color: #000066; font-weight: bold;">tt_content</span><span style="color: #339933; font-weight: bold;">.</span>search<span style="color: #339933; font-weight: bold;">.</span>20<span style="color: #339933; font-weight: bold;">.</span>noResultObj<span style="color: #339933; font-weight: bold;">.</span>10<span style="color: #339933; font-weight: bold;">.</span>override <span style="color: #339933; font-weight: bold;">=</span> <span style="color: #990000; font-weight: bold;">NO</span> result found
<span style="color: #009900;">&#91;</span><span style="color: #ed7d14;">global</span><span style="color: #009900;">&#93;</span>
&nbsp;
<span style="color: #aaa; font-style: italic;"># der Paramter L soll durchgereicht werden</span>
<span style="color: #aaa; font-style: italic;"># in class.t3lib_tsparser.php existiert ein Hook um weitere Funktionen zu definieren.</span>
<span style="color: #000066; font-weight: bold;">config</span><span style="color: #339933; font-weight: bold;">.</span>linkVars <span style="color: #339933; font-weight: bold;">:=</span> addToList<span style="color: #009900;">&#40;</span>L<span style="color: #009900;">&#41;</span>
<span style="color: #aaa; font-style: italic;"># der Paramter soll eindeutig sein (kein doppeltes Auftreten in einer URL)</span>
<span style="color: #000066; font-weight: bold;">config</span><span style="color: #339933; font-weight: bold;">.</span>uniqueLinkVars <span style="color: #339933; font-weight: bold;">=</span> <span style="color: #cc0000;">1</span></pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://www.kigmbh.com/wordpress/2009/02/typo3-search-teil-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
