Moderator Essentials

Moderator Essentials [Paid] 1.14.5

No permission to buy ($45.00)
  • Thread starter Thread starter Syndol
  • Start date Start date
Hmmm ... interestingly I've had similar happen in the past and just put it down to a glitch so asked them to set them back up again.
 
I'm confused by the following option in Moderator Essentials:

Log User Warnings as a Moderator Action

Are they not already logged as moderator actions by Xenforo? In this thread, Chris D lists the following improvement added to Xenforo 1.5:

Chris D. said:
We now log a couple of additional actions in the Moderator Log. Specifically when a user is spam cleaned or when a user is warned.

How is the option in Moderator Essentials different?

Thanks.
 
@Cyberclaw Moderator Essentials pre-dates XF logged warnings.

Thanks for the reply, Xon. I've only been using Xenforo for a month, but I've already come to appreciate your awesome mods.

I figured that the logging of warnings in the moderator logs by the addon predated Xenforo adding it. My question is this: what does that option do now? Does it do anything? Will Xenforo still log the warnings if I leave the option off in the addon? Thanks.
 
Thanks for the reply, Xon. I've only been using Xenforo for a month, but I've already come to appreciate your awesome mods.
:)

Please leave a review if you have time, it is a bit of a hassle with the character limit I will admit.

I figured that the logging of warnings in the moderator logs by the addon predated Xenforo adding it. My question is this: what does that option do now? Does it do anything? Will Xenforo still log the warnings if I leave the option off in the addon? Thanks.
XenForo will still log warnings if the option if off or on with this add-on. I'ld recommend Report Improvements if you want a more detailed and accessible log, as it logs warning changes into the reports system.
 
Xon updated Moderator Essentials with a new update entry:

1.13.1 - Feature Update

  • Find Deleted Posts feature.
    • On an AdminCP user profile, add to the "Actions" dropdown a "Find Deleted Posts" option.
    • On front-end member profile, add to the "Moderator Actions" dropdown a "Find Deleted Posts" option.
    • Paginated list, ordered by deleted date (from deleted log)
    • Front-end permission "[ModEss] See all deleted posts by a user" to control if a moderator can see all deleted posts from a user.

Read the rest of this update entry...
 
1.13.1:
Server Error when clicking on "Show Deleted Posts" in the User Profile "Action" Menu in ACP:


Code:
Error Info
Mysqli prepare error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '.post_id
            from xf_post as post
            left join xf_deletion_log ' at line 1 - library/Zend/Db/Statement/Mysqli.php:77

Stack Trace
#0 /var/www/clients/client180/web812/web/library/Zend/Db/Statement.php(115): Zend_Db_Statement_Mysqli->_prepare('\n            se...')
#1 /var/www/clients/client180/web812/web/library/Zend/Db/Adapter/Mysqli.php(381): Zend_Db_Statement->__construct(Object(Zend_Db_Adapter_Mysqli), '\n            se...')
#2 /var/www/clients/client180/web812/web/library/Zend/Db/Adapter/Abstract.php(478): Zend_Db_Adapter_Mysqli->prepare('\n            se...')
#3 /var/www/clients/client180/web812/web/library/Zend/Db/Adapter/Abstract.php(791): Zend_Db_Adapter_Abstract->query('\n            se...', Array)
#4 /var/www/clients/client180/web812/web/library/SV/ModEss/XenForo/Model/Post.php(142): Zend_Db_Adapter_Abstract->fetchCol('\n            se...', 3)
#5 /var/www/clients/client180/web812/web/library/SV/ModEss/XenForo/ControllerAdmin/User.php(44): SV_ModEss_XenForo_Model_Post->getNonVisiblePostsByUser(3, Array)
#6 /var/www/clients/client180/web812/web/library/XenForo/FrontController.php(351): SV_ModEss_XenForo_ControllerAdmin_User->actionDeletedPosts()
#7 /var/www/clients/client180/web812/web/library/XenForo/FrontController.php(134): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
#8 /var/www/clients/client180/web812/web/admin.php(13): XenForo_FrontController->run()
#9 {main}

Request State
Array
(
    [url] => https://www.mywebsite.com/admin.php?users/test_user.3/deleted-posts
    [_GET] => Array
        (
            [users/test_user_3/deleted-posts] => 
        )

    [_POST] => Array
        (
        )

)
 
@Xon could you please modify the template mods for member_view profile to have the "Moderator Tools": <a> tag classes injections of "Ban" and "Find deleted Posts" to have "item control ban" and "item control deleted" (now new) classes so the links can by styled. Pretty please...
 
@Freelancer what version (and fork) of MySQL do you have?

Database server

  • Server: Localhost via UNIX socket
  • Server type: MySQL
  • Server version: 5.5.42-1 - (Debian)
  • Protocol version: 10
  • User: xxxxxxxxxxxxx
  • Server charset: UTF-8 Unicode (utf8)
Web server
  • nginx/1.10.1
  • Database client version: libmysql - 5.5.42
  • PHP extension: mysqli
 
@Xon in "modess_user_deleted_posts" template the Tooltip on hover over the deleted post Title does appear only for a fraction of a second and before it can load its content it vanishes again. Seems a loading/JS problem.
 
@Xon in "modess_user_deleted_posts" template the Tooltip on hover over the deleted post Title does appear only for a fraction of a second and before it can load its content it vanishes again. Seems a loading/JS problem.
Ah that. It is actually broken functionality, as there is no 'post preview'. I'ld recommend snipping out the "class="PreviewTooltip"" line until I can release a proper fix.
 
Earlier this year I bought Moderator Essentials for my forum.
I bought it via Pluralsight and now I have big problems with Aphelion.

If I make a registration there, email address and username are known.
When I ask for a new password, then the site says email address is unknown.

Today I got a confirmation email from Pruralsight to confirm my email address and I did so.

I really do not know how to get the update for Moderator Essentials.
 
Ah that. It is actually broken functionality, as there is no 'post preview'. I'ld recommend snipping out the "class="PreviewTooltip"" line until I can release a proper fix.

The "modess_user_deleted_posts" template has this snippet here:
Code:
<xen:include template="preview_tooltip" />

I think this should be commented out or removed if the functionality is not there.
 
  • Like
Reactions: Xon
Back
Top Bottom