PDA

View Full Version : incomplete sub forums RSS


fulviods
07-08-2013, 09:33 AM
Hello,

I have a big forum with a lot of sub forums. I need the RSS of all those sub forums but when i check then sometimes I can see only the channel informations and sometimes just 1-2 post of a thread of 29 june, but not the last ones...

How can i have in those subforums (they are visible to visitors) RSS feed that works ? I really need it !

Thanks

--------------- Added 1373313074 at 1373313074 ---------------

i'm the only one to have this problem?

fulviods
07-09-2013, 07:39 PM
please anyone knows about this problem???

tbworld
07-09-2013, 08:43 PM
Sorry, I use RSS, but I do not have any problems with it.

I think you need to provide much more data before anyone can really assist you, unless this is a common problem that I do not know about. The first thing I do is to check JIRA for vb4. If it was a common problem it would be listed. Hope that helps somewhat. :)

Zachery
07-09-2013, 11:31 PM
RSS doesn't pull subforums, only the id's you include.

fulviods
07-10-2013, 01:00 PM
RSS doesn't pull subforums, only the id's you include.

my rss in subforums are generated by vbulletin, they look like this :
.../forum/external.php?type=RSS2&forumids=46

So the id of the forum is there. Inside this RSS i can see the channel informatiosn, then just one item/thread of 29 of june.

All my forums have a lot of discussions

If it doesnt work on subforums why there is a RSS feed and why there is one post inside ??

It seem that vbulletin says "ok let s give you a rss even if it doesnt work"

How its possible in 2013 that i cant retrieve rss feed from a forum ??? :(
There are no solutions to this situation?

Zachery
07-10-2013, 06:04 PM
If I wanted to pull a categories children's RSS feeds, I can't just put the top most id.

You're talking about puling the RSS from a single forum, I wouldn't use the word subforum here, that implies something different than what it means.


Anyway, If you're not getting anything on the feed, are you 100% positive there have been NEW THREADS in the past 30~ days? And not just new posts?

fulviods
07-11-2013, 12:28 PM
If I wanted to pull a categories children's RSS feeds, I can't just put the top most id.

You're talking about puling the RSS from a single forum, I wouldn't use the word subforum here, that implies something different than what it means.


Anyway, If you're not getting anything on the feed, are you 100% positive there have been NEW THREADS in the past 30~ days? And not just new posts?


Ok i understand is based on opened threads !!!! so in fact not a lot!!
Could it be based on last answers ???

Zachery
07-11-2013, 05:49 PM
I think if you use &lastpost=1 It should return the latest posts, not latest threads.

fulviods
07-12-2013, 12:57 PM
I think if you use &lastpost=1 It should return the latest posts, not latest threads.

You made my day :) thanks it works!!