<?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>Stefan Sobek Blog &#187; Typo3</title>
	<atom:link href="http://www.sobek.info/blog/category/typo3/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sobek.info/blog</link>
	<description>Writing about IT, Software Engineering, sports and other stuff</description>
	<lastBuildDate>Mon, 24 Jan 2011 12:50:08 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Permanent Menu in Typo3</title>
		<link>http://www.sobek.info/blog/2010/03/30/permanent-menu-in-typo3-2/</link>
		<comments>http://www.sobek.info/blog/2010/03/30/permanent-menu-in-typo3-2/#comments</comments>
		<pubDate>Tue, 30 Mar 2010 12:26:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Typo3]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[permanent menu]]></category>
		<category><![CDATA[typoscript]]></category>

		<guid isPermaLink="false">http://www.sobek.info/blog/?p=73</guid>
		<description><![CDATA[To fix some menu entries in your menu so that they are displayed all the time use the following sample code:

?View Code JAVASCRIPT1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
lib.mainMenu.alwaysActivePIDlist = 3,4,5
#  main menu
lib.mainMenu= HMENU
lib.mainMenu.entryLevel = 0
#  show these uids of sites no matter where we are lib.mainMenu.alwaysActivePIDlist  = 3,4,5 lib.mainMenu &#123;
# erstes level
1 = TMENU
1.wrap = &#38;lt;ul  [...]]]></description>
			<content:encoded><![CDATA[<p>To fix some menu entries in your menu so that they are displayed all the time use the following sample code:</p>

<div class="wp_codebox_msgheader"><span class="right"><sup><a href="http://www.ericbess.com/ericblog/2008/03/03/wp-codebox/#examples" target="_blank" title="WP-CodeBox HowTo?"><span style="color: #99cc00">?</span></a></sup></span><span class="left"><a href="javascript:;" onclick="javascript:showCodeTxt('p73code2'); return false;">View Code</a> JAVASCRIPT</span><div class="codebox_clear"></div></div><div class="wp_codebox"><table width="100%" ><tr id="p732"><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
</pre></td><td class="code" id="p73code2"><pre class="javascript" style="font-family:monospace;">lib.<span style="color: #660066;">mainMenu</span>.<span style="color: #660066;">alwaysActivePIDlist</span> <span style="color: #339933;">=</span> 3<span style="color: #339933;">,</span>4<span style="color: #339933;">,</span>5
#  main menu
lib.<span style="color: #660066;">mainMenu</span><span style="color: #339933;">=</span> HMENU
lib.<span style="color: #660066;">mainMenu</span>.<span style="color: #660066;">entryLevel</span> <span style="color: #339933;">=</span> 0
#  show these uids of sites no matter where we are lib.<span style="color: #660066;">mainMenu</span>.<span style="color: #660066;">alwaysActivePIDlist</span>  <span style="color: #339933;">=</span> 3<span style="color: #339933;">,</span>4<span style="color: #339933;">,</span>5 lib.<span style="color: #660066;">mainMenu</span> <span style="color: #009900;">&#123;</span>
# erstes level
1 <span style="color: #339933;">=</span> TMENU
1.<span style="color: #660066;">wrap</span> <span style="color: #339933;">=</span> <span style="color: #339933;">&amp;</span>lt<span style="color: #339933;">;</span>ul  id<span style="color: #339933;">=</span><span style="color: #3366CC;">&quot;topnavigation&quot;</span><span style="color: #339933;">&amp;</span>gt<span style="color: #339933;">;|&amp;</span>lt<span style="color: #339933;">;/</span>ul<span style="color: #339933;">&amp;</span>gt<span style="color: #339933;">;</span>
1<span style="color: #009900;">&#123;</span>
  # no state<span style="color: #339933;">:</span> normale  Formatierung
  NO<span style="color: #009900;">&#123;</span>
    wrapItemAndSub <span style="color: #339933;">=</span>  <span style="color: #339933;">&amp;</span>lt<span style="color: #339933;">;</span>li<span style="color: #339933;">&amp;</span>gt<span style="color: #339933;">;|&amp;</span>lt<span style="color: #339933;">;/</span>li<span style="color: #339933;">&amp;</span>gt<span style="color: #339933;">;</span>
  <span style="color: #009900;">&#125;</span>
  # act state<span style="color: #339933;">:</span> gültig von der rootseite  bis zur aktuellen Seite
  ACT<span style="color: #339933;">=</span>1
  ACT<span style="color: #009900;">&#123;</span>
    wrapItemAndSub <span style="color: #339933;">=</span> <span style="color: #339933;">&amp;</span>lt<span style="color: #339933;">;</span>li  <span style="color: #003366; font-weight: bold;">class</span><span style="color: #339933;">=</span><span style="color: #3366CC;">&quot;menu-level1-active&quot;</span><span style="color: #339933;">&amp;</span>gt<span style="color: #339933;">;|&amp;</span>lt<span style="color: #339933;">;/</span>li<span style="color: #339933;">&amp;</span>gt<span style="color: #339933;">;</span>
  <span style="color: #009900;">&#125;</span>
  # cur state<span style="color: #339933;">:</span> gültig für die aktuelle  Seite
  CUR<span style="color: #339933;">=</span>1
  CUR<span style="color: #009900;">&#123;</span>
    wrapItemAndSub <span style="color: #339933;">=</span> <span style="color: #339933;">&amp;</span>lt<span style="color: #339933;">;</span>li  <span style="color: #003366; font-weight: bold;">class</span><span style="color: #339933;">=</span><span style="color: #3366CC;">&quot;menu-level1-current-active&quot;</span><span style="color: #339933;">&amp;</span>gt<span style="color: #339933;">;|&amp;</span>lt<span style="color: #339933;">;/</span>li<span style="color: #339933;">&amp;</span>gt<span style="color: #339933;">;</span>
  <span style="color: #009900;">&#125;</span>
  # ifsub state<span style="color: #339933;">:</span> gültig für seiten die  unterseiten haben
  IFSUB<span style="color: #339933;">=</span>1
  IFSUB<span style="color: #009900;">&#123;</span>
    wrapItemAndSub <span style="color: #339933;">=</span> <span style="color: #339933;">&amp;</span>lt<span style="color: #339933;">;</span>li  <span style="color: #003366; font-weight: bold;">class</span><span style="color: #339933;">=</span><span style="color: #3366CC;">&quot;menu-level1-with-subpage&quot;</span><span style="color: #339933;">&amp;</span>gt<span style="color: #339933;">;|&amp;</span>lt<span style="color: #339933;">;/</span>li<span style="color: #339933;">&amp;</span>gt<span style="color: #339933;">;</span>
  <span style="color: #009900;">&#125;</span>
<span style="color: #009900;">&#125;</span>
# zweites level
2 <span style="color: #339933;">=</span> TMENU
2.<span style="color: #660066;">wrap</span> <span style="color: #339933;">=</span> <span style="color: #339933;">&amp;</span>lt<span style="color: #339933;">;</span>ul  <span style="color: #003366; font-weight: bold;">class</span><span style="color: #339933;">=</span><span style="color: #3366CC;">&quot;menu-level2&quot;</span><span style="color: #339933;">&amp;</span>gt<span style="color: #339933;">;|&amp;</span>lt<span style="color: #339933;">;/</span>ul<span style="color: #339933;">&amp;</span>gt<span style="color: #339933;">;</span>
2<span style="color: #009900;">&#123;</span>
  NO<span style="color: #009900;">&#123;</span>
    wrapItemAndSub <span style="color: #339933;">=</span>  <span style="color: #339933;">&amp;</span>lt<span style="color: #339933;">;</span>li<span style="color: #339933;">&amp;</span>gt<span style="color: #339933;">;|&amp;</span>lt<span style="color: #339933;">;/</span>li<span style="color: #339933;">&amp;</span>gt<span style="color: #339933;">;</span>
  <span style="color: #009900;">&#125;</span>
  ACT<span style="color: #339933;">=</span>1
  ACT<span style="color: #009900;">&#123;</span>
  wrapItemAndSub <span style="color: #339933;">=</span> <span style="color: #339933;">&amp;</span>lt<span style="color: #339933;">;</span>li  <span style="color: #003366; font-weight: bold;">class</span><span style="color: #339933;">=</span><span style="color: #3366CC;">&quot;menu-level2-active&quot;</span><span style="color: #339933;">&amp;</span>gt<span style="color: #339933;">;|&amp;</span>lt<span style="color: #339933;">;/</span>li<span style="color: #339933;">&amp;</span>gt<span style="color: #339933;">;</span>
  <span style="color: #009900;">&#125;</span>
  CUR<span style="color: #339933;">=</span>1
  CUR<span style="color: #009900;">&#123;</span>
    wrapItemAndSub <span style="color: #339933;">=</span> <span style="color: #339933;">&amp;</span>lt<span style="color: #339933;">;</span>li  <span style="color: #003366; font-weight: bold;">class</span><span style="color: #339933;">=</span><span style="color: #3366CC;">&quot;menu-level2-current-active&quot;</span><span style="color: #339933;">&amp;</span>gt<span style="color: #339933;">;|&amp;</span>lt<span style="color: #339933;">;/</span>li<span style="color: #339933;">&amp;</span>gt<span style="color: #339933;">;</span>
  <span style="color: #009900;">&#125;</span>
  IFSUB<span style="color: #339933;">=</span>1
  IFSUB<span style="color: #009900;">&#123;</span>
    wrapItemAndSub <span style="color: #339933;">=</span> <span style="color: #339933;">&amp;</span>lt<span style="color: #339933;">;</span>li  <span style="color: #003366; font-weight: bold;">class</span><span style="color: #339933;">=</span><span style="color: #3366CC;">&quot;menu-level2-with-subpage&quot;</span><span style="color: #339933;">&amp;</span>gt<span style="color: #339933;">;|&amp;</span>lt<span style="color: #339933;">;/</span>li<span style="color: #339933;">&amp;</span>gt<span style="color: #339933;">;</span>
  <span style="color: #009900;">&#125;</span>
<span style="color: #009900;">&#125;</span></pre></td></tr></table></div>

]]></content:encoded>
			<wfw:commentRss>http://www.sobek.info/blog/2010/03/30/permanent-menu-in-typo3-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Previous- Next-Navigation in Typo3</title>
		<link>http://www.sobek.info/blog/2009/11/27/previous-next-navigation-in-typo3/</link>
		<comments>http://www.sobek.info/blog/2009/11/27/previous-next-navigation-in-typo3/#comments</comments>
		<pubDate>Fri, 27 Nov 2009 13:52:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Typo3]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[cms]]></category>
		<category><![CDATA[interred]]></category>
		<category><![CDATA[lib]]></category>
		<category><![CDATA[navigation]]></category>
		<category><![CDATA[navigation typo3]]></category>
		<category><![CDATA[templavoila]]></category>
		<category><![CDATA[typoscript]]></category>

		<guid isPermaLink="false">http://www.sobek.info/blog/?p=75</guid>
		<description><![CDATA[I am glad that I could gain experience in a lot of CMS-Systems, Open Source CMS like Typo3 and Joomla as well as Licence CMS for example InterRed. Now I will come to my favorite Open-Source CMS, Typo3!

What if you like to create a &#8220;previous&#8221; &#8211; &#8220;next&#8221; navigation with typo3? Have a look at the [...]]]></description>
			<content:encoded><![CDATA[<div>I am glad that I could gain experience in a lot of CMS-Systems, Open Source CMS like Typo3 and Joomla as well as Licence CMS for example InterRed. Now I will come to my favorite Open-Source CMS, Typo3!</div>
<div></div>
<div>What if you like to create a &#8220;previous&#8221; &#8211; &#8220;next&#8221; navigation with typo3? Have a look at the following code:</div>

<div class="wp_codebox_msgheader"><span class="right"><sup><a href="http://www.ericbess.com/ericblog/2008/03/03/wp-codebox/#examples" target="_blank" title="WP-CodeBox HowTo?"><span style="color: #99cc00">?</span></a></sup></span><span class="left"><a href="javascript:;" onclick="javascript:showCodeTxt('p75code4'); return false;">View Code</a> PHP</span><div class="codebox_clear"></div></div><div class="wp_codebox"><table width="100%" ><tr id="p754"><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
</pre></td><td class="code" id="p75code4"><pre class="php" style="font-family:monospace;">lib<span style="color: #339933;">.</span>nav<span style="color: #339933;">-</span>referenzen <span style="color: #339933;">=</span> COA
lib<span style="color: #339933;">.</span>nav<span style="color: #339933;">-</span>referenzen <span style="color: #009900;">&#123;</span>
  10 <span style="color: #339933;">=</span> HMENU
  10 <span style="color: #009900;">&#123;</span>
   entryLevel <span style="color: #339933;">=</span> 3
   special <span style="color: #339933;">=</span> browse
   special  <span style="color: #009900;">&#123;</span>
    items <span style="color: #339933;">=</span> <a href="http://www.php.net/prev"><span style="color: #990000;">prev</span></a>
    items<span style="color: #339933;">.</span>prevnextToSection <span style="color: #339933;">=</span>  <span style="color: #cc66cc;">1</span>
   <span style="color: #009900;">&#125;</span>
   <span style="color: #cc66cc;">1</span> <span style="color: #339933;">=</span> TMENU
   <span style="color: #cc66cc;">1</span> <span style="color: #009900;">&#123;</span>
    NO  <span style="color: #009900;">&#123;</span>
    doNotLinkIt <span style="color: #339933;">=</span> <span style="color: #cc66cc;">1</span>
    stdWrap<span style="color: #339933;">.</span>cObject <span style="color: #339933;">=</span>  COA
    stdWrap<span style="color: #339933;">.</span>cObject <span style="color: #009900;">&#123;</span>
     <span style="color: #cc66cc;">10</span> <span style="color: #339933;">=</span>  TEXT
     <span style="color: #cc66cc;">10</span> <span style="color: #009900;">&#123;</span>
      field <span style="color: #339933;">=</span>  title
      typolink <span style="color: #009900;">&#123;</span>
       parameter<span style="color: #339933;">.</span>field <span style="color: #339933;">=</span> uid
       returnLast <span style="color: #339933;">=</span>  url
      <span style="color: #009900;">&#125;</span>
    wrap <span style="color: #339933;">=</span> <span style="color: #339933;">&lt;</span>a title<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;{field:title}&quot;</span> href<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;|&quot;</span><span style="color: #339933;">&gt;&lt;/</span>a<span style="color: #339933;">&gt;&amp;</span>amp<span style="color: #339933;">;</span>nbsp<span style="color: #339933;">;&amp;</span>amp<span style="color: #339933;">;</span>nbsp<span style="color: #339933;">;</span>
    insertData <span style="color: #339933;">=</span>  1
    <span style="color: #009900;">&#125;</span>
  <span style="color: #009900;">&#125;</span>
 <span style="color: #009900;">&#125;</span>
<span style="color: #009900;">&#125;</span>
<span style="color: #009900;">&#125;</span>
20 <span style="color: #339933;">&amp;</span>lt<span style="color: #339933;">;</span> <span style="color: #339933;">.</span>10
20 <span style="color: #009900;">&#123;</span>
special<span style="color: #339933;">.</span>items <span style="color: #339933;">=</span>  <a href="http://www.php.net/next"><span style="color: #990000;">next</span></a>
1<span style="color: #339933;">.</span>NO<span style="color: #339933;">.</span>stdWrap<span style="color: #339933;">.</span>cObject<span style="color: #339933;">.</span>10<span style="color: #339933;">.</span>wrap <span style="color: #339933;">=</span> <span style="color: #339933;">&amp;</span>amp<span style="color: #339933;">;</span>nbsp<span style="color: #339933;">;&amp;</span>amp<span style="color: #339933;">;</span>nbsp<span style="color: #339933;">;&lt;</span>a title<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;{field:title}&quot;</span> href<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;|&quot;</span><span style="color: #339933;">&gt;</span>next <span style="color: #339933;">&amp;</span>amp<span style="color: #339933;">;</span>raquo<span style="color: #339933;">;&lt;/</span>a<span style="color: #339933;">&gt;</span>
<span style="color: #009900;">&#125;</span>
<span style="color: #009900;">&#125;</span></pre></td></tr></table></div>

<div>Now put this code into your template:</div>
<div></div>
<p><strong>with automaketemplate e.g:</strong> subparts.bottom &lt; lib.nav-referenzen</p>
<p><strong>with templavoila e.g.</strong>: lib.prevnextnavigation &lt; lib.nav-referenzen</p>
<p>subparts.bottom and lib.prevnextnavigation are only sample object names. Replace them with your own subpartname or templavoila lib name.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sobek.info/blog/2009/11/27/previous-next-navigation-in-typo3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Typo3 Fehler nach Update auf PHP 5.2.5</title>
		<link>http://www.sobek.info/blog/2008/04/05/typo3-fehler-nach-update-auf-php-525/</link>
		<comments>http://www.sobek.info/blog/2008/04/05/typo3-fehler-nach-update-auf-php-525/#comments</comments>
		<pubDate>Sat, 05 Apr 2008 14:24:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Typo3]]></category>
		<category><![CDATA[Bugfixing Typo3]]></category>
		<category><![CDATA[Update PHP 5.2.5]]></category>

		<guid isPermaLink="false">http://www.sobek.info/blog/2008/04/05/typo3-fehler-nach-update-auf-php-525/</guid>
		<description><![CDATA[Folgende Fehlermeldung trat nach Update der PHP-Version des Servers auf PHP 5.2.5 auf:  Cannot re-assign $this in /&#8230;/typo3conf/ext/static_info_tables/class.tx_staticinfotables_syslanguage.php on line 41Zuerst wurde von mir ein Update auf Typo3 4.1.6 durchgeführt, da ich wusste, dass die static info tables sich geändert hatten. Das löste aber das Problem nicht.Die Lösung nach längerem Suchen ist folgende:In der Datei /&#8230;/typo3conf/ext/static_info_tables/ [...]]]></description>
			<content:encoded><![CDATA[<p><span style="font-family: Verdana; font-size: 13px; line-height: 18px; white-space: pre-wrap" class="Apple-style-span">Folgende Fehlermeldung trat nach Update der PHP-Version des Servers auf PHP 5.2.5 auf:  </span><span style="font-family: Verdana; font-size: 13px; line-height: 18px; white-space: pre-wrap" class="Apple-style-span">Cannot re-assign $this in /&#8230;/typo3conf/ext/static_info_tables/class.tx_staticinfotables_syslanguage.php on line 41</span><span style="font-family: Verdana; font-size: 13px; line-height: 18px; white-space: pre-wrap" class="Apple-style-span">Zuerst wurde von mir ein Update auf Typo3 4.1.6 durchgeführt, da ich wusste, dass die static info tables sich geändert hatten. Das löste aber das Problem nicht.</span><span style="font-family: Verdana; font-size: 13px; line-height: 18px; white-space: pre-wrap" class="Apple-style-span">Die Lösung nach längerem Suchen ist folgende:</span><span style="font-family: Verdana; font-size: 13px; line-height: 18px; white-space: pre-wrap" class="Apple-style-span">In der Datei /&#8230;/typo3conf/ext/static_info_tables/ class.tx_staticinfotables_syslanguage.php die Zeile 41</span><span style="font-family: Verdana; font-size: 13px; line-height: 18px; white-space: pre-wrap" class="Apple-style-span">von</span><span style="font-family: Verdana; font-size: 13px; line-height: 18px; white-space: pre-wrap" class="Apple-style-span">function processDatamap_postProcessFieldArray($status, $table, $id, $fieldArray, $this)</span><span style="font-family: Verdana; font-size: 13px; line-height: 18px; white-space: pre-wrap" class="Apple-style-span">in</span><span style="font-family: Verdana; font-size: 13px; line-height: 18px; white-space: pre-wrap" class="Apple-style-span">function processDatamap_postProcessFieldArray($status, $table, $id, $fieldArray, $reference)abändern!</span><span style="font-family: Verdana; font-size: 13px; line-height: 18px; white-space: pre-wrap" class="Apple-style-span">Schon läufts wieder.</span><span style="font-family: Verdana; font-size: 13px; line-height: 18px; white-space: pre-wrap" class="Apple-style-span">Das gleiche könnte noch in der Datei class.tx_dam_languagehotlist.php auftauchen.</span><span style="font-family: Verdana; font-size: 13px; line-height: 18px; white-space: pre-wrap" class="Apple-style-span">Hier genauso verfahren und $this durch $reference ersetzen.</span><span style="font-family: Verdana; font-size: 13px; line-height: 18px; white-space: pre-wrap" class="Apple-style-span">Fehlermeldung dabei ist folgende:PHP Fatal error:  Cannot re-assign $this in /&#8230;/typo3conf/ext/dam/class.tx_dam_languagehotlist.php on line 43</span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.sobek.info/blog/2008/04/05/typo3-fehler-nach-update-auf-php-525/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

