<?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>Privates Blog von Karsten Gresch &#187; typo3</title>
	<atom:link href="http://blog.gresch.de/tag/typo3/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.gresch.de</link>
	<description>Varia, Miscellania</description>
	<lastBuildDate>Wed, 06 Jul 2011 18:23:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>typo3: special=directory mit Submenüs</title>
		<link>http://blog.gresch.de/2007/06/03/typo3-specialdirectory-mit-submenues/</link>
		<comments>http://blog.gresch.de/2007/06/03/typo3-specialdirectory-mit-submenues/#comments</comments>
		<pubDate>Sun, 03 Jun 2007 22:09:58 +0000</pubDate>
		<dc:creator>KG</dc:creator>
				<category><![CDATA[Programmieren]]></category>
		<category><![CDATA[develop]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[typo3]]></category>

		<guid isPermaLink="false">http://web636.webbox122.server-home.org/wpkg/?p=190</guid>
		<description><![CDATA[Bug, Bug, Bug! http://bugs.typo3.org/view.php?id=3224, da kann man sich nicht herausreden. Die L&#246;sung funktioniert &#8211; einfach nur darauf achten, dass die Lib eingebunden ist, dann gehts. Hier mein TypoScript: # Menu 1 cObjectlib.menu_1 = HMENUlib.menu_1 { ### Erste Ebene - special value ist die Startseite mit den Servicemen&#252;eintr&#228;gen ### special = directory special.value = 50 1 [...]]]></description>
			<content:encoded><![CDATA[<p>Bug, Bug, Bug! <a href="http://bugs.typo3.org/view.php?id=3224">http://bugs.typo3.org/view.php?id=3224</a>, da kann man sich nicht herausreden.</p>
<p>Die L&ouml;sung funktioniert &#8211; einfach nur darauf achten, dass die Lib eingebunden ist, dann gehts. Hier mein TypoScript:</p>
<pre># Menu 1 cObjectlib.menu_1 = HMENUlib.menu_1 {  ### Erste Ebene - special value ist die Startseite mit den Servicemen&uuml;eintr&auml;gen ###     special = directory     special.value = 50    1 = TMENU    1 {          NO.allWrap = &lt;div class=&quot;nav&quot;&gt; | &lt;/div&gt;          ACT = 1          ACT.allWrap = &lt;div class=&quot;nav&quot;&gt; | &lt;/div&gt;       }    ### Zweite Ebene ###    2 = TMENU    2 {           NO.allWrap = &lt;div class=&quot;navsub&quot;&gt; | &lt;/div&gt;           ACT = 1           ACT.allWrap = &lt;div class=&quot;navsub&quot;&gt; | &lt;/div&gt;       }   }}

[PIDinRootline = 50]    lib.menu_1.special &gt;    lib.menu_1.entryLevel = 1[END]       &nbsp;</pre>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.gresch.de/2007/06/03/typo3-specialdirectory-mit-submenues/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Typo3 &#8211; Probleme, selbst mit light_em</title>
		<link>http://blog.gresch.de/2007/03/20/typo3-probleme-selbst-mit-light_em/</link>
		<comments>http://blog.gresch.de/2007/03/20/typo3-probleme-selbst-mit-light_em/#comments</comments>
		<pubDate>Tue, 20 Mar 2007 22:46:55 +0000</pubDate>
		<dc:creator>KG</dc:creator>
				<category><![CDATA[Programmieren]]></category>
		<category><![CDATA[configuration]]></category>
		<category><![CDATA[develop]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[problem]]></category>
		<category><![CDATA[snippet]]></category>
		<category><![CDATA[sysadmin]]></category>
		<category><![CDATA[typo3]]></category>

		<guid isPermaLink="false">http://web636.webbox122.server-home.org/wpkg/?p=156</guid>
		<description><![CDATA[Nachdem der freundliche Support von Speicherhosting mir geholfen hatte, das Memory-Limit hochzusetzen, funktionierte der EM (in der &#34;Light-Version&#34; immer noch nicht: Hier gab es die Ausgabe von Bin&#228;rm&#252;ll in der Seite (CURL). Schlie&#223;lich half, t3lib/class.t3lib_div.php zu bearbeiten: curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 0); // Changed from 0 to 1 by KG curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); &#160; &#160;So schleicht sich [...]]]></description>
			<content:encoded><![CDATA[<p>Nachdem der freundliche Support von Speicherhosting mir geholfen hatte, das Memory-Limit hochzusetzen, funktionierte der EM (in der &quot;Light-Version&quot; immer noch nicht: Hier gab es die Ausgabe von Bin&auml;rm&uuml;ll in der Seite (CURL).</p>
<p>Schlie&szlig;lich half, <strong>t3lib/class.t3lib_div.php</strong> zu bearbeiten:</p>
<pre>curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 0); // Changed from 0 to 1 by KG curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);</pre>
<p>&nbsp;</p>
<p>&nbsp;So schleicht sich die Homepage f&uuml;r die Gemeinde voran, immerhin ist die neue cal-Extension exzellent.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.gresch.de/2007/03/20/typo3-probleme-selbst-mit-light_em/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Typo3: &#8220;No cookies, no Typo3&#8243;&#8230;</title>
		<link>http://blog.gresch.de/2007/02/27/typo3-no-cookies-no-typo3/</link>
		<comments>http://blog.gresch.de/2007/02/27/typo3-no-cookies-no-typo3/#comments</comments>
		<pubDate>Tue, 27 Feb 2007 20:39:56 +0000</pubDate>
		<dc:creator>KG</dc:creator>
				<category><![CDATA[Programmieren]]></category>
		<category><![CDATA[admin]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[develop]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[problem]]></category>
		<category><![CDATA[sysadmin]]></category>
		<category><![CDATA[typo3]]></category>

		<guid isPermaLink="false">http://web636.webbox122.server-home.org/wpkg/?p=154</guid>
		<description><![CDATA[Ziemlich unerfreulich, so ein Update auf PHP5, aber es gibt ja Google, da findet man dann z.B: http://lists.netfielders.de/pipermail/typo3-english/2005-November/015469.html]]></description>
			<content:encoded><![CDATA[<p>Ziemlich unerfreulich, so ein Update auf PHP5, aber es gibt ja Google, da findet man dann z.B:</p>
<p><a href="http://lists.netfielders.de/pipermail/typo3-english/2005-November/015469.html">http://lists.netfielders.de/pipermail/typo3-english/2005-November/015469.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.gresch.de/2007/02/27/typo3-no-cookies-no-typo3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

