Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.7 > vBulletin 3.7 Add-ons

Reply
 
Thread Tools
Ban Users From a Thread Details »»
Ban Users From a Thread
Version: 1.5, by AcidX AcidX is offline
Developer Last Online: Feb 2013 Show Printable Version Email this Page

Category: Moderators Functions - Version: 3.7.1 Rating:
Released: 06-21-2008 Last Update: 06-21-2008 Installs: 276
Uses Plugins Template Edits
Additional Files  
No support by the author.

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 dont want to lock the entire thread or ban the user entirely - just keep them out of the thread!

vBulletin 4 version can be found here.

This is a port from the 3.6 version released last year.
You can also find a 3.5 version for this mod if you need it.


Tested on 3.7.1 PL1 & 3.7.1 PL2 - works perfectly.


Features:

1. Allows banning users from a particular thread.
2. This mod can be used by Administrators.
3. Cannot ban Mods/Supermods/Admins.
4. Can clear all bans in a particular thread, or bans from All threads.
5. Can ban/unban user from a single menu when clicking their username, or the / icons.
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, and state your question in this thread.


To-Do:

- Allow Mods/Supermods to use thread bans [optional];
- Time ban [hours, days, weeks...];
- Display ban reason when user tries to enter thread;
- Notification for banned users via PM.

If you installed the product please click install, so you could receive future updates 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.

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #32  
Old 06-29-2008, 02:05 PM
centralss centralss is offline
 
Join Date: Jan 2007
Posts: 64
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

wow this is hurting my head. This is what I found.

If you click on the users name and have the box pop up and you select the words "ban user from thread" it doesn't work, you get the unbanned user from thread wording, BUT

if you click on the IMAGE in the profile (ban image) it works! lol

Need to figure out why the pop up box part isn't working. Since I seem to have good luck with say "any ideas" I'll say it again

Any ideas?
Reply With Quote
  #33  
Old 06-29-2008, 02:21 PM
centralss centralss is offline
 
Join Date: Jan 2007
Posts: 64
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

ok pop up box is working, must have just needed to refresh browser!!
Reply With Quote
  #34  
Old 06-29-2008, 09:10 PM
Thelonius Beck's Avatar
Thelonius Beck Thelonius Beck is offline
 
Join Date: Jan 2008
Posts: 142
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Perfect. Thank You.
Reply With Quote
  #35  
Old 06-30-2008, 08:17 AM
AcidX's Avatar
AcidX AcidX is offline
 
Join Date: Jan 2006
Location: Macedonia
Posts: 137
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by odeezie View Post
Have you noticed any bugs with the modification in this post? https://vborg.vbsupport.ru/showpost....49&postcount=9

I installed that instead of teh original in order to have mods be able to use this, and now it is banning users from random threads all over the place. The original mod was working fine and not doing this. Any ideas?
Mate, it is NOT banning random users from random threads, I asure you.

Note that by using the modified installation (Julrou's modification) - ALL your moderators have permission to ban users from ALL threads. So I'm pretty sure that your moderators are setting the bans all over your forum. That's why I recommend everyone the original installation.
Reply With Quote
  #36  
Old 07-02-2008, 07:01 PM
skariko skariko is offline
 
Join Date: Apr 2006
Location: Milano (Italy)
Posts: 153
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Julrou View Post
Hey there !

Great mod, works perfectly on my site ! :up:

I've enhanced it in order to allow mods and supermods to ban user from thread.

Just re-upload the xml file in the admincp (allow overwrite -> yes).

You can choose to give or not the ability to mods and supermods to ban from a thread in the templates modifications (see the new README file in this post's attachments) : just modify the usergroups you want in this line :

PHP Code:
<if condition="in_array($bbuserinfo['usergroupid'], array(5,6,7))"
(at the start of every template modifications).

I try to install this version.. i insert array(5,6,7)) (moderator, GM and admin) but ALL THE USERS can ban EVERYONE from a thread
Reply With Quote
  #37  
Old 07-05-2008, 10:18 AM
AcidX's Avatar
AcidX AcidX is offline
 
Join Date: Jan 2006
Location: Macedonia
Posts: 137
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Well, if your REGISTERED USERS usergroup has grupID 5, 6, or 7... they will have permission to ban. You need to see the IDs for Administrators, Super Moderators and Moderators gropus and replace them with 5, 6 and 7. The group IDs can be different...

If you are not sure what to do with Julrou's modification, just install the original mod in the first post.
Reply With Quote
  #38  
Old 07-07-2008, 07:04 PM
skariko skariko is offline
 
Join Date: Apr 2006
Location: Milano (Italy)
Posts: 153
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by AcidX View Post
Well, if your REGISTERED USERS usergroup has grupID 5, 6, or 7... they will have permission to ban. You need to see the IDs for Administrators, Super Moderators and Moderators gropus and replace them with 5, 6 and 7. The group IDs can be different...

If you are not sure what to do with Julrou's modification, just install the original mod in the first post.
Yes of course i've checked before that my usergroup 5,6 and 7 were Admin/GM and Mod.
No problem, i've make some error of course. ^^

I love this mod and i've installed it 'normally' but it was nice if i can use it for my moderator :P
Thanks anyway, i try to reinstall it.

edit: i think i make it right now, thanks.
Reply With Quote
  #39  
Old 07-29-2008, 10:20 AM
Skyrider Skyrider is offline
 
Join Date: Feb 2006
Location: Netherlands
Posts: 1,392
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Is there any way to see who banned a member from a thread?
Reply With Quote
  #40  
Old 07-30-2008, 05:35 AM
TroyTrojansFan TroyTrojansFan is offline
 
Join Date: Dec 2006
Posts: 53
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi,
I've installed the mod and it seems to be working fine, except for the threadban and threadunban images are not showing up. I've uploaded the two images to the images/buttons/ folder. Did I put them in the wrong place or something?

Any help would be greatly appreciated.

Good job on the mod. I like it. ;-)
Reply With Quote
  #41  
Old 10-15-2008, 10:00 PM
TheLab TheLab is offline
 
Join Date: May 2003
Posts: 88
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Just updating this to say its working fine with 3.7.3
Reply With Quote
Reply

Thread Tools

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 06:40 PM.


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.04570 seconds
  • Memory Usage 2,313KB
  • Queries Executed 25 (?)
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
  • (1)bbcode_php
  • (3)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (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
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete