<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://ark.lparchaeology.com/wiki/index.php?action=history&amp;feed=atom&amp;title=Sf_rssfeed</id>
		<title>Sf rssfeed - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://ark.lparchaeology.com/wiki/index.php?action=history&amp;feed=atom&amp;title=Sf_rssfeed"/>
		<link rel="alternate" type="text/html" href="https://ark.lparchaeology.com/wiki/index.php?title=Sf_rssfeed&amp;action=history"/>
		<updated>2026-05-18T08:08:04Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.27.1</generator>

	<entry>
		<id>https://ark.lparchaeology.com/wiki/index.php?title=Sf_rssfeed&amp;diff=2222&amp;oldid=prev</id>
		<title>Stuarteve at 10:08, 14 July 2011</title>
		<link rel="alternate" type="text/html" href="https://ark.lparchaeology.com/wiki/index.php?title=Sf_rssfeed&amp;diff=2222&amp;oldid=prev"/>
				<updated>2011-07-14T10:08:26Z</updated>
		
		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;===Description===&lt;br /&gt;
The sf_rssfeed pulls the results from an RSS feed from any URL. It is usually used on the User Home page to show live results from an ARK RSS feed, but can also be used to display the latest XKCD comics or whatever you would like your users to see.&lt;br /&gt;
&lt;br /&gt;
===Prerequisites===&lt;br /&gt;
none&lt;br /&gt;
&lt;br /&gt;
===Additional Fields===&lt;br /&gt;
&lt;br /&gt;
sf_rssfeed takes the following extra fields:&lt;br /&gt;
&lt;br /&gt;
*&amp;#039;feed_url&amp;#039; - REQUIRED - this is an array of URLs of RSS feeds that you wish to display.&lt;br /&gt;
*&amp;#039;op_sf_cssclass&amp;#039; - OPTIONAL - if you wish to use a different css class to display the results&lt;br /&gt;
&lt;br /&gt;
===Example Configuration===&lt;br /&gt;
&lt;br /&gt;
An example of sf_rssfeed returning an ARK feed and the latest XKCD comics&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$userhome_rssfeed =&lt;br /&gt;
    array(&lt;br /&gt;
        &amp;#039;view_state&amp;#039; =&amp;gt; &amp;#039;max&amp;#039;,&lt;br /&gt;
        &amp;#039;edit_state&amp;#039; =&amp;gt; &amp;#039;view&amp;#039;,&lt;br /&gt;
        &amp;#039;sf_nav_type&amp;#039; =&amp;gt; &amp;#039;name&amp;#039;,&lt;br /&gt;
        &amp;#039;sf_title&amp;#039; =&amp;gt; &amp;#039;rssfeeds&amp;#039;, &lt;br /&gt;
        &amp;#039;sf_html_id&amp;#039; =&amp;gt; &amp;#039;uhlp_rssfeed&amp;#039;, // Must be unique&lt;br /&gt;
        &amp;#039;script&amp;#039; =&amp;gt; &amp;#039;php/data_view/subforms/sf_rssfeed.php&amp;#039;,&lt;br /&gt;
		&amp;#039;feed_url&amp;#039; =&amp;gt; array(&lt;br /&gt;
				&amp;#039;http://my_ark_server/ark/feed.php?feed_id=21&amp;#039;,&lt;br /&gt;
				&amp;#039;http://www.xkcd.com/rss.xml&amp;#039;,&lt;br /&gt;
		),&lt;br /&gt;
        &amp;#039;op_sf_cssclass&amp;#039; =&amp;gt; &amp;#039;ftr_subform&amp;#039;,&lt;br /&gt;
);&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[category:Administrator]]&lt;/div&gt;</summary>
		<author><name>Stuarteve</name></author>	</entry>

	</feed>