Report Queues And Stats

Report Queues And Stats [Paid] 1.3.4

No permission to buy ($45.00)
Sorry for pushing this again! Would it be at least possible the user get's a small notification if a report was closed?
 
@Xon couple questions:
1) Is resource manager supported? (For resource content type and categories)
2) Are statistics retroactive?
3) What's with the write permission? That dir is writable for the webserver for us, but it's also ephemeral so would be blown away every time we updated XenForo unless special actions were taken.
 
I do plan to port this add-on to XF2, but need to port Report Improvements first.

@Xon couple questions:
1) Is resource manager supported? (For resource content type and categories)
At the moment you can route to various queues based on content type.

It doesn't explicitly support resource manager categories, but would be fairly trivial to add criteria for the auto-queue assignment rules.

2) Are statistics retroactive?
Yes. It is a pile of pre-canned SQL queries developed on SpaceBattles & Sufficient Velocity for moderator stats reporting purposes.

3) What's with the write permission? That dir is writable for the webserver for us, but it's also ephemeral so would be blown away every time we updated XenForo unless special actions were taken.
It generates dynamic classes (and writes them to disk so they can be cached) to extend every controller class, because otherwise the functions it replace are unextendable. It doesn't matter if they are blown away, as it'll be regenerated on the new page view.
 
Xon updated Report Queues And Stats with a new update entry:

1.3.1 - Bugfix & feature update

  • Add Report Queue to report comment/reports search results (when Report Improvements is installed)
  • Add Thread Prefix matching in queue routing rules (supporting MultiPrefix add-on if installed)
  • Fix some php 5.6 compatibility issues
  • Fix undefined method canViewReports error when Report Improvements is not installed
  • Relax Search Improvements dependency
  • Make installer more robust for new installs
  • Ensure reports count is rebuild on install/upgrade.

Read the rest of this update entry...
 
What is included in report & moderator statistics on the front-end? Will this generate a report listing moderators by username and identify the actions, including warnings, they've performed over a given time period?
 
This add-on is currently being ported to XF2, and will be renamed "Report Centre Essentials" once completed.

What is included in report & moderator statistics on the front-end? Will this generate a report listing moderators by username and identify the actions, including warnings, they've performed over a given time period?
  • Per-user; Reports handled (ie the user who resolved/rejected a report)
  • Per-user; Reports commented on
  • Per-user; Moderator actions (which analyses the moderator log, recommend you set "Moderator log length" to 0 aka do not expire)
    • This includes all actions including warnings (with XF1.5.x), they are stacked in a bar graph for an overview, on-hover it displays per-action breakdowns.
  • Per-month reports resolved/rejected
  • Per-day reports created counts
  • Per-forum report total pie chat.
 
Top Bottom