Stats
rob dean - May 6, 2008 - 20:02
| Project: | Digg this |
| Version: | 6.x-1.0 |
| Component: | Miscellaneous |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | postponed |
Jump to:
Description
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?

#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