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

drupalmurf’s picture

feelexit’s picture

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.

michelle’s picture

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.

silverwing’s picture

make sure you have content viewing counter enabled. admin/logs/settings

~silverwing

_____________________________________________
Land of Midnight | MisguidedThoughts | showcaseCMS

robato’s picture

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!

vako’s picture

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.

aangel’s picture

to turn on 'count content views":

browse to admin -> reports -> access log settings

ranga143’s picture

good its working perfectly..thanks for this posting...