<?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; typoscript</title>
	<atom:link href="http://www.sobek.info/blog/tag/typoscript/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>
	</channel>
</rss>

