By feelexit on
instead using fivestar module to rate articles, I want to sort it and get top 10 most viewed articles. is there a module can do that ?
instead using fivestar module to rate articles, I want to sort it and get top 10 most viewed articles. is there a module can do that ?
Comments
Yes try Views
http://drupal.org/project/views
I already have views module
I already have views module installed. but I want to get top 10 most viewed articles. I dont think this module can do that. it didn't keep tracking how many ppl already read the article.
...
Yes, you can filter views on both popular and recently popular. They're default views, IIRC.
Michelle
--------------------------------------
See my Drupal articles and tutorials or come check out life in the Coulee Region.
make sure
make sure you have content viewing counter enabled. admin/logs/settings
~silverwing
_____________________________________________
Land of Midnight | MisguidedThoughts | showcaseCMS
What if the node is a view?
What if the node I want counted is a view itself? Lets say I want to create a block of the top 10 most viewed VIEWS!
In Drupal 6: You can enable
In Drupal 6:
You can enable the "popular content" views in your views settings, you need to do the following to get them to show:
enable the statistics module
browse to admin -> settings -> statistics -> and enable "count content views."
go to administer -> blocks -> and enable the "popular content" blocks.
You can adjust how many content items show by editing the popular content view under admin -> views.
correction
to turn on 'count content views":
browse to admin -> reports -> access log settings
thanks
good its working perfectly..thanks for this posting...