Version: 1.1.6, by Eric
Developer Last Online: Jun 2023
Category: Miscellaneous Hacks -
Version: 4.x.x
Rating:
Released: 11-16-2009
Last Update: 10-19-2013
Installs: 136
Uses Plugins Auto-Templates
Re-useable Code Additional Files Translations
No support by the author.
NOTE: This mod is marked "unsupported", but I'll try my best (as time permits) to help those who have marked as installed.
What is this!?
This modification will allow you show a page containing all of your banned users. I suppose you could think of this as a public "Wall of Shame", per say.
Check the screenshots to see exactly what is displayed.
Current Version
1.1.6
Features flagged for future version(s):
Looking for suggestions
Will this work on x.x.x ??
Unless otherwise stated, this will work on all 4.0 versions. If you would like to use the vB 3.x version, you can find it here.
Sounds cool. How do I install?
Upload everything inside the "upload" directory of the zip file to your forums.
banned.php => To your FORUM ROOT directory
functions_bannedusers_list.php => To your FORUM_ROOT/includes directory
Login to your Admin Control Panel and go to "Plugins & Products" -> "Manage products"
Click on "Add/Import product"
Browse for "product-bannedusers.xml" (included in the zip file), and click "Import"
If upgrading from an older version, then set "Allow Overwrite" to "Yes".
In your admin control panel go to vBulletin Options => Banned Users List
Edit the Usergroups that you do not want to show the banned members list to.
Optional: Only if the auto template injection does not work, as the template hooks were not found.
<vb:if condition="$vboptions['bannedusers_enabled'] AND $vboptions['bannedusers_hidefrom'] AND !is_member_of($bbuserinfo, $vbptions['bannedusers_hidefrom'])"><li><a href="./banned.php{vb:raw session.sessionurl}">{vb:rawphrase bannedusers_text}</a></li></vb:if>
Upgrade
Login to your Admin Control Panel
Go to "Plugins & Products" -> "Manage products"
Click on "Add/Import product"
Browse for "product-bannedusers.xml" (included in the zip file)
Set "Allow Overwrite" to "Yes", and click "Import"
Upload and overwrite 'banned.php' and '/includes/functions_bannedusers_list.php'
Changelog
v1.1.6 - October 20th, 2013
-- Removed unnecessary text from template.
v1.1.5 - June 23rd, 2011
-- Added 'bannedusers_navbar' to the cache, it was previously uncached (props to Delphiprogrammi).
-- Added suggestion by Clamshells: allow the columns to be sorted ascending or descending.
-- Updated template HTML/CSS to hopefully fix the pagination display issue.
-- Updated to be compatible with vB 4.1.x, should be compatible back to 4.0.5
v1.1.4 - August 20th, 2010
-- Made changes to how the scripts checks which usergroups has access to the banned list
-- Corrected a pagination bug that added the wrong sort by value
v1.1.3 - August 11th, 2010
-- Updated template HTML for vB 4.0.5
-- Updates to style/css to use stylevar for border colors, improved link css for sorting
-- Some minor updates to banned.php
v1.1.2 - June 26th, 2010
-- Fixed sort links (props to Konkere for pointing out the bug)
-- Should now use stylevars from current style, instead of default colors.
-- Two templates were not being cached, should now be fixed.
v1.1.1 - November 20th, 2009
-- When querying for banned usergroups, added a check in banned.php to make sure we had groups to query with.
-- Should never happen, but added check to see if usergroupcache is empty, and rebuild if it is.
-- Added ability to sort by username, banned by, banned on, ban lift date (table columns are links)
v1.1.0 - November 17th, 2009
-- Update to be compatible with vB4.0
v1.0.1 - August 5th, 2009
-- Added: AdminCP option of usergroups that are not allowed to view the banned members list.
-- Added: Template edits can now be done automatically if enabled.
v1.0.0 - April 12th, 2009
-- Initial Release
NOTE: This mod is marked "unsupported", but I'll try my best (as time permits) to help those who have marked as installed.
v1.1.3 - August 11th, 2010
-- Updated template HTML for vB 4.0.5
-- Updates to style/css to use stylevar for border colors, improved link css for sorting
-- Some minor updates to banned.php
please make it possible to show this list in admincp, and shown is a link to unban them with a click of a button, this would then be a better MOD to use and more useful
Looking for suggestion eh? A email list beside the username would be awesome. At one of my communities theirs imposters, this would solve that problem.
would be nice if I could select which usergroup to display;
I got a usergroup "miserable users"
This mod will show all banned groups. So, as long as a usergroup is selected as a "Banned Group" in the Usergroup Manager, it should show on this list.
Quote:
Originally Posted by simonhind
Developer: Request New Feature in Admincp
please make it possible to show this list in admincp, and shown is a link to unban them with a click of a button, this would then be a better MOD to use and more useful
Not what this mod is/was intended for. That is a default feature of vBulletin...
Quote:
Originally Posted by daveaite
Looking for suggestion eh? A email list beside the username would be awesome. At one of my communities theirs imposters, this would solve that problem.
So... just show their email address? Maybe elaborate a little more, please?