RSS feed for forum?

Something you want to see in a LiveCode product? Want a new forum set up for a specific topic? Talk about it here.

Moderator: Klaus

Post Reply
Garrett
Posts: 386
Joined: Sat Apr 08, 2006 8:15 am
Contact:

RSS feed for forum?

Post by Garrett » Tue Jun 27, 2006 11:42 pm

Add support for getting the latest posts on the forum via RSS feed. It is
possible to add RSS support to the forum. But I'm not sure you all are
willing to install one of the phpbb mods needed to add this support. An
example of it in use can be seen here: http://www.vdsworld.com/forum/index.php

Here's a couple of links to PHPbb mods that add Feed support.

* http://www.phpbb.com/phpBB/catdb.php?cat=56
* http://www.phpbbhacks.com/category/23

Also, do you have the forum setup for security signup only? Where the
user needs to view the graphic and input the password in the graphic in
order to be allowed to post? If not, check into that as it will eliminate the
spam we are getting in here on a regular basis.

Thanks,
-Garrett

Lynn
Posts: 110
Joined: Thu Feb 23, 2006 7:43 pm

Re: RSS feed for forum?

Post by Lynn » Wed Jun 28, 2006 7:37 am

Garrett wrote:Add support for getting the latest posts on the forum via RSS feed. It is
possible to add RSS support to the forum. But I'm not sure you all are
willing to install one of the phpbb mods needed to add this support. An
example of it in use can be seen here: http://www.vdsworld.com/forum/index.php

Here's a couple of links to PHPbb mods that add Feed support.

* http://www.phpbb.com/phpBB/catdb.php?cat=56
* http://www.phpbbhacks.com/category/23

Also, do you have the forum setup for security signup only? Where the
user needs to view the graphic and input the password in the graphic in
order to be allowed to post? If not, check into that as it will eliminate the
spam we are getting in here on a regular basis.

Thanks,
-Garrett
Hi Garrett,

This is indeed on our list - rss support. Once we get revdeveloper.com all squared away we should be able to move on this.
Best regards,


Lynn Fredricks
Paradigma Software - Ultra Fast Database & Reporting Platform for LiveCode
http://www.paradigmasoft.com

rishi
Posts: 25
Joined: Wed Apr 12, 2006 12:23 am
Contact:

Post by rishi » Fri Jul 07, 2006 1:48 am

Great!

:D
--
Rishi Viner
Australia

vamp07
Posts: 21
Joined: Mon Apr 10, 2006 2:12 pm

Post by vamp07 » Wed Feb 21, 2007 8:21 pm

Did anything ever come of this? I want to subscribe to this forum.

Steven

Mark
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 5150
Joined: Thu Feb 23, 2006 9:24 pm
Contact:

Post by Mark » Wed Feb 21, 2007 8:48 pm

No. I don't expect RSS support to be added to this forum.

If you happen to speak German and want a forum about Revolution that supports RSS, have a look at http://www.revolutionboard.de/smf/index.php

Mark
The biggest LiveCode group on Facebook: https://www.facebook.com/groups/livecode.developers
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode

marielle
Livecode Opensource Backer
Livecode Opensource Backer

Post by marielle » Thu Feb 22, 2007 12:28 am

Mark wrote:No. I don't expect RSS support to be added to this forum.
Well this got set up on the japanese forum: forums.runrev.com/jp. So I assume somebody must have figured out how to do it.

Marielle

robinmiller
Site Admin
Site Admin
Posts: 4
Joined: Thu Apr 13, 2006 5:43 pm

Post by robinmiller » Tue Mar 20, 2007 3:43 pm

There should now be an RSS feed attached to this forum. Essentially there was an issue with the closed nature of the forums, but now that they have been opened up it makes RSS much simpler. The link is:

http://forums.runrev.com/phpBB2/rss.php

Please let me know if you have any problems accessing it, or integrating it with your reader.

Kind regards,

Robin

Webmaster, Runtime Revolution Ltd
www.runrev.com

Mark
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 5150
Joined: Thu Feb 23, 2006 9:24 pm
Contact:

Post by Mark » Tue Mar 20, 2007 3:54 pm

Thanks, Robin! It works great!

Mark
The biggest LiveCode group on Facebook: https://www.facebook.com/groups/livecode.developers
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode

Obleo
Posts: 174
Joined: Mon Apr 10, 2006 10:35 pm
Contact:

Post by Obleo » Tue Mar 20, 2007 5:27 pm

Wow, Thanks !

This allows myself to check in by the dashboard. By the way I wrote this for my personal use, but spent the extra 20 minutes to share it (made it look nice), since I went to the touble of writing the Java Script before having my morning coffee. I made a little barebones dashboard widget, to keep track of the latest forum posts. Nothing special, just read, click on text to open topic web page, like I said barebones.

I added a backend page to our site. if any other mac OSX 10.4.3 or later users are interested. Link to forum widget

thanks, again.

-ob

Mark
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 5150
Joined: Thu Feb 23, 2006 9:24 pm
Contact:

Post by Mark » Tue Mar 20, 2007 9:23 pm

Very nice, Obleo. Thanks. Not that I use Dashboard, but your widget is a great little toy.

Best,

Mark
The biggest LiveCode group on Facebook: https://www.facebook.com/groups/livecode.developers
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode

BvG
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 1239
Joined: Sat Apr 08, 2006 1:10 pm
Contact:

Post by BvG » Wed Mar 21, 2007 7:31 am

I never used RSS before, and I don't have Mac OS 10.4. So of course I had to make a RSS aggregator stack in runrev!
Bonus: I finally learned how to use the dreaded XML library of runrev.

there's no documentation, use at your own risk.

http://bjoernke.com/runrev/stacks.php
direct download: rss_reader.rev
Various teststacks and stuff:
http://bjoernke.com

Chat with other RunRev developers:
chat.freenode.net:6666 #livecode

malte
Posts: 1098
Joined: Thu Feb 23, 2006 8:34 pm
Contact:

Post by malte » Wed Mar 21, 2007 11:57 pm

Nice stack B!

Now add some shiny UI and keep it rolling. :-D

All the best,

malte

Garrett
Posts: 386
Joined: Sat Apr 08, 2006 8:15 am
Contact:

Post by Garrett » Thu Mar 22, 2007 10:24 pm

And many thanks to the RunRev people who finally added the RSS feed to the forums. :-)

mwieder
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 3581
Joined: Mon Jan 22, 2007 7:36 am
Contact:

Re: RSS feed for forum?

Post by mwieder » Mon Nov 23, 2009 6:54 pm

How about bringing back the RSS feed? It was the only useful feature of this board.

mwieder
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 3581
Joined: Mon Jan 22, 2007 7:36 am
Contact:

Re: RSS feed for forum?

Post by mwieder » Wed Dec 30, 2009 5:51 pm

OK - The RSS feed is back, but it's *much* less useful than the old version. Having the forum topic displayed before the thread title sounds good in theory, but there isn't enough room in the RSS pane to display all that information. What you end up with instead is a series of entries like

Getting Started with Revolution Media*Re: Pro...
Getting Started with Revolution Enter...
Getting Started with Revolution Enter...
Talking Revolution*Re:How to delete the sele...

Post Reply