Go Back   vb.org Archive > vBulletin Modifications > vBulletin 4.x Modifications > vBulletin 4.x Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Easy Mod Tools Details »»
Easy Mod Tools
Version: 4.2.0, by masterross masterross is offline
Developer Last Online: Feb 2020 Show Printable Version Email this Page

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.

Download Now

File Type: xml easy-mod-tools-Arabic-403.xml (18.0 KB, 106 views)
File Type: xml easy-mod-tools-Polish-403.xml (5.9 KB, 102 views)
File Type: zip easy-mod-tools-406.zip (85.2 KB, 129 views)
File Type: zip easy-mod-tools-407.zip (85.3 KB, 377 views)
File Type: zip easy-mod-tools-420.zip (85.4 KB, 950 views)

Screenshots

File Type: jpg emtop.jpg (131.6 KB, 0 views)
File Type: jpg emtpost.jpg (43.0 KB, 0 views)
File Type: jpg emtprof.jpg (59.8 KB, 0 views)

Supporters / CoAuthors

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.
4 благодарности(ей) от:
BCP Hung, jonatanros, kamakazy_kid, Last_Zero

Comments
  #22  
Old 04-01-2010, 12:22 AM
GiaoThong GiaoThong is offline
 
Join Date: May 2007
Posts: 3
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Great tool
Reply With Quote
  #23  
Old 04-01-2010, 12:37 AM
Pamela Pamela is offline
 
Join Date: Apr 2004
Posts: 221
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by KURTZ View Post
really useful hack, but need another option (delete user) maybe it's possible to improve this hack? TIA
I'd love to see "Delete User" added too!

Great mod! Thank you! *clicks install*
Reply With Quote
  #24  
Old 06-03-2010, 07:10 AM
Marek58's Avatar
Marek58 Marek58 is offline
 
Join Date: Oct 2005
Location: Poland
Posts: 45
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Polish version
plzzz add it to orignal post
Attached Images
File Type: jpg easy-mod.jpg (20.8 KB, 0 views)
Attached Files
File Type: xml easy-mod-tools-Polish.xml (5.9 KB, 9 views)
Reply With Quote
  #25  
Old 06-03-2010, 11:48 PM
Kayden Kayden is offline
 
Join Date: Feb 2005
Location: USA
Posts: 92
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

With most options I choose (edit Profilepic, Edit Avatar, etc), I'm redirected back to the forum home, not to the page I'm supposed to go to.

EDIT: Never mind. Edited the XML.
Reply With Quote
  #26  
Old 06-23-2010, 11:41 AM
ientrydave ientrydave is offline
 
Join Date: May 2007
Posts: 1
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #27  
Old 06-27-2010, 07:22 PM
Gero50's Avatar
Gero50 Gero50 is offline
 
Join Date: Oct 2009
Posts: 68
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Great Mod I'm sure it will make things so much easier.
Reply With Quote
  #28  
Old 06-27-2010, 08:04 PM
KURTZ KURTZ is offline
 
Join Date: Nov 2006
Location: Italy
Posts: 2,257
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by ientrydave View Post
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 ...
Reply With Quote
  #29  
Old 06-28-2010, 03:06 AM
Arunkumar's Avatar
Arunkumar Arunkumar is offline
 
Join Date: May 2010
Location: India
Posts: 13
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Very useful for Moderation. Installed.
Reply With Quote
  #30  
Old 07-12-2010, 10:37 AM
KURTZ KURTZ is offline
 
Join Date: Nov 2006
Location: Italy
Posts: 2,257
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

PHP Code:
Warningarray_merge() [function.array-merge]: Argument #1 is not an array in [path]/modcp/user.php(348) : eval()'d code on line 30 
if you try to edit an avatar of a profile pic you have this trouble (vb 4.0.4)
Reply With Quote
  #31  
Old 07-12-2010, 08:52 PM
Nitemare3219 Nitemare3219 is offline
 
Join Date: Sep 2009
Posts: 3
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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?
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 10:10 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04862 seconds
  • Memory Usage 2,361KB
  • Queries Executed 27 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (5)bbcode_php
  • (2)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (4)post_thanks_box_bit
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (10)postbit_attachment
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete