Popular Pages as PageList

Permalink
Does anyone has an idea if there is a solution for having a pagelist with the most popular pages (blog pages)?

For 5.6 there was a package for this.https://www.concrete5.org/marketplace/addons/popular-pages/...

But I don't know if this could be made for v8 because I didn't find any statistics built in c5.

Any ideas?
best regards, Roland

webpresso
 
MrKDilkington replied on at Permalink Reply
MrKDilkington
Hi webpresso,

The add-on you linked to uses the PageStatistics table. This table is not used in concrete5 5.7 and v8.

To do this in 5.7 or v8, I believe you would need to create custom code to track page views, save them to a database table, and then extend the PageList controller (Concrete\Core\Page\PageList) to include a query that joins the two tables.
webpresso replied on at Permalink Reply
webpresso
Thanks Karl Dilkington
I see that this has to be done manually.

best regrads, Roland