By Keep Quiet on Wednesday, 16 December 2015
Posted in General Issues
Likes 0
Views 387
Votes 0
Hi,

How can a blogger find out the number of hits for all their articles? Can a report be generated and exported to excel?

If not, is there an extension that can accomplish this?

Can the statistics view on dashboard be customized?

Thanks
Hello,

I'm sorry, it is not possible for the listing in statistic page to show all blog post. As for the sorting, you can change it here: http://screencast.com/t/zqumEl7AYqlY in Backend>Easyblog>Settings>Layout>General.
·
Thursday, 17 December 2015 15:50
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello,

I'm sorry but we don't have feature to export the hits. The only way author can see it is through the blog post itself. And I can't think any extension that does this. However, you can get the data from your database and export the result by execute this SQL:

select title, hits from #__easyblog_post where created_by='593'

change 593 to your author ID and #_ to your own table prefix. Hope this helps.
·
Wednesday, 16 December 2015 10:59
·
0 Likes
·
0 Votes
·
0 Comments
·
Th statistics view shows only certain number of articles as top posts. Can it be modified to show a list of all the posts? I guess we will need pagination as well.

Also, the blog post page menu item, can it have sorting feature to sort via hits etc?

Thanks
·
Thursday, 17 December 2015 14:01
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks
·
Friday, 18 December 2015 02:28
·
0 Likes
·
0 Votes
·
0 Comments
·
You're welcome.
·
Friday, 18 December 2015 10:42
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post