Currently, when I fetch the RSS feed, I only get the 5 most recent posts. It would be useful if it could give us more posts, for example the 25 most recent posts on the feed. I believe SMF allows this, from a cursory reading of their wiki.
Hi, Quin.Set the url like this to retrieve the 25 latest posts: https://bcxbasiccoders.com/smf/index.php?action=.xml;type=rss;limit=25The key is the 'limit=' parameter. By default, SMF will only provide 5 posts.HTH!AIR.
Set the url like this to retrieve the 25 latest posts: https://bcxbasiccoders.com/smf/index.php?action=.xml;type=rss;limit=25