What is the correct weight for each plugin when using FeedAPI Comments?
Rickasaurus - December 2, 2008 - 03:47
| Project: | FeedAPI Comments |
| Version: | 6.x-1.0 |
| Component: | Documentation |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Description
I apologize, I am a bit of a Drupal noob.
I'm having trouble getting the FeedAPI Comments module to work as it seems to turn all of my posts into comments for my feed.
I believe this is related to the weighting for each of the modules. What is the correct weighting order for each of the modules involved?
Thank you,
-Rick

#1
After some reading, I believe I was completely wrong about the ordering being the issue. Instead, I'm sure it's due to my blog platform not being directly supported.
I'm using Community Server 2.0 and the rss looks like:
/Document/rss/channel/item(for each blog entry)/wfw:commentRss
this contains the url to a seperate rss which contains the comments for that particular post.
It looks like:
/Document/rss/Channel/
title
link
description
dc:language
generator
item(for each comment)
each /Document/rss/Channel/Item contains:
title
link
pubDate
guid
dc:creator
description
I'm going to try to create a site entry for it. Although, after looking briefly, it seems that I may need some kind of hook to go grab the comments from their own rss feed.