<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: TYPO3: 5 things about tt_news</title>
	<atom:link href="http://www.typo3-addict.com/2009/10/5-things-you-should-know-about-tt_news/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.typo3-addict.com/2009/10/5-things-you-should-know-about-tt_news/</link>
	<description>For those addicted to TYPO3</description>
	<lastBuildDate>Wed, 18 Jan 2012 17:05:06 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Gibouille</title>
		<link>http://www.typo3-addict.com/2009/10/5-things-you-should-know-about-tt_news/comment-page-1/#comment-946</link>
		<dc:creator>Gibouille</dc:creator>
		<pubDate>Wed, 18 Jan 2012 17:05:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.typo3-addict.com/?p=610#comment-946</guid>
		<description>In TT_news display LIST, you can select bycategories using AND or OR operators.

I would need something more complex like

Display list of news having category A AND either category B1 or category B2.

Is there some way to do that ?</description>
		<content:encoded><![CDATA[<p>In TT_news display LIST, you can select bycategories using AND or OR operators.</p>
<p>I would need something more complex like</p>
<p>Display list of news having category A AND either category B1 or category B2.</p>
<p>Is there some way to do that ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jainish Senjaliya</title>
		<link>http://www.typo3-addict.com/2009/10/5-things-you-should-know-about-tt_news/comment-page-1/#comment-909</link>
		<dc:creator>Jainish Senjaliya</dc:creator>
		<pubDate>Wed, 30 Nov 2011 13:22:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.typo3-addict.com/?p=610#comment-909</guid>
		<description>Awesome script for news.</description>
		<content:encoded><![CDATA[<p>Awesome script for news.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Petty</title>
		<link>http://www.typo3-addict.com/2009/10/5-things-you-should-know-about-tt_news/comment-page-1/#comment-869</link>
		<dc:creator>Petty</dc:creator>
		<pubDate>Thu, 13 Oct 2011 14:30:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.typo3-addict.com/?p=610#comment-869</guid>
		<description>I found a solution.

You can write the img-tag instead of the link text in config.</description>
		<content:encoded><![CDATA[<p>I found a solution.</p>
<p>You can write the img-tag instead of the link text in config.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Petty</title>
		<link>http://www.typo3-addict.com/2009/10/5-things-you-should-know-about-tt_news/comment-page-1/#comment-868</link>
		<dc:creator>Petty</dc:creator>
		<pubDate>Thu, 13 Oct 2011 14:10:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.typo3-addict.com/?p=610#comment-868</guid>
		<description>Thank you very much, Alfonso!

Do you also know how I can substitute the textual links for previous and next with images?</description>
		<content:encoded><![CDATA[<p>Thank you very much, Alfonso!</p>
<p>Do you also know how I can substitute the textual links for previous and next with images?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alfonso</title>
		<link>http://www.typo3-addict.com/2009/10/5-things-you-should-know-about-tt_news/comment-page-1/#comment-854</link>
		<dc:creator>Alfonso</dc:creator>
		<pubDate>Thu, 29 Sep 2011 11:09:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.typo3-addict.com/?p=610#comment-854</guid>
		<description>oh! i can&#039;t write html code :-(</description>
		<content:encoded><![CDATA[<p>oh! i can&#8217;t write html code <img src='http://www.typo3-addict.com/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alfonso</title>
		<link>http://www.typo3-addict.com/2009/10/5-things-you-should-know-about-tt_news/comment-page-1/#comment-853</link>
		<dc:creator>Alfonso</dc:creator>
		<pubDate>Thu, 29 Sep 2011 11:08:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.typo3-addict.com/?p=610#comment-853</guid>
		<description>Great post! If you want to see only &quot;&lt;&gt;&quot; buttons, without all numbers, you can do this:

pageBrowser { 
    dontLinkActivePage = 1
    maxPages = 0
    showFirstLast = 0
    showPBrowserText = 0
    showRange = 0
    showResultCount = 0
        
    browseBoxWrap = &#124;
    inactiveLinkWrap = &#124;
    activeLinkWrap = &#124;
}

And then, in CSS:

li.hideme {display:none !important;visibily:hidden !important;}</description>
		<content:encoded><![CDATA[<p>Great post! If you want to see only &#8220;&lt;&gt;&#8221; buttons, without all numbers, you can do this:</p>
<p>pageBrowser {<br />
    dontLinkActivePage = 1<br />
    maxPages = 0<br />
    showFirstLast = 0<br />
    showPBrowserText = 0<br />
    showRange = 0<br />
    showResultCount = 0</p>
<p>    browseBoxWrap = |<br />
    inactiveLinkWrap = |<br />
    activeLinkWrap = |<br />
}</p>
<p>And then, in CSS:</p>
<p>li.hideme {display:none !important;visibily:hidden !important;}</p>
]]></content:encoded>
	</item>
</channel>
</rss>

