<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> 
	<channel>
		<title>Snippets on support.typo3.org</title>
		<link>http://support.typo3.org/snippets/</link>
		<description>snippets</description>
		<generator>TYPO3 - get.content.right</generator>
		<docs>http://blogs.law.harvard.edu/tech/rss</docs>
		<lastBuildDate>Tue, 02 Dec 2008 04:53:20 +0100</lastBuildDate>   
		<atom:link href="http://snippets.typo3.org/snippets.xml" rel="self" type="application/rss+xml" />
		
		<item>
			<title>[php] Generate Link-Lists via plain-text</title>
			<link>http://support.typo3.org/snippets/c/95/</link>
			<description>Could actually be officially integrated into css_syled_content.
Generates Link-lists out of:

Title | http://google.com - - Google
</description>
			<category>php</category>
			<author>niels.froehling@adsignum.com (Niels Fröhling)</author>
			<pubDate>Fri, 21 Nov 2008 23:34:24 +0100</pubDate>
			<guid isPermaLink="true">http://snippets.typo3.org/snippets/c/95/</guid>
		</item>
		
		<item>
			<title>[php] Add a new pageicon under different conditions</title>
			<link>http://support.typo3.org/snippets/c/94/</link>
			<description>I needed to show different pageicons for pages with layout = 99. I solved it looking into the code of kb_page_icon and found a solution.</description>
			<category>php</category>
			<author>scecere@krur.com (Stefano Cecere)</author>
			<pubDate>Fri, 21 Nov 2008 14:19:47 +0100</pubDate>
			<guid isPermaLink="true">http://snippets.typo3.org/snippets/c/94/</guid>
		</item>
		
		<item>
			<title>[typoscript] Social Bookmark links with Typoscript.</title>
			<link>http://support.typo3.org/snippets/c/93/</link>
			<description>An easy way to make links to social bookmarks on a page/website. Code could possible be cleaned up. Working example on http://home.linnearad.no/. </description>
			<category>typoscript</category>
			<author>erik@linnearad.no (Erik Svendsen)</author>
			<pubDate>Thu, 13 Nov 2008 20:49:41 +0100</pubDate>
			<guid isPermaLink="true">http://snippets.typo3.org/snippets/c/93/</guid>
		</item>
		
		<item>
			<title>[typoscript] Some menuitems with special classes</title>
			<link>http://support.typo3.org/snippets/c/92/</link>
			<description>This is an example which describes, how to define an special class for some pages.

I show two different methods, take that which is more usefull for you. The first method gives you the possibility to define some special classes for some pages, the second method only works, if you have only one different class.

And for better debugging i put the class into the title.

The main idea is, to put the class into an register, which can than inserted into the class or tilte-tag.

