How about adding an RSS feed to the view at http://groups.drupal.org/hot ?

This is something I can help with if help is needed.

Comments

greggles’s picture

Title: add an RSS feed to "Hot content this week" view » Add an RSS feed to radioactivity feed
Project: Groups.drupal.org » Radioactivity
Component: Miscellaneous » Code
Category: task » feature
Issue tags: +gdolove

We need to solve this in radioactivity first.

Please play around with that and see if you can create it. I believe it won't currently work and may require some new tables and/or views integration in radioactivity to make it work.

The problem I see is that feeds are meant to show an item once, but the "hot" area could get the same item in position 6 then position 1, then 7 then 2 depending on energy being added/removed.

sutharsan’s picture

Issue summary: View changes
Status: Active » Closed (outdated)

Issue triage: Closing issue, the 6.x branch is no longer maintained.

If you believe this issue is closed in error, feel free to re-open.

greggles’s picture

Version: 6.x-1.x-dev » 8.x-3.x-dev
Status: Closed (outdated) » Active

I think this is a reasonable feature request for 8.x.

sutharsan’s picture

With the display-only option I suggest in #1259330: Add an RSS feed to radioactivity feed, this can be build with Views. Would that be sufficient?

greggles’s picture

Ah, very cool! If it can be built with views then agreed the need is satisfied.

sutharsan’s picture

Status: Active » Fixed

I thought about this a little more. Since radioactivity energy is a field with a value, an RSS feed can be created with a view sorted on this field. A list of popular pages is not fundamentally difficult from an RSS feed.

The formatter I mentioned in #4 is completed, but is not needed to make a feed view.

Marking the issue as fixed. If problems arise while making an feed, you know where to find me ;)

greggles’s picture

Sounds good - thanks for the advice!

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.