Is there any way to get a list of most popular(most viewed) articles in MODx? The documentation for getResources doesn't say anything in this context.

link|improve this question
feedback

1 Answer

up vote 0 down vote accepted

You could use the snippets Page hit counter and Page Hit Counter results to count visits and display them on your site.

link|improve this answer
Thank you. That was helpful. I'm yet to try them. But its pretty much sure that they will work. – WindsofChange Apr 27 '11 at 13:25
That worked but each time the page is visited the count increases by 3. What may be the reason for that? onWebPagePrerender system event firing multiple times? or the browser requesting the page multiple times? – WindsofChange May 9 '11 at 10:23
1  
Sorted it out. :) It was Firefox requesting multiple times for a non-existent favicon.ico. Edited .htaccess to ignore requests for favicon.ico and now its working fine. – WindsofChange May 10 '11 at 6:00
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.