PDA

View Full Version : RSS the 10 latest post within unique threads


ricker
10-26-2005, 03:44 PM
I think the title says it all ... we're working on an RSS widget for the board and many users don't want to see the last 10 posted threads, but rather that last 10 POSTS. Since we're still quite small this isn't too crazy of a request, but we'll have an option for which you'd like to see.

Can external.php get this task done? Has anyone seen anything close to this that we can start with? I looked into VBExternal but I still need unique threads (so that the 10 broadcasted posts aren't all from the same thread).

Thanks so much.

majorxp
11-14-2005, 07:20 PM
If you figure this out, I'd be interested in this as well. I would also love to see login to permit rss of non-public forums.+

TJFweb
11-18-2005, 12:24 AM
I think the title says it all ... we're working on an RSS widget for the board and many users don't want to see the last 10 posted threads, but rather that last 10 POSTS. Since we're still quite small this isn't too crazy of a request, but we'll have an option for which you'd like to see.

Can external.php get this task done? Has anyone seen anything close to this that we can start with? I looked into VBExternal but I still need unique threads (so that the 10 broadcasted posts aren't all from the same thread).

Thanks so much.

Yes, I would like to see this too.

I'm amazed that vB doesn't already have this functionality implemented. In my opinion the vB developers are treating RSS more as a gimmick rather than anything else.

banjolawyer
12-01-2005, 02:59 PM
I need this too !!!

Hellcat
12-01-2005, 03:08 PM
Hmm.... schouldn't be too hard if you simply read directly from the database.
Then do a little dupe-check on the thread IDs to prevent multiple posts from the same thread.

IMO you don't even have to call vB APIs.

I might be wrong, but the idea is cool, since my members also start asking for RSS feeds.
MAybe I should do some reading about the RSS specs ;)

LBmtb
01-26-2006, 05:05 AM
<~ also interested