PDA

View Full Version : RSS Syndication


talon121
04-17-2007, 10:17 AM
I'd love to see a mod that allows a forum to be RSS'd for external syndication.

ie. rss.php?fid=10&format=Xml


somethin like that would be neat to see, I dont see built in RSS capabilities for syndicating existing forum content. --- Would be nice and I KNOW if vbulletin integrated this feature into their forum software it would be a very popular item.

Some items I would make sure when you develop it:

Dont allow any security threats, ie. XSS/Injections
Make sure that it has some security options because if theres a forum id that people publicly should'nt see.. It should use similiar permissions to the 'archive' feature.


Those are my two cents. If this gets developed ... That'd be a neat feature. With RSS being such a big thing these days. ie. feedburner

Marco van Herwaarden
04-17-2007, 10:57 AM
<a href="http://www.vbulletin.com/docs/html/main/vboptions_externaldataprovider_implementing" target="_blank">http://www.vbulletin.com/docs/html/m...r_implementing</a>

talon121
04-19-2007, 10:17 AM
Thanks!
--
Exactly what I need ;p I just didnt see it ;p

(or didnt RTFM)