[OzzModz] Simple Stats

[OzzModz] Simple Stats [Paid] 2.1.1

No permission to buy ($25.00)
Thanks @Painbaker for the export function, sweet! If I can make a suggestion, the ability to format the export a bit (like make usernames clickable in the table or change the width of the table).
 
Ozzy47 updated [OzzModz] Simple Stats with a new update entry:

[OzzModz] Simple Stats 2.2+ Update 2.0.0

  • General code refactor
  • Make query options more flexible
  • Make options row collapsible
  • Updated minimal XF version: 2.2
  • Fix: update browser URL state on stats input change
  • Added new statistic: user reported count
  • Added new statistic: user report assigned count
  • Added new statistic: XFRM Resource update count
  • Added new statistic: XFRM User rating count

Read the rest of this update entry...
 
@Ozzy47 Got a bug in the export function. When exporting the user thread count, the URL markup isn't working:
Code:
[TR]
        [TD]
                [URL="/members/?user_id=1235&username=Duderuud"]Duderuud[/URL]
        [/TD]
        [TD]
                55
        [/TD]

The result is a table without URL links.

URL should be something like
Code:
https://www.domain.com/members/[username].[id]/

Edit:
The resulting table has a few unnecessary empty spaces.

Please change
Code:
[TR]
        [TD]
                [URL="/members/?user_id=118828&username=Duderuud"]Duderuud[/URL]
        [/TD]
        [TD]
                55
        [/TD]

    [/TR]

To
Code:
[TR]
[TD][URL=https://www.domain.com/members/duderuud.1]Duderuud[/URL][/TD]
[TD]55[/TD]      
[/TR]

Edit:
Same goes for Thread reply count. URLs are not clickable
 
Last edited:
Also, some statistics take too long to create and result in a timeout. I try to view the user post count of the past year but to no avail.

[Edit:]
Post reaction count produces the complete post content instead of the direct link to the specific post.
You can enable the ID but you cannot disable the content of the message itself.
 
For now I fixed the markup manually.
The only things I can't fix are the timeouts. Hope you can fix that today or tomorrow, would be really nice if I can present the results this year...
 
The only things I can't fix are the timeouts.
First of all, I need to know with what queries and criteria the problem is observed.
Send me the URL from the address bar so I can reproduce the request.

Then I need the results of profiling for these queries in your environment.


PS: Large forums need individual optimizations which cannot be added as part of an addon.
 
The new release works great. Thanks for that!

Yearly statistics are online on my website right now.

Small bug:
Feature: add option to hide message for post reaction count statistic
The option is reversed (option needs to be ticked to disable the message view).
 
This is very consusing
How many add-ons are we talking about?

I just want one that gives me a Report of who gave Content Reactions
 
This looks good

If I buy it will I be able to get a report of who has given the most Reactions
Specifically the
Agree and Disagree Reactions
 
Good suggestions taken from another thread (thanks @Ludachris)
overall registrations
# of posts for the year,
# of threads posted
images posted
top 10 posters for the year
top threads
members with the most reactions
 
Top Bottom