<?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: Require to select a category for tt_news</title>
	<atom:link href="http://www.typo3tricks.com/require-to-select-a-category-for-tt_news/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.typo3tricks.com/require-to-select-a-category-for-tt_news/</link>
	<description>Today: "Irony" -- Why Use Wordpress For a TYPO3-related blog?</description>
	<pubDate>Wed, 07 Jan 2009 02:47:13 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>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>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>
	<item>
		<title>By: Michiel Roos</title>
		<link>http://www.typo3tricks.com/require-to-select-a-category-for-tt_news/#comment-28</link>
		<dc:creator>Michiel Roos</dc:creator>
		<pubDate>Mon, 30 Jun 2008 08:24:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.typo3tricks.com/?p=9#comment-28</guid>
		<description>Good tip!

I re-discovered this TSConfig magic too a week ago. You can fiddle with the complete TCA. One thing I use for tt_news is:

  // Set default values
TCAdefaults {
	tt_news {
		hidden = 0
		author = Michiel Roos
		author_email = michiel@typofree.org
	}
}

And the realy good thing is that in the recent TYPO3 incarnations you can also use TCAdefaults in page TSConfig. So you no longer have to fiddle with a group 'general settings' or a group 'all', just add the TCAdefaults to the news folder or root page.</description>
		<content:encoded><![CDATA[<p>Good tip!</p>
<p>I re-discovered this TSConfig magic too a week ago. You can fiddle with the complete TCA. One thing I use for tt_news is:</p>
<p>  // Set default values<br />
TCAdefaults {<br />
	tt_news {<br />
		hidden = 0<br />
		author = Michiel Roos<br />
		author_email = <a href="mailto:michiel@typofree.org">michiel@typofree.org</a><br />
	}<br />
}</p>
<p>And the realy good thing is that in the recent TYPO3 incarnations you can also use TCAdefaults in page TSConfig. So you no longer have to fiddle with a group &#8216;general settings&#8217; or a group &#8216;all&#8217;, just add the TCAdefaults to the news folder or root page.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
