Project:Digg this
Version:master
Component:Miscellaneous
Category:feature request
Priority:normal
Assigned:Unassigned
Status:postponed
Issue tags:views digg diggthis

Issue Summary

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

#1

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?

#2

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

#3

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 ;-)

#4

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

#5

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

#6

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.

#7

Status:active» postponed

#8

Title:Stats» Views integration

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

#9

Version:6.x-1.0» master