Rss - Display only one category

Phoca Gallery - image gallery extension
flaviof
Phoca Member
Phoca Member
Posts: 11
Joined: 27 Apr 2008, 01:13

Rss - Display only one category

Post by flaviof »

I'm using 3.2.2 Phoca Gallery's version.

What I want to do?
Create a RSS Feed one topic for each category

I have set in > Control Panel > Options > RSS Display, try all ways possibles but all of them return only one category
or the firts or the last with 5 images

Code: Select all

<channel>
	
		<item>
			<title>Category_number_5</title>
			<link>hidden..category/13-2-3-inf</link>
			<guid isPermaLink="true">hidden..category/13-2-3-inf</guid>
			<description><![CDATA[<div><a href="hidden..category/13-2-3-inf"><img src="hidden..category/13-2-3-infthumbs/phoca_thumb_m_GEDC1372.JPG" border="0" /></a></div>]]></description>
			<category>Category_number_5</category>
			<pubDate>Tue, 05 Mar 2013 04:03:42 -0300</pubDate>
		</item>
		<item>
			<title>Category_number_5</title>
			<link>hidden..category/13-2-3-inf</link>
			<guid isPermaLink="true">hidden..category/13-2-3-inf</guid>
			
			<category>Category_number_5</category>
			<pubDate>Tue, 05 Mar 2013 04:03:42 -0300</pubDate>
		</item>
		<item>
			<title>Category_number_5</title>
			<link>hidden..category/13-2-3-inf</link>
			<guid isPermaLink="true">hidden..category/13-2-3-inf</guid>
			
			<category>Category_number_5</category>
			<pubDate>Tue, 05 Mar 2013 04:03:42 -0300</pubDate>
		</item>
		<item>
			<title>Category_number_5</title>
			<link>hidden..category/13-2-3-inf</link>
			<guid isPermaLink="true">hidden..category/13-2-3-inf</guid>
			
			<category>Category_number_5</category>
			<pubDate>Tue, 05 Mar 2013 04:03:42 -0300</pubDate>
		</item>
		<item>
			<title>Category_number_5</title>
			<link>hidden..category/13-2-3-inf</link>
			<guid isPermaLink="true">hidden..category/13-2-3-inf</guid>
			
			<category>Category_number_5</category>
			<pubDate>Tue, 05 Mar 2013 04:03:42 -0300</pubDate>
		</item>
		<item>
			<title>Category_number_5</title>
			<link>hidden..category/13-2-3-inf</link>
			<guid isPermaLink="true">hidden..category/13-2-3-inf</guid>
			<description><![CDATA[<div><a href="hidden..category/13-2-3-inf"><img src="hidden..category/13-2-3-infthumbs/phoca_thumb_m_GEDC1377.JPG" border="0" /></a></div>]]></description>
			<category>Category_number_5</category>
		</item>
	</channel>
</rss>
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 49149
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Rss - Display only one category

Post by Jan »

Hi for such feature, you need to customize the code :-(

Jan
If you find Phoca extensions useful, please support the project
Post Reply