By Federico Falciani on Tuesday, 08 July 2014
Posted in General Issues
Replies 7
Likes 0
Views 499
Votes 0
Hi, I need to know how and which kind of statistics i can export in csv file.
In particular I need to export file for:
- Number of post per user
- History per user
- Number of modify per post
- Post view
- Number of reply per post
- Votes per post

Thank you
Waiting for your kindle answer

Federico Falciani
Hello Federico,

I am really sorry but unfortunately right now we do not have such reporting modules built into EasyDiscuss currently
·
Wednesday, 09 July 2014 00:00
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Mark,

could you please advise, where is the script that makes basic statistic in ED administrator dashboard?

I am also interested in that as I will have to do some custom script for custom statistic, similar to Federico needs.

Then I wil try to use PHP fputcsv to get these data to csv file.

Best regards
Pavel
·
Wednesday, 30 July 2014 17:49
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Pavel,

Hm, sorry but unfortunately we do not actually have such stats. You could just write a simple SQL query to generate these stats for you What sort of stats export are you looking at? Perhaps you should start posting feature requests at http://stackideas.com/voices/easydiscuss
·
Wednesday, 30 July 2014 22:01
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Mark,

I thought about this stats which you have already implemented on dashboard.. so I would like to know, where is the script that generate that. Then I will try to make such code customization to generate CSV..

http://awesomescreenshot.com/0dc38gkgc6

Mark wrote:

Hello Pavel,

Hm, sorry but unfortunately we do not actually have such stats. You could just write a simple SQL query to generate these stats for you What sort of stats export are you looking at? Perhaps you should start posting feature requests at http://stackideas.com/voices/easydiscuss
·
Wednesday, 30 July 2014 22:09
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Pavel,

Ah, if you want to review the current script, see the file at /administrator/components/com_easydiscuss/views/discuss/tmpl/default_chart.php
·
Wednesday, 30 July 2014 22:22
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Mark,

thank you very much!

Best regards
Pavel

Mark wrote:

Hello Pavel,

Ah, if you want to review the current script, see the file at /administrator/components/com_easydiscuss/views/discuss/tmpl/default_chart.php
·
Wednesday, 30 July 2014 22:26
·
0 Likes
·
0 Votes
·
0 Comments
·
You are most welcome Sir!
·
Wednesday, 30 July 2014 22:38
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post