The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Ban Users From a Thread Details »» | |||||||||||||||||||||||||||||||||||||||
Ban Users From A Thread (Keep users out of a particular thread) Summary: Allows Administrators to ban a user from a particular thread. Most useful if you have a "flame started" and you don't want to lock the entire thread or ban the user entirely - just keep them out of the thread! Previous versions can be found here: 3.5, 3.6, 3.7 Features: 1. Allows banning users from a particular thread. 2. This mod can be used by Administrators. 3. Cannot ban Moderators/Super Moderators/Administrators. 4. Gives you the ability to clear all bans in a particular thread, or bans from All threads (forum wide). 5. Can ban/unban user from a single menu when clicking their username ( button). 6. Page to display Forum Wide Thread Bans. Instructions: 1. Download the .zip file 2. Read the guide in the README.txt document 3. Click Install if you like the mod Support: I will offer as much support as I can for all of you that installed this mod. Please do not PM me for support. Instead, state your question in this thread. If you installed the product please click install, so you could receive future update notifications. If you want to help develop this product further, please post your suggestions on the thread, or share your ideas with me via PM. If you find this mod useful and want to buy the developers a beer or two, please donate via PayPay Download Now
Screenshots
Show Your Support
|
3 благодарности(ей) от: | ||
gagan007, Kzyl-orda, StormBreaker |
Comments |
#82
|
|||
|
|||
Just installed on 4.2.2 and it works perfectly. This is one of those perfect mods for my board because I have a sports discussion section on my board and some people get a bit over heated at times. This will allow me to lock them out of the particular thread for a couple of days and give them time to cool off. The only extra option I'd like to see would be a way to set the length of the ban when you hand it out. It would save a bit of time having to check every day to see if you have a ban to lift or not.
But even without that option, it's still an excellent hack and very much appreciated!!! |
#83
|
||||
|
||||
How to make this work with tapatalk?
|
#84
|
||||
|
||||
Request tapatalk to support the functionality. It is not a issue with the mod.
|
#85
|
||||
|
||||
Quote:
|
#86
|
|||
|
|||
Quote:
It's still a useful hack but will take a bit of care to keep track of the banned members. If anyone gets around to doing some work on this mod, I wonder if it would be possible to list at either the top or bottom of the thread the members who are banned from posting in the thread. That would make it perfect! |
#87
|
|||
|
|||
For those not being able to see the extra 3 options from Administrative menu did you read the README.txt file and add:
PHP Code:
PHP Code:
|
#88
|
|||
|
|||
Can i use it for vbulletin 4.2.1?
|
#89
|
|||
|
|||
This seems like a contradictory statement. Is it simple or tricky? I notice the developer has not been online since February 2013, so we may never know. I like a lot of other people would like to let moderators access this function. Anyone know of the work-around the author mentioned?
|
#91
|
|||
|
|||
This is how I fixed the mis-aligned icon and text in the postbit popup menu.
REPLACE the 'btu_link' template with: Code:
<vb:if condition="$show['btu_canban']"> <li class="left"> <a href="postings.php?{vb:raw session.sessionurl}do=btu_ban&t={vb:raw tredotid}&u={vb:raw juserid}" rel="nofollow" class="siteicon_ignore">Thread Ban/Unban</a> </li> </vb:if> ADD the following code to the popupmenu.css template: Code:
.memberaction_body.popupbody li .siteicon_ignore { background:url({vb:stylevar imgdir_siteicons}/ignore.png) {vb:stylevar left} 2px no-repeat; } |
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|