• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Body in RSS feed?

 
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello. I want to configure the RSS feed from the forums so I can read them from Google Reader. But the current RSS links only show the titles of the posts, which is very not useful.

What link should I just to get the full body RSS feeds??

Thanks for the great forum software!
[originally posted on jforum.net by dmangot]
 
Migrated From Jforum.net
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am also very interested on how to do this.
[originally posted on jforum.net by fern]
 
Migrated From Jforum.net
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
So, is this even possible with JForum?
[originally posted on jforum.net by dmangot]
 
Migrated From Jforum.net
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Not sure what you are asking for...the RSS feeds for Recent Topics, a Specific Forum, and a specific topic all include the body of the posts (tested Google Reader with this 2.1.8 server and a 2.1.7 server manually.)

Is it the fact that the replies to the topics are not part of the forum/recent topics?

AFAIK, there is no RSS standard for threaded discussion.. but I haven't kept up with the standard recently.

I suppose you could modify the RSS feed to issue the RSS URL for a topic instead of the URL to the host site. But I'm not sure how a reader would react to this.

FYI - The code for generating RSS is fairly straight forward if you want / need to modify it. Start with the RSSAction class and work down to the various net.jfourm.util.rss classes.
[originally posted on jforum.net by monroe]
 
reply
    Bookmark Topic Watch Topic
  • New Topic