Would it be possible to create a view, or someway show the top digged nodes on your drupal site, and display it in a block or at the homepage?

Comments

yaph’s picture

Yes this could be added using Digg's API. What would be the minimum number of Diggs a story should have to appear in such a list?

rovo’s picture

I would start with 10 diggs just off the top of my head. Not really much reasoning behind the 10. What do you think?

yaph’s picture

It would probably be best to let the users choose by specifying a minium number in a text field or select list on the module's settings page. That frees my from thinking about what would be reasonable ;-)

yaph’s picture

A top stories page is implemented in CVS head. User settings are still to come.

aaron’s picture

i don't see that in CVS head. would be nice if this feature were implemented using views as well.

yaph’s picture

The number of Diggs is not stored in the Drupal DB, so I'll need to check whether this is possible with the views module. There is the function diggthis_top_stories for a top stories page.

yaph’s picture

Status: Active » Postponed
mchelen’s picture

Title: Stats » Views integration
Issue tags: +views digg diggthis

It sounds like integration with Views is the remaining feature request. Don't know if it is possible, would be nice though.

mchelen’s picture

Version: 6.x-1.0 » master