Author Topic: Give the RSS feed more items by default  (Read 425 times)

Quin

  • Full Member
  • ***
  • Posts: 122
    • View Profile
    • Quin's site
Give the RSS feed more items by default
« on: July 19, 2024, 09:07:31 PM »
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.

MrBcx

  • Administrator
  • Hero Member
  • *****
  • Posts: 2392
    • View Profile
Re: Give the RSS feed more items by default
« Reply #1 on: July 19, 2024, 09:54:51 PM »
There are only two options under rss

1) enabled / disabled

2) Max line length (default=255) 

C'est la vie!




airr

  • Sr. Member
  • ****
  • Posts: 252
    • View Profile
Re: Give the RSS feed more items by default
« Reply #2 on: July 20, 2024, 09:16:22 AM »
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=25

The key is the 'limit=' parameter.  By default, SMF will only provide 5 posts.

HTH!

AIR.

Quin

  • Full Member
  • ***
  • Posts: 122
    • View Profile
    • Quin's site
Re: Give the RSS feed more items by default
« Reply #3 on: July 20, 2024, 11:13:30 AM »
Hi, Quin.

Set the url like this to retrieve the 25 latest posts:  https://bcxbasiccoders.com/smf/index.php?action=.xml;type=rss;limit=25

The key is the 'limit=' parameter.  By default, SMF will only provide 5 posts.

HTH!

AIR.

This did it, thanks so much! Is there an upper limit on this?

airr

  • Sr. Member
  • ****
  • Posts: 252
    • View Profile
Re: Give the RSS feed more items by default
« Reply #4 on: July 20, 2024, 12:03:49 PM »
TBH, I don't know....

AIR.

MrBcx

  • Administrator
  • Hero Member
  • *****
  • Posts: 2392
    • View Profile
Re: Give the RSS feed more items by default
« Reply #5 on: July 20, 2024, 12:12:10 PM »

Set the url like this to retrieve the 25 latest posts:  https://bcxbasiccoders.com/smf/index.php?action=.xml;type=rss;limit=25

 

Clever!