[OzzModz] Attachment Stats Widget

[OzzModz] Attachment Stats Widget 2.0.0

No permission to download
Installed this addon on latest Xenforo v2.2.13, PHP 8.1 :

ss.webp






But in forum home, below or above Forum Statistics, the attachment stats still not appearing :

ss2.webp





Should i edit forum home template & added something, or there is a setting to showing this?


Thank you for the addon before
 
You need to add a widget, the stats are not included in Forum stats.

Mine looks like this.
 

Attachments

  • Screen Shot 2023-12-24 at 10.44.41 AM.webp
    Screen Shot 2023-12-24 at 10.44.41 AM.webp
    21.1 KB · Views: 4
  • Screen Shot 2023-12-24 at 10.46.41 AM.webp
    Screen Shot 2023-12-24 at 10.46.41 AM.webp
    44.2 KB · Views: 7
Works fine for me on 2.3.5. Can you show a screen shot?

i think found the problem

src\addons\OzzModz\AttachStats\Repository\AttachmentCounters.php

PHP:
SUM(attachment.view_count) AS total_view_count,

for count total thread downloads must be

PHP:
SUM(attachment.download_count) AS total_view_count,

or iam wrong ?
 
Back
Top Bottom