Forums / Extensions / eZ Flow / Most read articles
Mario Ivancic
Sunday 30 November 2008 9:57:10 am
Hi all, I want to get most read articles(from date to date) from folder (news). Anyone know how to do this. Please help me!I want to get something like this :
22.11.2008. | (123) Article example one. 22.11.2008. | (87) Article example two. 21.11.2008. | (80) Article example two. 20.11.2008. | (17) Article example two.
-- http://www.escapestudio.net http://twitter.com/MarioIvancic
Bin LIU
Monday 01 December 2008 1:23:32 am
The counter read is an attribute ?
So you can do a dynamic block ezflow fetch manuel sort by this attribute and published time.
=== Lagardère Active === Fetch random http://projects.ez.no/la_fetch_random LA Static Cache http://projects.ez.no/lastaticcache LA Bookmarks (jquery) http://projects.ez.no/labookmark LA Calendar (jquery) http://projects.ez.no/lacalendar My site ez http://lingping.info
Gaetano Giunta
Monday 01 December 2008 2:48:48 am
Use the updateviewcount cronjob to parse your apache log files and bring back into eZ the access numbers.
Then write a custom template fetch function to retrieve that data (see this thread for more details): http://ez.no/developer/forum/setup_design/ezview_counter/re_ezview_counter__4
Principal Consultant International Business Member of the Community Project Board
Monday 01 December 2008 3:05:28 am
very interesting.
http://ez.no/developer/contribs/template_plugins/ezviewcounter
and
http://ez.no/developer/contribs/template_plugins/ezstats
Thanks !