How to enable RSS in SMF?

RSS stands for Really Simple Syndication - a web feed format for publishing frequent updates of site content such as news, blog posts, etc. 

Publishers benefit from RSS feeds because this lets them syndicate their site content automatically. Readers benefit from web feeds by getting timely updates when something new is posted on their favorite websites.

SMF comes with a built-in RSS functionality. It can be enabled/disabled from the SMF admin area > News and Newsletters > Settings.

Once there, check/uncheck the box next to to enable/disable RSS feeds for your SMF forum.

The Maximum post length option defines how many characters from a post are displayed in the feeds.  You can leave this option to the default 255 characters.

The default feed is for the 5 most recent posts:

http://yourdomainname.com/forum/index.php?action=.xml

There are also several "sub-actions" available to the above action, specifying exactly what to display. The most important sub-actions are:

Recent Posts (displays the most recent posts that you can see)
"Sub-action": recent
Default: Shows 5 most recent posts

Available options:
limit=x - display the "x" most recent posts (if number is less than 5, it will display 5. If number is larger than 255, it will display 255).
board=y - display only the recent posts from board "y"
boards=x,y,z - display only the recent posts from the specified boards
c=x or c=x,y,z - display only the recent posts from boards in the specified category/categories

Example: http://yourdomainname.com/forum/index.php?action=.xml;sa=recent;board=72;limit=10

You can syndicate these links by giving your readers the URLs to your RSS feeds. 

For a full list of the available actions, you can check the official SMF forum.

You need help with an application? hostlantern is specialized in hosting and supporting more than 200 scripts. Sign up for our web hosting services and let us help you with your application, 24/7!

  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

How to change the SMF index page title?

If you want to change your SMF application's index page title you will have to edit the following...

How to configure SMF to work with a new domain?

In order to configure SMF to work properly with another domain, you should modify the...

Can I bridge SMF and Joomla 1.5?

Yes, you can bridge SMF and Joomla 1.5.x using the JFusion component. It is installed as any...

Can I bridge SMF and Joomla 1.0.x?

The bridge component for integrating SMF with Joomla is no longer supported. Thus bridging the...

How to integrate SMF with Coppermine.

If you want to integrate Coppermine Picture Gallery in your SMF forum, you can follow our...