<?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>Fri, 30 Jul 2010 18:17:52 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: stefan</title>
		<link>http://www.typo3tricks.com/require-to-select-a-category-for-tt_news/#comment-104</link>
		<dc:creator>stefan</dc:creator>
		<pubDate>Wed, 29 Apr 2009 14:18:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.typo3tricks.com/?p=9#comment-104</guid>
		<description>TCAdefaults.tt_news.category = 2,10,1</description>
		<content:encoded><![CDATA[<p>TCAdefaults.tt_news.category = 2,10,1</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Cannon</title>
		<link>http://www.typo3tricks.com/require-to-select-a-category-for-tt_news/#comment-78</link>
		<dc:creator>Michael Cannon</dc:creator>
		<pubDate>Wed, 25 Feb 2009 08:23:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.typo3tricks.com/?p=9#comment-78</guid>
		<description>We at Acqal used to do similar coding to assign default names and emails to various TYPO3 records. However the TYPO3 extension cron_setdefaultauthor takes away that headache.

http://typo3.org/extensions/repository/view/cron_setdefaultauthor/current/</description>
		<content:encoded><![CDATA[<p>We at Acqal used to do similar coding to assign default names and emails to various TYPO3 records. However the TYPO3 extension cron_setdefaultauthor takes away that headache.</p>
<p><a href="http://typo3.org/extensions/repository/view/cron_setdefaultauthor/current/" rel="nofollow">http://typo3.org/extensions/repository/view/cron_setdefaultauthor/current/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rik Willems</title>
		<link>http://www.typo3tricks.com/require-to-select-a-category-for-tt_news/#comment-77</link>
		<dc:creator>Rik Willems</dc:creator>
		<pubDate>Thu, 08 Jan 2009 13:46:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.typo3tricks.com/?p=9#comment-77</guid>
		<description>Hi Michiel,

Perhaps this one even makes it a little nicer for you:
http://typo3.intervation.de/snippets/backend/felder-vorbelegen.html

Cheers!</description>
		<content:encoded><![CDATA[<p>Hi Michiel,</p>
<p>Perhaps this one even makes it a little nicer for you:<br />
<a href="http://typo3.intervation.de/snippets/backend/felder-vorbelegen.html" rel="nofollow">http://typo3.intervation.de/snippets/backend/felder-vorbelegen.html</a></p>
<p>Cheers!</p>
]]></content:encoded>
	</item>
	<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>
