<?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 for Words Of Wisdom</title>
	<atom:link href="http://www.typo3tricks.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.typo3tricks.com</link>
	<description>Today: "Irony" -- Why Use Wordpress For a TYPO3-related blog?</description>
	<pubDate>Fri, 21 Nov 2008 19:37:07 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>Comment on Require to select a category for tt_news by Edward Lenssen</title>
		<link>http://www.typo3tricks.com/require-to-select-a-category-for-tt_news/#comment-74</link>
		<dc:creator>Edward Lenssen</dc:creator>
		<pubDate>Mon, 27 Oct 2008 15:05:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.typo3tricks.com/?p=9#comment-74</guid>
		<description>http://typo3.org/extensions/repository/view/lab_newsfolders/current/ ?</description>
		<content:encoded><![CDATA[<p><a href="http://typo3.org/extensions/repository/view/lab_newsfolders/current/" rel="nofollow">http://typo3.org/extensions/repository/view/lab_newsfolders/current/</a> ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on DAM: Hiding fields through TSconfig by ben van 't ende</title>
		<link>http://www.typo3tricks.com/dam-hiding-fields-through-tsconfig/#comment-69</link>
		<dc:creator>ben van 't ende</dc:creator>
		<pubDate>Sun, 21 Sep 2008 11:33:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.typo3tricks.com/?p=12#comment-69</guid>
		<description>hey benni,

very usefull. was waiting for this! tHNx

ben</description>
		<content:encoded><![CDATA[<p>hey benni,</p>
<p>very usefull. was waiting for this! tHNx</p>
<p>ben</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on DAM: Hiding fields through TSconfig by matthias</title>
		<link>http://www.typo3tricks.com/dam-hiding-fields-through-tsconfig/#comment-68</link>
		<dc:creator>matthias</dc:creator>
		<pubDate>Sun, 21 Sep 2008 08:53:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.typo3tricks.com/?p=12#comment-68</guid>
		<description>dont worry, rss keeps fans informed ;)</description>
		<content:encoded><![CDATA[<p>dont worry, rss keeps fans informed <img src='http://www.typo3tricks.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on TypoLink: Tiny Helpers To Save The Day #1 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>Comment on TypoScript Magic: tt_news Title in Headline or Menu or somewhere by Benni</title>
		<link>http://www.typo3tricks.com/typoscript-magic-tt_news-title-in-headline-or-menu-or-somewhere/#comment-66</link>
		<dc:creator>Benni</dc:creator>
		<pubDate>Sun, 21 Sep 2008 04:12:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.typo3tricks.com/?p=8#comment-66</guid>
		<description>Hey Antonio,

yeah, possible, but then I'd suggest looking into the CONTENT object, with the select. TypoScript object, you can do a DB query with a JOIN (with the tt_news_category, the MM table and the tt_news table). Don't know it from the top of my head, but it's quite straightforward, I use a similar approach (tt_address and tt_addressgroups) for a couple of my sites.</description>
		<content:encoded><![CDATA[<p>Hey Antonio,</p>
<p>yeah, possible, but then I&#8217;d suggest looking into the CONTENT object, with the select. TypoScript object, you can do a DB query with a JOIN (with the tt_news_category, the MM table and the tt_news table). Don&#8217;t know it from the top of my head, but it&#8217;s quite straightforward, I use a similar approach (tt_address and tt_addressgroups) for a couple of my sites.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on TypoLink: Tiny Helpers To Save The Day #1 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>
	<item>
		<title>Comment on TypoScript Magic: tt_news Title in Headline or Menu or somewhere by Antonio</title>
		<link>http://www.typo3tricks.com/typoscript-magic-tt_news-title-in-headline-or-menu-or-somewhere/#comment-42</link>
		<dc:creator>Antonio</dc:creator>
		<pubDate>Sat, 19 Jul 2008 15:03:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.typo3tricks.com/?p=8#comment-42</guid>
		<description>is it possible to  do the same but with the news category dynamicaly?
i can't manage to get the news cat.

Thanks in advance for any tip.</description>
		<content:encoded><![CDATA[<p>is it possible to  do the same but with the news category dynamicaly?<br />
i can&#8217;t manage to get the news cat.</p>
<p>Thanks in advance for any tip.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on When switching from baseURL to absRefPrefix&#8230; by ben van 't ende</title>
		<link>http://www.typo3tricks.com/when-switching-from-baseurl-to-absrefprefix/#comment-39</link>
		<dc:creator>ben van 't ende</dc:creator>
		<pubDate>Thu, 10 Jul 2008 08:37:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.typo3tricks.com/?p=10#comment-39</guid>
		<description>It would make sense to use the first domain record there is in the website as baseURL. That is the way the 'original' RealURL functioned. At this moment 'baseURL' has to be set in several places, also in RealURL.

gRTz ben</description>
		<content:encoded><![CDATA[<p>It would make sense to use the first domain record there is in the website as baseURL. That is the way the &#8216;original&#8217; RealURL functioned. At this moment &#8216;baseURL&#8217; has to be set in several places, also in RealURL.</p>
<p>gRTz ben</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on When switching from baseURL to absRefPrefix&#8230; by Michiel Roos</title>
		<link>http://www.typo3tricks.com/when-switching-from-baseurl-to-absrefprefix/#comment-38</link>
		<dc:creator>Michiel Roos</dc:creator>
		<pubDate>Thu, 10 Jul 2008 06:47:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.typo3tricks.com/?p=10#comment-38</guid>
		<description>For those of you still wondering about the 404 floods:

AVG Fakes User Agent, Floods the Internet:
http://it.slashdot.org/article.pl?sid=08/07/03/1411254

AVG Sucks!</description>
		<content:encoded><![CDATA[<p>For those of you still wondering about the 404 floods:</p>
<p>AVG Fakes User Agent, Floods the Internet:<br />
<a href="http://it.slashdot.org/article.pl?sid=08/07/03/1411254" rel="nofollow">http://it.slashdot.org/article.pl?sid=08/07/03/1411254</a></p>
<p>AVG Sucks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Require to select a category for tt_news by Dmitry Martynenko</title>
		<link>http://www.typo3tricks.com/require-to-select-a-category-for-tt_news/#comment-37</link>
		<dc:creator>Dmitry Martynenko</dc:creator>
		<pubDate>Tue, 08 Jul 2008 09:52:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.typo3tricks.com/?p=9#comment-37</guid>
		<description>How can I set default value to category field ?
I try to add TSConfig:

# Set default values
TCAdefaults {
  tt_news {
    category = 1
  }
}

But it does not works! Category is empty for new items.</description>
		<content:encoded><![CDATA[<p>How can I set default value to category field ?<br />
I try to add TSConfig:</p>
<p># Set default values<br />
TCAdefaults {<br />
  tt_news {<br />
    category = 1<br />
  }<br />
}</p>
<p>But it does not works! Category is empty for new items.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
