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

Reply
 
Thread Tools
QUICK BAN in postbit_legacy for vB3.6 -Instantly ban spammers! Details »»
QUICK BAN in postbit_legacy for vB3.6 -Instantly ban spammers!
Version: 1.2, by LordDB LordDB is offline
Developer Last Online: Sep 2013 Show Printable Version Email this Page

Category: Add-On Releases - Version: 3.6.0 Rating:
Released: 12-04-2006 Last Update: 08-05-2007 Installs: 134
Template Edits
Code Changes  
No support by the author.

v1.2
About the Code:
Now you can Ban a user/spammer instantly from the postbit! Just click the Username in the thread, and then click 'Ban User' to ban directly!

This Mod has now been improved & updated today, Tuesday, 7th August, 2007, with the option of adding staff ID's which includes the extra code where required! Two Code options within!

Works on vB versions 3.6 to 3.8 so far!

Instructions of use included in Code!

Hope you enjoy its convenience!

Feedback very welcome!

Tested @
http://www.norfolkmanagementrentals....orum/index.php
http://www.cellpda.tk
http://www.satnav.tk
http://www.norfolk.tk

Enjoy!

Example here:


If you like, kindly Donate here:

PayPal


If you do download, be respectful, and Click the
Mark as INSTALLED
button in the Mod Options box top right! Thx!

Show Your Support

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

Comments
  #12  
Old 12-05-2006, 02:37 PM
LordDB LordDB is offline
 
Join Date: Aug 2006
Location: CoffeeFads.Co.Uk
Posts: 189
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by scottct1 View Post
There is an error in the code

</span needs a > after the </span part to make it </span>
Thx for the feedback!

Although I've installed the Mod, I encountered no issues with the omission of the > when I tested the Ban function!

Nevertheless, I have amended what you stated!

Cheers!
Reply With Quote
  #13  
Old 12-05-2006, 02:43 PM
farooqaaa farooqaaa is offline
 
Join Date: Aug 2006
Location: Pakistan
Posts: 109
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

OMG!!!!!

I really want this!!!!! Thanks alot !!!

*farooqaaa clicks install.
Reply With Quote
  #14  
Old 12-05-2006, 10:24 PM
fleshy66 fleshy66 is offline
 
Join Date: Jul 2006
Posts: 35
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

nice little mod, thanks
Reply With Quote
  #15  
Old 12-05-2006, 11:12 PM
pcoskat pcoskat is offline
 
Join Date: Apr 2002
Location: atlanta
Posts: 423
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Nice! Any chance we can get 'quick delete' too?
Reply With Quote
  #16  
Old 12-06-2006, 12:18 AM
akanevsky akanevsky is offline
 
Join Date: Apr 2005
Posts: 3,972
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

It's spelled "maelstrom".
Reply With Quote
  #17  
Old 12-06-2006, 02:11 AM
LordDB LordDB is offline
 
Join Date: Aug 2006
Location: CoffeeFads.Co.Uk
Posts: 189
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Psionic Vision View Post
It's spelled "maelstrom".
That's for the User to decide on! What does it mean?

Br.
Reply With Quote
  #18  
Old 12-06-2006, 03:29 AM
scan-pa scan-pa is offline
 
Join Date: May 2006
Location: Lebanon Co. Pa. USA
Posts: 189
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

How do I add the other moderator usergroup id's to the code, it currently only allows "6 - Admin" I have a total of 4 usergroups to have this access.

Can I set this up as an array of usergroup id's ???

here is the line of code that would need changed.

<if condition="$bbuserinfo[usergroupid] == 6">

Thanks for any help.
Reply With Quote
  #19  
Old 12-06-2006, 05:13 AM
Cybershaolin Cybershaolin is offline
 
Join Date: Nov 2006
Posts: 300
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I have the same question
Reply With Quote
  #20  
Old 12-06-2006, 07:31 AM
LordDB LordDB is offline
 
Join Date: Aug 2006
Location: CoffeeFads.Co.Uk
Posts: 189
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I stand corrected if I'm wrong, but here goes:

Change the Usergroup ID after this:

Ensure that this:

"( is put at the beginning


==

then if you wish to continue to add ID's place this:

|| inbetween, and repeat so it looks like this;

||$bbuserinfo[usergroupid]==6 then if you want to finish, place this at the end of the ID number:

)">

So! Here's an example:

Code:
<if condition="($bbuserinfo[usergroupid]==9 || $bbuserinfo[usergroupid]==6 || $bbuserinfo[usergroupid]==12)">
Hope this is OK!

Any experienced coder plz verify to others if it's fine. Thx!
Reply With Quote
  #21  
Old 12-06-2006, 10:21 AM
project-Buckfas project-Buckfas is offline
 
Join Date: Jul 2006
Location: Ireland
Posts: 204
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Great hack. I've been waiting for this!


Now that would be super Pcoskat!
Quote:
Nice! Any chance we can get 'quick delete' too?
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 04:09 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.08637 seconds
  • Memory Usage 2,303KB
  • 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_code
  • (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
  • (3)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