<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Scribble Designs &#187; Community</title>
	<atom:link href="http://www.scribbledesigns.co.uk/tag/community/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.scribbledesigns.co.uk</link>
	<description>Web Design in Northern Ireland.</description>
	<lastBuildDate>Wed, 21 Dec 2011 09:43:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Get RSS Feeds For Any Simple Machines Forum</title>
		<link>http://www.scribbledesigns.co.uk/2007/01/23/get-rss-feeds-for-any-simple-machines-forum/</link>
		<comments>http://www.scribbledesigns.co.uk/2007/01/23/get-rss-feeds-for-any-simple-machines-forum/#comments</comments>
		<pubDate>Tue, 23 Jan 2007 10:40:22 +0000</pubDate>
		<dc:creator>Gerard McGarry</dc:creator>
				<category><![CDATA[Web Applications]]></category>
		<category><![CDATA[Web Design & Standards]]></category>
		<category><![CDATA[Community]]></category>
		<category><![CDATA[Forums]]></category>
		<category><![CDATA[RSS]]></category>
		<category><![CDATA[Simple Machines Forum]]></category>

		<guid isPermaLink="false">http://www.scribbledesigns.co.uk/2007/01/23/get-rss-feeds-for-any-simple-machines-forum/</guid>
		<description><![CDATA[Simple Machines Forum is an excellent piece of free forum-ware. However, out of the box, it&#8217;s rubbish at giving you up-to-date features like RSS feeds. I mentioned a while back that it was possible to republish RSS feeds from your forum on your blog. How do we achieve this? Well, it&#8217;s quite easy actually. With [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.simplemachines.org/">Simple Machines Forum</a> is an excellent piece of free forum-ware. However, out of the box, it&#8217;s rubbish at giving you up-to-date features like RSS feeds.</p>
<p>I mentioned <a href="http://www.interwebworld.co.uk/60/building-online-communities/">a while back</a> that it was possible to republish RSS feeds from your forum on your blog.</p>
<p>How do we achieve this? Well, it&#8217;s quite easy actually. With the WordPress RSS widget, you can display the titles from just about any RSS feed you can hook into.</p>
<h2>Getting The RSS URL You Want</h2>
<p>Right, so let&#8217;s look at our Simple Machines forum and see how to extract the latest posts to RSS. Here&#8217;s <a href="http://forum.unrealitytv.co.uk/">my forum</a>. It&#8217;s divided into several categories, with boards for specific topics. You can fetch an RSS feed for any board or topic easily&#8230;.if you know how to structure the URL.</p>
<p><span style="font-weight: bold">Categories</span></p>
<p>Let&#8217;s say we want to display the latest posts in my Reality TV category. The URL looks something like this <code>/index.php?action=collapse;c=4;sa=collapse;#4</code>. The key part of the querystring is <code>c=4</code>, which identifies the category. Now, to get Simple Machines Forum to output the category as RSS, let&#8217;s recraft the URL a little bit:</p>
<p><code>/index.php?c=4;type=rss;action=.xml;limit=20</code></p>
<p>The additional parameters tell SMF to output the category as RSS and show a maximum of 20 items.</p>
<p style="font-weight: bold">Topics</p>
<p>If you wanted to use a specific topic, you can replace the <code>c=4 </code> with <code>board=16.0</code>. Your URL might look something like this:</p>
<p><code>/index.php?board=16.0;type=rss;action=.xml;limit=20</code></p>
<h2>Setting Up Your WordPress RSS Widget</h2>
<p>Now comes the easy bit &#8211; adding the feed to WordPress. Go into your wp-admin area and browse to <strong>Presentation</strong> and then to <strong>Sidebar Widgets</strong>. Drag in a new RSS Widget to the place in the sidebar you want the widget to appear. Click the configure icon, then paste in the URL you created above.</p>
<p><img src="http://www.interwebworld.co.uk/wp-content/uploads/2007/01/widget-feed.jpg" id="image92" alt="Configuring a WordPress RSS Widget" /></p>
<p>Once you save your widget, it will instantly on the website (see below).</p>
<p><img src="http://www.interwebworld.co.uk/wp-content/uploads/2007/01/rss-widget-live.jpg" alt="Live RSS Widget" id="image93" /></p>
<p>The only disadvantage is &#8211; as you can see from the illustration above &#8211; the RSS feed tends to display individual responses, so if you&#8217;ve got a string of replies to a thread, that title will be repeated loads of times.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.scribbledesigns.co.uk/2007/01/23/get-rss-feeds-for-any-simple-machines-forum/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
	</channel>
</rss>

