May 06, 2008, 09:30 PM
Since I need a way for my moderators to quick ban (and it's usually annoying to have to open admincp and do about 5+ pages to get to the ban) I have created a QUICK BAN link from any users profile.
License is GNU/GPL.
Plugin Name: Profile Ban
Plugin Author: Jesse Labrocca
Plugin Website: http://www.MybbCentral.com
Plugin Version: 1.0
Plugin Mybb Compatibility: 1.2x
Plugin File Edits: None
Plugin File Uploads: 2
Plugin Description: This adds a Quick Ban for moderators on a users profile.
1. Upload the file from the zip
root/inc/plugins/profile_ban.php
root/ban.php
2. Login to your admincp and ACTIVATE the plugin (Profile Ban) in the plugin manager.
Only moderators and admins can see the link. You can't ban yourself or other moderators. Currently the ban is set for PERMA BAN. You can alter this in the plugin code by changing the array from "perm" to a time() +. Check php.net for time function.
Thank you.
License is GNU/GPL.
Plugin Name: Profile Ban
Plugin Author: Jesse Labrocca
Plugin Website: http://www.MybbCentral.com
Plugin Version: 1.0
Plugin Mybb Compatibility: 1.2x
Plugin File Edits: None
Plugin File Uploads: 2
Plugin Description: This adds a Quick Ban for moderators on a users profile.
1. Upload the file from the zip
root/inc/plugins/profile_ban.php
root/ban.php
2. Login to your admincp and ACTIVATE the plugin (Profile Ban) in the plugin manager.
Only moderators and admins can see the link. You can't ban yourself or other moderators. Currently the ban is set for PERMA BAN. You can alter this in the plugin code by changing the array from "perm" to a time() +. Check php.net for time function.
Thank you.

