<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Snipplr</title>
    <description>Recent snippets posted on Snipplr.com</description>
    <link>https://snipplr.com/</link>
    <lastBuildDate>Wed, 10 Jun 2026 03:22:22 +0000</lastBuildDate>
    <item>
      <title>(TYPO3) Templavoila Delete Element - quadratliter</title>
      <link>https://snipplr.com/view/36568/templavoila-delete-element</link>
      <description>&lt;p&gt;Add the code to the TSConfig of the root page.&lt;/p&gt;</description>
      <pubDate>Thu, 01 Jul 2010 16:53:25 UTC</pubDate>
      <guid>https://snipplr.com/view/36568/templavoila-delete-element</guid>
    </item>
    <item>
      <title>(TYPO3) Gallery aus Mediafeld - levelmedia - quadratliter</title>
      <link>https://snipplr.com/view/30008/gallery-aus-mediafeld--levelmedia</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Fri, 19 Mar 2010 04:51:08 UTC</pubDate>
      <guid>https://snipplr.com/view/30008/gallery-aus-mediafeld--levelmedia</guid>
    </item>
    <item>
      <title>(TYPO3) Add page type to a Typolink - quadratliter</title>
      <link>https://snipplr.com/view/22570/add-page-type-to-a-typolink</link>
      <description>&lt;p&gt;Simply add to the page id the typeNum with a comma&lt;/p&gt;</description>
      <pubDate>Thu, 05 Nov 2009 07:19:10 UTC</pubDate>
      <guid>https://snipplr.com/view/22570/add-page-type-to-a-typolink</guid>
    </item>
    <item>
      <title>(TYPO3) Default keywords and description - quadratliter</title>
      <link>https://snipplr.com/view/22568/default-keywords-and-description</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Thu, 05 Nov 2009 07:13:17 UTC</pubDate>
      <guid>https://snipplr.com/view/22568/default-keywords-and-description</guid>
    </item>
    <item>
      <title>(TYPO3) Image from tt_news category via TypoScript - quadratliter</title>
      <link>https://snipplr.com/view/22519/image-from-ttnews-category-via-typoscript</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Wed, 04 Nov 2009 16:47:54 UTC</pubDate>
      <guid>https://snipplr.com/view/22519/image-from-ttnews-category-via-typoscript</guid>
    </item>
    <item>
      <title>(TYPO3) Adjust backend RTE size - quadratliter</title>
      <link>https://snipplr.com/view/22517/adjust-backend-rte-size</link>
      <description>&lt;p&gt;insert in user TSconfig&lt;/p&gt;</description>
      <pubDate>Wed, 04 Nov 2009 16:41:10 UTC</pubDate>
      <guid>https://snipplr.com/view/22517/adjust-backend-rte-size</guid>
    </item>
    <item>
      <title>(TYPO3) Backend page tree - show navigation title - quadratliter</title>
      <link>https://snipplr.com/view/22516/backend-page-tree--show-navigation-title</link>
      <description>&lt;p&gt;insert in User TSconfig&lt;/p&gt;</description>
      <pubDate>Wed, 04 Nov 2009 16:40:16 UTC</pubDate>
      <guid>https://snipplr.com/view/22516/backend-page-tree--show-navigation-title</guid>
    </item>
    <item>
      <title>(TYPO3) Subnavigation with parent page title as headline - quadratliter</title>
      <link>https://snipplr.com/view/22515/subnavigation-with-parent-page-title-as-headline</link>
      <description>&lt;p&gt;This subnavigation shows the parent page as headline and then a simple list for the navigation links. The navigation is only shown if the current page has actually subpages.&lt;/p&gt;</description>
      <pubDate>Wed, 04 Nov 2009 16:32:47 UTC</pubDate>
      <guid>https://snipplr.com/view/22515/subnavigation-with-parent-page-title-as-headline</guid>
    </item>
    <item>
      <title>(TYPO3) Rootline Subtitle - quadratliter</title>
      <link>https://snipplr.com/view/22514/rootline-subtitle</link>
      <description>&lt;p&gt;To show the rootline subtitle you have to insert the field in the install tool in [addRootLineFields] after that you can access it with levelfield&lt;/p&gt;</description>
      <pubDate>Wed, 04 Nov 2009 16:29:53 UTC</pubDate>
      <guid>https://snipplr.com/view/22514/rootline-subtitle</guid>
    </item>
    <item>
      <title>(TYPO3) Rootline Page Title - quadratliter</title>
      <link>https://snipplr.com/view/22467/rootline-page-title</link>
      <description>&lt;p&gt;Rootline page title, works also with the tt_news page title&lt;/p&gt;</description>
      <pubDate>Wed, 04 Nov 2009 08:30:48 UTC</pubDate>
      <guid>https://snipplr.com/view/22467/rootline-page-title</guid>
    </item>
    <item>
      <title>(TYPO3) Body Tag with Page ID and Parent Id (uid, pid) - quadratliter</title>
      <link>https://snipplr.com/view/22465/body-tag-with-page-id-and-parent-id-uid-pid</link>
      <description>&lt;p&gt;Simply adds the Page ID and the Parent ID (uid, pid) in the Body-Tag.&lt;/p&gt;</description>
      <pubDate>Wed, 04 Nov 2009 08:24:10 UTC</pubDate>
      <guid>https://snipplr.com/view/22465/body-tag-with-page-id-and-parent-id-uid-pid</guid>
    </item>
    <item>
      <title>(TYPO3) Multiple Images in one TemplaVoilÃ  field - quadratliter</title>
      <link>https://snipplr.com/view/22463/multiple-images-in-one-templavoil-field</link>
      <description>&lt;p&gt;The snippet is splitted in two parts. One in the main template and one in the Templavoila DataStructure XML field. In the TypoScript part the value of the TV field is splitted by "," and the cObj 1 is adapted to the current value. you could also use split options like 1 |*| 2 |*| 3. In this case the first image will be processed in cObj 1 the last in cObj 3 and all images between in cObj 2.&#13;
&#13;
The only limit how much images you can use is the limit in the TV DS, in this expamle is set the &lt;size&gt; to 5 and &lt;maxitems&gt; to 15.&lt;/p&gt;</description>
      <pubDate>Wed, 04 Nov 2009 08:18:35 UTC</pubDate>
      <guid>https://snipplr.com/view/22463/multiple-images-in-one-templavoil-field</guid>
    </item>
  </channel>
</rss>