While wrapItemAndSub has no stdWrap property, you have to do that insertData on allWrap.</description>
			<category>typoscript</category>
			<author>typo3@martinholtz.de (Martin Holtz)</author>
			<pubDate>Mon, 03 Nov 2008 21:08:08 +0100</pubDate>
			<guid isPermaLink="true">http://snippets.typo3.org/snippets/c/92/</guid>
		</item>
		
		<item>
			<title>[typoscript] Extra classes for linkitems if special pages are inside</title>
			<link>http://support.typo3.org/snippets/c/91/</link>
			<description>Use this snippet to set extra classes to the link items by knowing the id or modify the if and use another field to compare</description>
			<category>typoscript</category>
			<author>anonymous@dummy.org (anonymous)</author>
			<pubDate>Sun, 19 Oct 2008 14:25:39 +0200</pubDate>
			<guid isPermaLink="true">http://snippets.typo3.org/snippets/c/91/</guid>
		</item>
		
		<item>
			<title>[typoscript] Image width based on colPos</title>
			<link>http://support.typo3.org/snippets/c/90/</link>
			<description>This snippet provides different imagewidths for the different columns for the IMAGE element.</description>
			<category>typoscript</category>
			<author>ben@netcreators.nl (Ben van 't Ende)</author>
			<pubDate>Thu, 16 Oct 2008 15:46:16 +0200</pubDate>
			<guid isPermaLink="true">http://snippets.typo3.org/snippets/c/90/</guid>
		</item>
		
		<item>
			<title>[php] News title as page title</title>
			<link>http://support.typo3.org/snippets/c/89/</link>
			<description>In the detail view of tt_news, you can overwrite the page title to the title of the news record. Multilanguage support.</description>
			<category>php</category>
			<author>tl@lightwerk.com (Thomas Loeffler)</author>
			<pubDate>Mon, 13 Oct 2008 14:44:01 +0200</pubDate>
			<guid isPermaLink="true">http://snippets.typo3.org/snippets/c/89/</guid>
		</item>
		
		<item>
			<title>[typoscript] News title as page title</title>
			<link>http://support.typo3.org/snippets/c/88/</link>
			<description>In the detail view of tt_news, you can overwrite the page title to the title of the news record. Multilanguage support.</description>
			<category>typoscript</category>
			<author>thomas.renger@googlemail.com (Thomas)</author>
			<pubDate>Mon, 13 Oct 2008 14:42:42 +0200</pubDate>
			<guid isPermaLink="true">http://snippets.typo3.org/snippets/c/88/</guid>
		</item>
		
		<item>
			<title>[typoscript] Page index + Content elements index + counter</title>
			<link>http://support.typo3.org/snippets/c/87/</link>
			<description>This snippet will generate a list of pages with a counter next to it indicating how many active content elements there are on that page. It then lists the headers of those content elements. Useful if you don't want to create a whole tree of pages to do this and want to work with content elements.</description>
			<category>typoscript</category>
			<author>typo3.s@nubla.net (nubla)</author>
			<pubDate>Fri, 10 Oct 2008 16:17:24 +0200</pubDate>
			<guid isPermaLink="true">http://snippets.typo3.org/snippets/c/87/</guid>
		</item>
		
		<item>
			<title>[typoscript] Link to custom records</title>
			<link>http://support.typo3.org/snippets/c/86/</link>
			<description>to make the link browser (both &quot;normal&quot; and &quot;RTE&quot;) select custom records (say tt_news for example) for , you can use extension &quot;linkhandler&quot;

you can find it at TER.

woks natively with TYPO3 4.2, but it also works with 4.1 (with XCLASSES)

you can configure easily it to add custom tabs to the link browsers.
at the following link there is the tutorial
</description>
			<category>typoscript</category>
			<author>scecere@krur.com (Stefano Cecere)</author>
			<pubDate>Thu, 25 Sep 2008 16:53:45 +0200</pubDate>
			<guid isPermaLink="true">http://snippets.typo3.org/snippets/c/86/</guid>
		</item>
		
		<item>
			<title>[typoscript] Finding the UID of the General Record Storage page using TypoScript</title>
			<link>http://support.typo3.org/snippets/c/85/</link>
			<description>Returns the UID of the &quot;General Record Storage page&quot;

NOTE: If your site has MORE than 9 levels, you 'll have to change the &quot;fullRootLine:9,storage_pid,slide&quot; to reflect that.
</description>
			<category>typoscript</category>
			<author>peter@umloud.dk (Peter Klein)</author>
			<pubDate>Wed, 24 Sep 2008 17:45:05 +0200</pubDate>
			<guid isPermaLink="true">http://snippets.typo3.org/snippets/c/85/</guid>
		</item>
		
		<item>
			<title>[typoscript] Date countdown</title>
			<link>http://support.typo3.org/snippets/c/84/</link>
			<description>Create a countdown that displays the days until a specified date.
This typoscript snippet simply outputs &quot;It is now xx days until xxx&quot; where xx is the days until the xxx date.
</description>
			<category>typoscript</category>
			<author>peter@umloud.dk (Peter Klein)</author>
			<pubDate>Wed, 24 Sep 2008 17:43:03 +0200</pubDate>
			<guid isPermaLink="true">http://snippets.typo3.org/snippets/c/84/</guid>
		</item>
		
		<item>
			<title>[typoscript] Getting rid of nbsp; shown in search results of the standard search</title>
			<link>http://support.typo3.org/snippets/c/83/</link>
			<description>The standard TYPO3 search functions displays &amp;nbsp; entities in the search result.
This will fix the problem and display the &amp;nbsp; entity as a space.</description>
			<category>typoscript</category>
			<author>peter@umloud.dk (Peter Klein)</author>
			<pubDate>Wed, 24 Sep 2008 17:34:33 +0200</pubDate>
			<guid isPermaLink="true">http://snippets.typo3.org/snippets/c/83/</guid>
		</item>
		
		<item>
			<title>[php] Link wizard for filemounts</title>
			<link>http://support.typo3.org/snippets/c/82/</link>
			<description>annoyed by typing foldernames to filemounts?
So simply use the wizard!

Copy this to your extTables.php and clear cache.</description>
			<category>php</category>
			<author>info@sk-typo3.org (Steffen Kamper)</author>
			<pubDate>Tue, 23 Sep 2008 13:35:10 +0200</pubDate>
			<guid isPermaLink="true">http://snippets.typo3.org/snippets/c/82/</guid>
		</item>
		
		<item>
			<title>[typoscript] Rootline Menu in -Tag</title>
			<link>http://support.typo3.org/snippets/c/81/</link>
			<description>This Snippet shows how to get a complete rootline-menu in your website head into the title-Tag</description>
			<category>typoscript</category>
			<author>slang@hohmann-team.de (Stefan Lang)</author>
			<pubDate>Mon, 22 Sep 2008 10:43:15 +0200</pubDate>
			<guid isPermaLink="true">http://snippets.typo3.org/snippets/c/81/</guid>
		</item>
		
		<item>
			<title>[typoscript] "read more" link inline with text of the news abstract v2</title>
			<link>http://support.typo3.org/snippets/c/80/</link>
			<description>Couldn't find a way to comment on the original snippet, so I had to create a new snippet.

This is juss a more simple way of getting the morelink shown directly after the cropped text.
</description>
			<category>typoscript</category>
			<author>peter@umloud.dk (Peter Klein)</author>
			<pubDate>Wed, 17 Sep 2008 20:32:51 +0200</pubDate>
			<guid isPermaLink="true">http://snippets.typo3.org/snippets/c/80/</guid>
		</item>
		
		<item>
			<title>[typoscript] Using Transparent PNG's in IE5/6 without JS</title>
			<link>http://support.typo3.org/snippets/c/79/</link>
			<description>Sometimes you need to make a site compatible with the old crappy IE5/6 when using transparent PNGs.

People often resort to various Javascripts to convert the IMG tags into filters for IE. 

But the same can be done directly by Typoscript!
Below is an example.
</description>
			<category>typoscript</category>
			<author>peter@umloud.dk (Peter Klein)</author>
			<pubDate>Wed, 17 Sep 2008 20:19:32 +0200</pubDate>
			<guid isPermaLink="true">http://snippets.typo3.org/snippets/c/79/</guid>
		</item>
		
		<item>
			<title>[typoscript] noBlur for other browsers, remove dashed line around linked images</title>
			<link>http://support.typo3.org/snippets/c/78/</link>
			<description>When you add the TS below, the dashed lines on a clicked link will disappear in all common browsers. 

Remember that this is bad for accessibility, because you can't select the image links with the tab key any longer. (You won't find out which on is selected)</description>
			<category>typoscript</category>
			<author>typo3@phlogi.net (Cyrill Helg)</author>
			<pubDate>Tue, 09 Sep 2008 20:16:10 +0200</pubDate>
			<guid isPermaLink="true">http://snippets.typo3.org/snippets/c/78/</guid>
		</item>
		
		<item>
			<title>[typoscript] change order of default title (in browser)</title>
			<link>http://support.typo3.org/snippets/c/77/</link>
			<description>This TS option lets you change the order of the browser title, from:
Static site title: pagetitle -&gt; pagetitle: Static site title</description>
			<category>typoscript</category>
			<author>typo3@phlogi.net (Cyrill Helg)</author>
			<pubDate>Tue, 09 Sep 2008 20:10:00 +0200</pubDate>
			<guid isPermaLink="true">http://snippets.typo3.org/snippets/c/77/</guid>
		</item>
		
		<item>
			<title>[typoscript] dynamic css file with markers</title>
			<link>http://support.typo3.org/snippets/c/76/</link>
			<description>The following TS let you have markers in your css file. This is parsed and then included in your site.

So you CSS file can contain entries like: 
color:###color###
font-size: ###font_size###

The CSS File in parsed with a PAGE object.</description>
			<category>typoscript</category>
			<author>typo3@phlogi.net (Cyrill Helg)</author>
			<pubDate>Tue, 09 Sep 2008 20:04:48 +0200</pubDate>
			<guid isPermaLink="true">http://snippets.typo3.org/snippets/c/76/</guid>
		</item>
		
	</channel>
</rss>