Version: 4.2.0, by masterross
Developer Last Online: Feb 2020
Category: Moderators Functions -
Version: 4.2.x
Rating:
Released: 03-12-2010
Last Update: 06-01-2012
Installs: 483
Uses Plugins Auto-Templates
Re-useable Code Translations
No support by the author.
Info:
Easy moderation of users
Main Features: Global features:
Show user's threads
Basic Mod features:
Ban
Edit Avatar
Edit profile pic
Edit user's profile
Advanced Mod features:
Edit user's permissions
Remind password
Edit user's access
Delete all user's posts
Additional features:
Option to choose enable/disable every single feature.
Option to select which usergroups should have basic or advanced features.
One step installation (no file uploads, no manual template modifications required)
View screenshots for more details.
Installation:
-Import XML file (as product): AdminCP > Plugin System > Manage Products > [Add/Import Product]
Note:
If you are upgrading from previous version make sure you've checked Allow Overwrite
To change options:
Go to: AdminCP > vBulletin Options > Easy Mod Tools
Versions:
v4.0.1 - 13 March 2010 - first release
v4.0.2 - 14 March 2010 - few bugs fixed
15 March 2010 - Added Arabic translation thanks to Dr.osamA
v4.0.3 - 31 March 2010 - "Delete All Posts" bug fixed
03 June 2010 - Added Polish translation thanks to
v4.0.4 - 23 July 2010 - Some minor bugs fixed Marek58
v4.0.5 - 7 January 2012 - Plugin location change to allow using the hack at forumhome thanks to Boofo
v4.0.6 - 17 January 2012 - Using Username HTML Markup in the hack. Added option to show user's threads (thx Boofo).
v4.0.7 - 17 January 2012 - 1 template updated to support vB 4.1.10 and added option for disable HTML Markup.
v4.2.0 - 2 June 2012 - Fix for vBulletin 4.2 compatibility
Note! Use v4.0.6 for all vB version up to 4.1.9
And v4.0.7 from vB 4.1.10 to 4.1.19.
I'm having trouble getting this plugin to work with vB 4.0.4. it worked great with 4.0.3. I tried re-uploading the xml and it didn't help. Any thoughts would be appreciated.
EDIT: I found the problem. In version 4.0.4, the $vbulletin variable is no longer global by default in the postbit_display_complete hook. Simple fix, just put
I'm having trouble getting this plugin to work with vB 4.0.4. it worked great with 4.0.3. I tried re-uploading the xml and it didn't help. Any thoughts would be appreciated.
EDIT: I found the problem. In version 4.0.4, the $vbulletin variable is no longer global by default in the postbit_display_complete hook. Simple fix, just put
PHP Code:
global $vbulletin;
in front of
PHP Code:
if ($vbulletin->options['modtools_onoff'])
in the plugin manager.
what troubles have you found? i'm onto the 4.0.4 but i haven't any trouble ...
I'm not seeing the modtools display in postbits. I checked the fix suggestion on the first page but it is already set up to be in postbits_display_complete. Any other way to fix this?