Report Centre Essentials

Report Centre Essentials [Paid] 2.15.4

No permission to buy ($45.00)
You need to upgrade StandardLib to v1.23+, and then you can batch update search improvements/report improvements/report center essentials.

XenForo sorts uploaded files by filename which is not remotely useful for meeting add-on dependencies which are across multiple add-ons.

So install search improvements, then report improvements, and then finally report centre essentials.

If you've installed StandardLib v1.23+, then you can install/upgrade the above 3 at the same time.
Thank you!

The issue with the template errors was this setting:
1768860294115.webp

When set at 0 it throws the errors.
When changed to anything other than 0 the errors resolve.
 
Xon updated Report Centre Essentials with a new update entry:

2.15.2 - Feature & Bugfix update

  • Require StandardLib v1.23.0+
  • Fix "View previous X comments" was off by one for when When viewing a report, only show the last X report comments option is non-zero
  • Fix "View previous 1 comments" didn't use singular form for comments (new phrase svReportCentreEssentials_view_previous_count_comment)
  • Fix internal server error when copying thread reply bans between threads...

Read the rest of this update entry...
 
Updated to latest and getting

Code:
ErrorException: Template error: [E_USER_WARNING] Macro public:svReportCentreEssentials_report_macros:report_response is unknown src/XF/Template/Templater.php:748
Stack trace
#0 [internal function]: XF\Template\Templater->handleTemplateError(512, '[E_USER_WARNING...', '/home/physicsf/...', 748)
#1 src/XF/Template/Templater.php(748): trigger_error('Macro public:sv...', 512)
#2 src/XF/Template/Templater.php(867): XF\Template\Templater->getTemplateMacro('public', 'svReportCentreE...', 'report_response')
#3 internal_data/code_cache/templates/l1/s12/public/report_view.php(480): XF\Template\Templater->callMacro('svReportCentreE...', 'report_response', Array, Array)
#4 src/XF/Template/Templater.php(1799): XF\Template\Templater->{closure}(Object(SV\StandardLib\XF\Template\Templater), Array, NULL)
#5 src/addons/MaZ/AUN/XF/Template/Templater.php(39): XF\Template\Templater->renderTemplate('report_view', Array, true, NULL)
#6 src/XF/Template/Template.php(24): MaZ\AUN\XF\Template\Templater->renderTemplate('public:report_v...', Array)
#7 src/XF/Mvc/Renderer/Html.php(50): XF\Template\Template->render()
#8 src/XF/Mvc/Dispatcher.php(471): XF\Mvc\Renderer\Html->renderView('XF:Report\\View', 'public:report_v...', Array)
#9 src/XF/Mvc/Dispatcher.php(453): XF\Mvc\Dispatcher->renderView(Object(XF\Mvc\Renderer\Html), Object(XF\Mvc\Reply\View))
#10 src/XF/Mvc/Dispatcher.php(412): XF\Mvc\Dispatcher->renderReply(Object(XF\Mvc\Renderer\Html), Object(XF\Mvc\Reply\View))
#11 src/XF/Mvc/Dispatcher.php(66): XF\Mvc\Dispatcher->render(Object(XF\Mvc\Reply\View), 'html')
#12 src/XF/App.php(2824): XF\Mvc\Dispatcher->run()
#13 src/XF.php(806): XF\App->run()
#14 index.php(23): XF::runApp('XF\\Pub\\App')
#15 {main}
 
Updated to latest and getting
Check if you've got customizations to the svReportCentreEssentials_report_macros template and the template is out of date or has unmerged changes. The macro report_response exists in there in the default style.
 
Last edited:
Is it possible to delete reports?
We had some testing done, and now anyone clicking the report button can see how many reports there were...
 
This requires database queries (or code to manually poke the delete method on the entity) as the XF UI doesn't support deleting reports.
 
This requires database queries (or code to manually poke the delete method on the entity) as the XF UI doesn't support deleting reports.
I understand.
Thanks anyway.
(would it be ok to manually delete from the DB?)
 
I understand.
Thanks anyway.
(would it be ok to manually delete from the DB?)
Yes that would be fine.

You'll need to remove entries in xf_report and xf_report_comment table, and then rebuild the search index for reports and report comments to flush those out.
 
Back
Top Bottom