Postponed
Project:
Digg this
Version:
master
Component:
Miscellaneous
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
6 May 2008 at 20:02 UTC
Updated:
26 May 2010 at 17:36 UTC
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
Comment #1
yaph commentedYes 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?
Comment #2
rovoI would start with 10 diggs just off the top of my head. Not really much reasoning behind the 10. What do you think?
Comment #3
yaph commentedIt 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 ;-)
Comment #4
yaph commentedA top stories page is implemented in CVS head. User settings are still to come.
Comment #5
aaron commentedi don't see that in CVS head. would be nice if this feature were implemented using views as well.
Comment #6
yaph commentedThe 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.
Comment #7
yaph commentedComment #8
mchelenIt sounds like integration with Views is the remaining feature request. Don't know if it is possible, would be nice though.
Comment #9
mchelen