Moderator Essentials

Moderator Essentials [Paid] 1.14.5

No permission to buy ($45.00)
  • Thread starter Thread starter Syndol
  • Start date Start date
@Daniel Hood I have found a bug with Moderator Essentials 1.5.0 on Xenforo 1.4.5.
The Last Edited by user name is blank.
This is the text when Moderator Essentials is deactivated.
0.webp
This is the text when Moderator Essentials is activated.
1.webp
 
Also @Daniel Hood, could you make that username is showed? So it will be Last edited by (moderator name or even just common users username if he is in group who can edit his own posts)?
 
There's not currently a way to do this but I could possibly include it in a future release. It's arguable that it's good to log those actions though because being able to trace moderation actions, regardless of admin or not, can be useful to see how threads/users/posts changed state, etc...
 
You're right, but sometimes admins have to perform maintenance actions that have no reason to be reported to the rest of the staff members.
 
Server Error
Undefined offset: 9056233

  1. XenForo_Application::handlePhpError() in ModEss/Listener/Cog.php at line 201
  2. ModEss_Listener_Cog::threadViewPostDispatch()
  3. call_user_func_array() in XenForo/CodeEvent.php at line 73
  4. XenForo_CodeEvent::fire() in XenForo/Controller.php at line 363
  5. XenForo_Controller->postDispatch() in XenForo/FrontController.php at line 354
  6. XenForo_FrontController->dispatch() in XenForo/FrontController.php at line 134
  7. XenForo_FrontController->run() in /var/www/web1/html/index.php at line 13
 
A couple of nice features are coming to Moderator Essentials 1.6.0.

Here's a screenshot of the ability to add tags to threads from the inline mod tools.

upload_2015-7-17_17-11-17.webp

Also, I've created a moderator control panel that adds a few more tools, such as ip searching and a banned user list, plus another way to access the front end user banning. All these things require user permissions which are prefixed with "ModEss - ".

upload_2015-7-17_17-13-27.webp upload_2015-7-17_17-14-31.webp

And also brought the tag management tools to the front end (permissions tied).

upload_2015-7-17_17-15-39.webp
 
Daniel Hood updated Moderator Essentials with a new update entry:

1.6.0

What's New?
  • Moderator Control Panel. Moderator Control Panel that features some tools from the admin panel;
    • Ability to view banned members (requires permission "ModEss - Ban Users")
    • Ability to ban members (requires permission "ModEss - Ban Users")
    • Ability to unban members (requires permission "ModEss - Ban Users")
    • Ability to search users by ip address (just like the admin panel, no additional permission required).
    • Manage Tags functionality from...

Read the rest of this update entry...
 
@Daniel Hood is the tags function tied to XF1.5, and if so, do you need to be running 1.5 for ME1.6.0 to work?
Yes it's tied to the tag functionality in XF1.5 but no it is not dependent on XF1.5. Just don't give anyone the permission to manage tags so that page cannot be accessed. If they were to have permission and accessed the page, you'd get some error messages based on files that don't exist, etc..
 
Can't you wrap the relevant code in a version check, to stop errors being thrown?
PHP:
if (XenForo_Application::$versionId >= 1050032)
{
    ...
}


I'm using that for the next version of mine as I'm using XenForo_Model_Thread::FETCH_LAST_POST_AVATAR which was only introduced in B2.
For the alpha the version check would be 1050010, of course.
 
Can't you wrap the relevant code in a version check, to stop errors being thrown?
PHP:
if (XenForo_Application::$versionId >= 1050032)
{
    ...
}


I'm using that for the next version of mine as I'm using XenForo_Model_Thread::FETCH_LAST_POST_AVATAR which was only introduced in B2.
For the alpha the version check would be 1050010, of course.

That's not a bad idea at all. 1.5 is such a good release that my subconscious just wanted to encourage people to update :p
 
Daniel Hood updated Moderator Essentials with a new update entry:

1.6.1

What's New
  • Fixed bug with front-end banning of members.
  • Made XenForo 1.4.x integration cleaner by allowing you to set the permission ModEss - Manage Tags before upgrading to XenForo 1.5.x without worrying about any error messages. This allows you to set all moderator essential permissions ahead of update so your staff can dive right in to Tag Management.

Read the rest of this update entry...
 
@Daniel Hood I'm getting this when trying to search by IP in mod log.
I have absolutely all permissions.

Please assist.

PS: Running your very latest version as of this time.

swC0Qt3.png
 
Back
Top Bottom