Go Back   vb.org Archive > vBulletin Modifications > vBulletin 3.8 Modifications > vBulletin 3.8 Add-ons

Reply
 
Thread Tools
New Thread on User Banning by BOP5 Details »»
New Thread on User Banning by BOP5
Version: 1.3, by BirdOPrey5 (Senior Member) BirdOPrey5 is offline
Developer Last Online: Aug 2023 Show Printable Version Email this Page

Category: Moderators Functions - Version: 3.8.x Rating:
Released: 01-12-2011 Last Update: 10-16-2011 Installs: 57
Uses Plugins
Re-useable Code Translations  
No support by the author.

The purpose of this mod is to create a new thread in a forum you specify whenever any user is banned.

NEW In Version 1.3 - More REPLACEMNTS available in post body. {USERNAMEL} and {BANNEDBYL} are now links to the profiles of the user who was banned and the user who banned them, respectfully. In addition {USERID} and {BANNEDBYID} have been added in case you have any use for them.

Also as of version 1.3 this version no longer works on VB 4.x. Please see the VB 4.x thread for a different version.

NEW In Version 1.2 - Set a minimum post count for a user before a "new thread" is created on their banning- this way you don't bother making threads for spammers with just a handful of posts.

The title and message posted is easily customized, as is the username of the thread starter.

This has been tested on vBulletin 3.8.6 and it should work on all versions of 3.8.x. It may work on earlier versions too. See this thread for a VB4 version: https://vborg.vbsupport.ru/showthread.php?t=257041

Read the info txt file in the .zip for full instructions.

See the screenshots for more details.

Please "Mark as Installed" if you use this.

Added Russian Language phrases file by xorex. :up:

Download Now

File Type: zip New Thread on User Banning by BOP5.zip (5.4 KB, 366 views)
File Type: xml product-newthreadonbanbop5vb4-Russian by xorex.xml (4.9 KB, 73 views)

Screenshots

File Type: jpg banthread_vb3.jpg (123.3 KB, 0 views)
File Type: jpg banthreadforum_vb3.jpg (153.5 KB, 0 views)
File Type: jpg banthread_settings.jpg (387.5 KB, 0 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.
Благодарность от:

Comments
  #2  
Old 01-13-2011, 02:30 AM
BirdOPrey5's Avatar
BirdOPrey5 BirdOPrey5 is offline
Senior Member
 
Join Date: Jun 2008
Location: New York
Posts: 10,610
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Reserved.
Reply With Quote
  #3  
Old 01-13-2011, 11:21 AM
ITDarasgah's Avatar
ITDarasgah ITDarasgah is offline
 
Join Date: Mar 2009
Location: Pakistan
Posts: 144
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

also Reserved thanks .
Reply With Quote
  #4  
Old 01-13-2011, 11:56 AM
Badshah93 Badshah93 is offline
 
Join Date: Jun 2010
Location: India
Posts: 505
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Installed, but have a doubt,,..

what if i have got a vbseo done in my forum, how do i determine which section is to be put as to where the thread is supposed to get created? any solutions?
Reply With Quote
  #5  
Old 01-13-2011, 01:04 PM
Boofo's Avatar
Boofo Boofo is offline
 
Join Date: Mar 2002
Location: Des Moines, IA (USA)
Posts: 15,776
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Joe, for the forum id option, replace this:

Code:
			<setting varname="bop5onban_fid" displayorder="30">
				<datatype>posint</datatype>
				<defaultvalue>2</defaultvalue>
			</setting>

with this:

Code:
			<setting varname="bop5onban_fid" displayorder="30">
				<datatype>number</datatype>
				<optioncode>select:eval
$options = construct_forum_chooser_options(1);</optioncode>
				<defaultvalue>0</defaultvalue>
			</setting>

That way, you get a drop down forum listing to choose the forum from.
Reply With Quote
  #6  
Old 01-13-2011, 01:20 PM
BirdOPrey5's Avatar
BirdOPrey5 BirdOPrey5 is offline
Senior Member
 
Join Date: Jun 2008
Location: New York
Posts: 10,610
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by aayushagrawal90 View Post
Installed, but have a doubt,,..

what if i have got a vbseo done in my forum, how do i determine which section is to be put as to where the thread is supposed to get created? any solutions?
In your Admin CP -> Forum Manager click on the forum you want and your forumid will be in the very top of the table.

Quote:
Originally Posted by Boofo View Post
Joe, for the forum id option, replace this:

Code:
			<setting varname="bop5onban_fid" displayorder="30">
				<datatype>posint</datatype>
				<defaultvalue>2</defaultvalue>
			</setting>

with this:

Code:
			<setting varname="bop5onban_fid" displayorder="30">
				<datatype>number</datatype>
				<optioncode>select:eval
$options = construct_forum_chooser_options(1);</optioncode>
				<defaultvalue>0</defaultvalue>
			</setting>

That way, you get a drop down forum listing to choose the forum from.
Thanks Boofo! I'll try this code and update ASAP.
Reply With Quote
  #7  
Old 01-13-2011, 01:28 PM
Boofo's Avatar
Boofo Boofo is offline
 
Join Date: Mar 2002
Location: Des Moines, IA (USA)
Posts: 15,776
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I tried to get you in IM to give it to you there, so I wouldn't have to clutter up your thread.
Reply With Quote
  #8  
Old 01-13-2011, 01:45 PM
BirdOPrey5's Avatar
BirdOPrey5 BirdOPrey5 is offline
Senior Member
 
Join Date: Jun 2008
Location: New York
Posts: 10,610
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks... yeah my computer rebooter and I forgot to open AIM/AOL. Just updated to version 1.1 with the new forum selector. :up:
Reply With Quote
  #9  
Old 01-13-2011, 02:04 PM
Boofo's Avatar
Boofo Boofo is offline
 
Join Date: Mar 2002
Location: Des Moines, IA (USA)
Posts: 15,776
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

You might want to update the readme file as it still shows version 1.0.
Reply With Quote
  #10  
Old 01-13-2011, 02:08 PM
Brandon Sheley's Avatar
Brandon Sheley Brandon Sheley is offline
 
Join Date: Mar 2005
Location: Google Kansas
Posts: 4,678
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

hm, not mod but I wouldn't want to showcase the spammers
all my threads would be "user X is banned for spamming"..lol
I could see it being helpful in the reported post forum, or a moderator forum
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 12:06 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.05026 seconds
  • Memory Usage 2,331KB
  • Queries Executed 24 (?)
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
  • (4)bbcode_code
  • (2)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
  • (2)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit
  • (10)post_thanks_postbit_info
  • (9)postbit
  • (5)postbit_attachment
  • (10)postbit_onlinestatus
  • (10)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
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • fetch_musername
  • 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