<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: TypoLink: Tiny Helpers To Save The Day #1</title>
	<atom:link href="http://www.typo3tricks.com/typolink-tiny-helpers-to-save-the-day-1/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.typo3tricks.com/typolink-tiny-helpers-to-save-the-day-1/</link>
	<description>Today: "Irony" -- Why Use Wordpress For a TYPO3-related blog?</description>
	<pubDate>Fri, 30 Jul 2010 18:24:09 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Steve Hewett</title>
		<link>http://www.typo3tricks.com/typolink-tiny-helpers-to-save-the-day-1/#comment-134</link>
		<dc:creator>Steve Hewett</dc:creator>
		<pubDate>Fri, 09 Oct 2009 14:09:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.typo3tricks.com/?p=11#comment-134</guid>
		<description>Thanks for that last snippet Benni - it's been breaking my brain and wearing out Google for a while.
Steve

tt_news to link to the first subpage as the “single page”.</description>
		<content:encoded><![CDATA[<p>Thanks for that last snippet Benni - it&#8217;s been breaking my brain and wearing out Google for a while.<br />
Steve</p>
<p>tt_news to link to the first subpage as the “single page”.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Benni</title>
		<link>http://www.typo3tricks.com/typolink-tiny-helpers-to-save-the-day-1/#comment-67</link>
		<dc:creator>Benni</dc:creator>
		<pubDate>Sun, 21 Sep 2008 04:15:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.typo3tricks.com/?p=11#comment-67</guid>
		<description>Hey Ant,

to get a parameter from the URL, you should look into the "getData" information in the TSref.

Basically, you could do a 

lib.myvar = TEXT
lib.myvar.value = Link to a detailed news page
lib.myvar.typolink.parameter = 13 (or whatever your newsdetail page is)
lib.myvar.typolink.additionalParams = &#038;tt_news[tt_news]={GPvar:tt_news&#124;tt_news}
lib.myvar.typolink.additionalParams.insertData = 1

Well, if you want something even smoother, check out the typoscript. object in TSref. There should be something like typolink.addQueryParams = 1 that automatically adds all $GET parameters from the current URL.</description>
		<content:encoded><![CDATA[<p>Hey Ant,</p>
<p>to get a parameter from the URL, you should look into the &#8220;getData&#8221; information in the TSref.</p>
<p>Basically, you could do a </p>
<p>lib.myvar = TEXT<br />
lib.myvar.value = Link to a detailed news page<br />
lib.myvar.typolink.parameter = 13 (or whatever your newsdetail page is)<br />
lib.myvar.typolink.additionalParams = &#038;tt_news[tt_news]={GPvar:tt_news|tt_news}<br />
lib.myvar.typolink.additionalParams.insertData = 1</p>
<p>Well, if you want something even smoother, check out the typoscript. object in TSref. There should be something like typolink.addQueryParams = 1 that automatically adds all $GET parameters from the current URL.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ant Forshaw</title>
		<link>http://www.typo3tricks.com/typolink-tiny-helpers-to-save-the-day-1/#comment-65</link>
		<dc:creator>Ant Forshaw</dc:creator>
		<pubDate>Wed, 27 Aug 2008 09:51:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.typo3tricks.com/?p=11#comment-65</guid>
		<description>along these same lines, do you know of a way to extract the parameters from a URL, from within Typoscript?  I.e. if I link from a page that has a tt_news record displayed, can I pass the news id, etc.. from the URL to the linked page?

Kind regards</description>
		<content:encoded><![CDATA[<p>along these same lines, do you know of a way to extract the parameters from a URL, from within Typoscript?  I.e. if I link from a page that has a tt_news record displayed, can I pass the news id, etc.. from the URL to the linked page?</p>
<p>Kind regards</p>
]]></content:encoded>
	</item>
</channel>
</rss>
