Go Back   vb.org Archive > vBulletin Modifications > vBulletin 3.8 Modifications > vBulletin 3.8 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
QUICK BAN + Quick Edit User from postbit for vB3.8xx - Instantly Ban Spammers! Details »»
QUICK BAN + Quick Edit User from postbit for vB3.8xx - 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.8.2 Rating:
Released: 07-06-2009 Last Update: 07-06-2009 Installs: 69
Template Edits
Re-useable Code  
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!

The Mod has now been improved so you can Edit the User, also, with the option of adding staff ID's which includes the extra code where required! Two Code options within the attached Txt!

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.TopicMania.co.uk
http://www.KaraokeSong.tk
http://www.CellPDA.tk
http://www.SaTNav.tk
http://www.Norfolk.tk
http://www.MyVIPclub.tk
Enjoy!

Example here:


If you like, kindly help me with my University Fees...Donate here:

PayPal


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

Download Now

File Type: txt Quick Ban v1.2 Code for vb3.8_7thJuly09.txt (3.7 KB, 506 views)

Show Your Support

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

Comments
  #12  
Old 08-13-2009, 03:43 PM
ricardoNJ ricardoNJ is offline
 
Join Date: Sep 2008
Posts: 295
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

The other usergroup can theey ban to administrator???
Reply With Quote
  #13  
Old 08-13-2009, 03:51 PM
LordDB LordDB is offline
 
Join Date: Aug 2006
Location: CoffeeFads.Co.Uk
Posts: 189
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by ricardoNJ View Post
The other usergroup can theey ban to administrator???
No, they cannot ban the main administrator (Super Admin)!
Reply With Quote
  #14  
Old 08-13-2009, 03:54 PM
RTMdotORG RTMdotORG is offline
 
Join Date: Dec 2008
Posts: 282
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by ricardoNJ View Post
The other usergroup can theey ban to administrator???
No, he's made it that ONLY Admins can ban...
The condition in the template edit is for usergroup id 6.
Reply With Quote
  #15  
Old 08-13-2009, 04:06 PM
ricardoNJ ricardoNJ is offline
 
Join Date: Sep 2008
Posts: 295
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I allow to SuperModerator and other in the code list.

HTML Code:
if you want more staff groups added so they can ban...just ADD the ID code as shown in the first line:

<!-- daPLAYBOY banEditUser -->

<if condition="($bbuserinfo[usergroupid]==6 || $bbuserinfo[usergroupid]==7 || $bbuserinfo[usergroupid]==5)">
...an then the Admin is number 6. I want to know if the other can ban to me [admin]?
Reply With Quote
  #16  
Old 08-13-2009, 04:07 PM
RTMdotORG RTMdotORG is offline
 
Join Date: Dec 2008
Posts: 282
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by ricardoNJ View Post
I allow to SuperModerator and other in the code list.

HTML Code:
if you want more staff groups added so they can ban...just ADD the ID code as shown in the first line:

<!-- daPLAYBOY banEditUser -->

<if condition="($bbuserinfo[usergroupid]==6 || $bbuserinfo[usergroupid]==7 || $bbuserinfo[usergroupid]==5)">
...an then the Admin is number 6. I want to know if the other can ban to me [admin]?
Not if you're a Unalterable Admin...
Reply With Quote
  #17  
Old 08-13-2009, 04:11 PM
ricardoNJ ricardoNJ is offline
 
Join Date: Sep 2008
Posts: 295
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Not if you're a Unalterable Admin...??

What's means?
Reply With Quote
  #18  
Old 08-13-2009, 04:14 PM
RTMdotORG RTMdotORG is offline
 
Join Date: Dec 2008
Posts: 282
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by ricardoNJ View Post
Not if you're a Unalterable Admin...??

What's means?
in your config.php file...

forumroot/includes/config.php...

open it...scroll down to unalterable admin... enter your userid or any other admin you want to make unalterable(no1 can edit them)....

If you'd like to edit your own self after making yourself unalterable, use this MOD...
https://vborg.vbsupport.ru/showthrea...ht=unalterable
Reply With Quote
  #19  
Old 08-13-2009, 04:30 PM
ricardoNJ ricardoNJ is offline
 
Join Date: Sep 2008
Posts: 295
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

mmm but, the default version -I mean, the config.ph that I have in my host- is alterable for anyone? I'm sorry, i'm confused
Reply With Quote
  #20  
Old 08-13-2009, 05:36 PM
RTMdotORG RTMdotORG is offline
 
Join Date: Dec 2008
Posts: 282
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by ricardoNJ View Post
mmm but, the default version -I mean, the config.ph that I have in my host- is alterable for anyone? I'm sorry, i'm confused
no, this means even other admins cannot edit your profile through the admincp....
without the mod i posted above, you couldnt edit yourself through the admincp...
config.php file edit is to make yourself an unalterable admin...
Reply With Quote
  #21  
Old 08-13-2009, 05:39 PM
ricardoNJ ricardoNJ is offline
 
Join Date: Sep 2008
Posts: 295
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ok thanks!
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:05 AM.


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.07086 seconds
  • Memory Usage 2,330KB
  • 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_html
  • (5)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
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (1)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
  • 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_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