Log in

View Full Version : Can someone Explain The Proper Way to Format this RSS feed to me?


ggiersdorf
07-24-2011, 03:04 AM
IM trying to setup a php script on that will pull Vbulletins RSS feeds into it and display it. I have it working, however im not getting the results I was hoping for so I am asking for your help.

http://sitename.com/forum/external.php?newpost=true&type=rss',30

However this is not updating with the newest post across the site. What I want iis to display the forums 30 newest post topics regardless of creation date. So if a 2 year old post was just commented on I want that to be on the top of the list.

Can anyone tell me the proper structure for this?

Thanks

Glenn

Lynne
07-24-2011, 04:29 PM
An RSS feed will give you the latest *threads*, not the latest posts. You would need to write your own rss feed if you want to do posts instead of threads.