RSS for all posts in a subforum?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • orangeade
    Senior Member
    • Aug 2011
    • 257
    • 4.2.X

    [Forum] RSS for all posts in a subforum?

    Here's an example of an RSS feed I have for a subforum:
    PHP Code:
    http://www.mechanicaldesignforum.com/external.php?type=RSS2&forumids=15 
    Unfortunately it only shows new threads.

    How can I have it show all posts made in that subforum?
    My vBulletin forum. Check it out!
    Apps: iPhone/iPad, Android
  • BirdOPrey5
    Senior Member
    • Jul 2008
    • 9613
    • 5.6.3

    #2
    This is the documentation on the external RSS feed- https://www.vbulletin.com/docs/html/...group_external


    I see no option to syndicate all posts.

    Comment

    • orangeade
      Senior Member
      • Aug 2011
      • 257
      • 4.2.X

      #3
      Hi - I'm don't mean as a global setting. Can't I just change the URL slightly to do this?
      My vBulletin forum. Check it out!
      Apps: iPhone/iPad, Android

      Comment

      • BirdOPrey5
        Senior Member
        • Jul 2008
        • 9613
        • 5.6.3

        #4
        How would changing the URL accomplish this? Do you have an example?

        Comment

        • orangeade
          Senior Member
          • Aug 2011
          • 257
          • 4.2.X

          #5
          Originally posted by BirdOPrey5
          How would changing the URL accomplish this? Do you have an example?
          For example:
          PHP Code:
          http://www.mechanicaldesignforum.com/external.php 
          shows only new threads

          PHP Code:
          http://www.mechanicaldesignforum.com/external.php?&lastpost=1 
          shows all new posts.

          I just want to do exactly the same thing for a subforum.
          My vBulletin forum. Check it out!
          Apps: iPhone/iPad, Android

          Comment

          • BirdOPrey5
            Senior Member
            • Jul 2008
            • 9613
            • 5.6.3

            #6
            Maybe I misunderstand... Did you try:

            Code:
            http://www.mechanicaldesignforum.com/external.php?type=RSS2&forumids=15&lastpost=1

            Comment

            • orangeade
              Senior Member
              • Aug 2011
              • 257
              • 4.2.X

              #7
              Originally posted by BirdOPrey5
              Maybe I misunderstand... Did you try:

              Code:
              http://www.mechanicaldesignforum.com/external.php?type=RSS2&forumids=15&lastpost=1
              Thanks - that works fine. So all I need to do is add "&lastpost=1" at the end of each RSS. Sorted.
              My vBulletin forum. Check it out!
              Apps: iPhone/iPad, Android

              Comment

              Related Topics

              Collapse

              Working...