vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Add-On Releases - QUICK BAN in postbit_legacy for vB3.6 -Instantly ban spammers! (https://vborg.vbsupport.ru/showthread.php?t=133257)

LordDB 12-05-2006 02:37 PM

Quote:

Originally Posted by scottct1 (Post 1132450)
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!

farooqaaa 12-05-2006 02:43 PM

OMG!!!!!

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

*farooqaaa clicks install.

fleshy66 12-05-2006 10:24 PM

nice little mod, thanks :)

pcoskat 12-05-2006 11:12 PM

Nice! Any chance we can get 'quick delete' too?

akanevsky 12-06-2006 12:18 AM

It's spelled "maelstrom".

LordDB 12-06-2006 02:11 AM

Quote:

Originally Posted by Psionic Vision (Post 1132880)
It's spelled "maelstrom".

That's for the User to decide on! What does it mean?;)

Br.

scan-pa 12-06-2006 03:29 AM

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.

Cybershaolin 12-06-2006 05:13 AM

I have the same question :)

LordDB 12-06-2006 07:31 AM

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! ;)

project-Buckfas 12-06-2006 10:21 AM

Great hack. I've been waiting for this!


Now that would be super Pcoskat!
Quote:

Nice! Any chance we can get 'quick delete' too?


All times are GMT. The time now is 02:03 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.01055 seconds
  • Memory Usage 1,734KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete