|
OK, zip file attached. Unzip the file and upload the ccboard_rss.php to your website (I recommend the root but it shouldn't matter). Open it up with a text editor. All the items that you need to change are in the first section. Save it - and away you go. Point your rss reader (or browser) at http://yoursite.com/ccboard_rss.php and you should get the latest posts. ** Everything after this is optional and won't affect the core feed. ** My point about the Joomla Module was simply that this link (http://yoursite.com/ccboard_rss.php) can now be used as a hyperlink in a standard Custom HTML module. To get the Forum Feed automatically recognised by a modern browser (in IE the little feed icon on the top right lights up in orange) you need to add another line to the page - this will almost certainly have to be done in the template so it's hard for me to specify exactly how you do this. To give an example my template is Rational Magic so I go into the Joomla Admin and then Extensions | Template Manager | Select Rational Magic | Edit HTML . Then underneath the bit where joomla does its Adding header piece (<jdoc:include type="head" />) I paste in the following line: <link href="/ccboard_rss.php" rel="alternate" type="application/rss+xml" title="Forum RSS Feed" /> This is the same as manually editing the index.php of your template but whichever method you choose - take care! Also this step is entirely optional. All it means is that you don't get the autodiscovery of the feed in the newer browsers - everything else still works OK. That's about it. Hope it works for you guys. Let me know if there's any dramas. - Simon
|