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
Ban Users From a Thread Details »»
Ban Users From a Thread
Version: 2.00, by AcidX AcidX is offline
Developer Last Online: Feb 2013 Show Printable Version Email this Page

Category: Moderators Functions - Version: 4.1.0 Rating:
Released: 02-16-2011 Last Update: 02-16-2011 Installs: 231
DB Changes Uses Plugins Template Edits
Is in Beta Stage  
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 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

File Type: zip btu-4.0.zip (190.3 KB, 1501 views)

Screenshots

File Type: jpg 1.jpg (51.0 KB, 0 views)
File Type: jpg 2.jpg (23.7 KB, 0 views)
File Type: jpg 3.jpg (50.3 KB, 0 views)
File Type: jpg 4.jpg (19.9 KB, 0 views)
File Type: jpg 5.jpg (22.4 KB, 0 views)
File Type: jpg 6.jpg (46.6 KB, 0 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.
3 благодарности(ей) от:
gagan007, Kzyl-orda, StormBreaker

Comments
  #102  
Old 02-03-2016, 10:06 AM
attroll's Avatar
attroll attroll is offline
 
Join Date: Jan 2003
Location: Litchfield, Me
Posts: 664
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Eisheth View Post
Does anyone know if this works on 4.2.x?
I have this working on vb 4.2.4
Reply With Quote
  #103  
Old 04-06-2016, 09:27 AM
SpaceChronology SpaceChronology is offline
 
Join Date: Dec 2010
Posts: 8
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Eisheth View Post
Does anyone know if this works on 4.2.x?
It works on 4.2.3
Reply With Quote
  #104  
Old 04-06-2016, 01:10 PM
attroll's Avatar
attroll attroll is offline
 
Join Date: Jan 2003
Location: Litchfield, Me
Posts: 664
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by SpaceChronology View Post
It works on 4.2.3
Works fine for me.
Reply With Quote
  #105  
Old 05-07-2016, 03:41 PM
WxP's Avatar
WxP WxP is offline
 
Join Date: Dec 2005
Location: Albania
Posts: 104
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i got this error when i want to show who is in ban list on thread

PHP User Warning: fetch_template() calls should be replaced by the vB_Template class. Template name: navbar in ..../includes/functions.php on line 4602

Parse error: syntax error, unexpected 'navbar' (T_STRING) in /*/*/*/*/*/postings.php(208) : eval()'d code(92) : eval()'d code on line 2

PHP User Warning: fetch_template() calls should be replaced by the vB_Template class. Template name: btu_bans in ..../includes/functions.php on line 4602
Reply With Quote
  #106  
Old 06-22-2016, 01:04 AM
boggseric's Avatar
boggseric boggseric is offline
 
Join Date: Sep 2009
Posts: 62
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by WxP View Post
i got this error when i want to show who is in ban list on thread

PHP User Warning: fetch_template() calls should be replaced by the vB_Template class. Template name: navbar in ..../includes/functions.php on line 4602

Parse error: syntax error, unexpected 'navbar' (T_STRING) in /*/*/*/*/*/postings.php(208) : eval()'d code(92) : eval()'d code on line 2

PHP User Warning: fetch_template() calls should be replaced by the vB_Template class. Template name: btu_bans in ..../includes/functions.php on line 4602
I got similar errors after upgrading PHP to 5.6
Reply With Quote
  #107  
Old 07-19-2016, 11:48 PM
babyv0x babyv0x is offline
 
Join Date: Jan 2012
Posts: 24
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Wseries View Post
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&amp;t={vb:raw tredotid}&amp;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; 
}

Work fine for me 4.2.2 . Thanks :up:
Reply With Quote
  #108  
Old 01-30-2017, 03:34 PM
mobster46 mobster46 is offline
 
Join Date: Dec 2016
Posts: 68
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

How can I give a ban for 1 day/week etc?
Reply With Quote
  #109  
Old 01-30-2017, 06:27 PM
MarkFL's Avatar
MarkFL MarkFL is offline
 
Join Date: Feb 2014
Location: St. Augustine, FL
Posts: 3,853
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by mobster46 View Post
How can I give a ban for 1 day/week etc?
From reading the product description, it appears this kind of feature is not included. You will likely have to manually un-ban users after the desire period of time.
Reply With Quote
  #110  
Old 02-02-2017, 07:06 PM
mobster46 mobster46 is offline
 
Join Date: Dec 2016
Posts: 68
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by MarkFL View Post
From reading the product description, it appears this kind of feature is not included. You will likely have to manually un-ban users after the desire period of time.
Can you arrange the attachment to provide the function I mentioned?
Reply With Quote
  #111  
Old 02-02-2017, 07:22 PM
MarkFL's Avatar
MarkFL MarkFL is offline
 
Join Date: Feb 2014
Location: St. Augustine, FL
Posts: 3,853
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by mobster46 View Post
Can you arrange the attachment to provide the function I mentioned?
This isn't my product, and the product is not marked as "Reusable Code", so no I cannot offer an update to this product.

Perhaps at some point I will offer my own product to do what you are asking, but I can't make any promises.
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 02:04 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.04957 seconds
  • Memory Usage 2,355KB
  • Queries Executed 26 (?)
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
  • (2)bbcode_code
  • (8)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
  • (3)pagenav_pagelink
  • (11)post_thanks_box
  • (3)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
  • (7)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