vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 2.x Beta Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=5)
-   -   Secretly ban a user (https://vborg.vbsupport.ru/showthread.php?t=36205)

Colon33 12-22-2002 07:29 AM

Is there a way a set this to IGNORE by IP address? So even if the users reregisters they wont appear anyways? I think this would be just as sweet. Or how about Ignore by HOSTMASK or something for those dynamic arses. :)

Ellery Sneed 12-28-2002 01:31 PM

Does this work with 2.2.9, also is there updated txt file someone can upload?

Taco John 12-29-2002 06:45 AM

How about a button on the post that allows the mod to reveal individual posts of the banned user ("reveal this secretly banned post")

hamed 01-03-2003 03:16 AM

Xenon has added some code to use this hack. See this page:
https://vborg.vbsupport.ru/showthrea...=&pagenumber=1

Tanx again to him :)

Sweet Cheeks 01-15-2003 02:25 PM

This sounds like a great hack for some of our annoying trolls :cool:

Just 1 question, is there any way to make it so only admin see the banned users post and not Moderators?

catbaba 01-29-2003 04:59 PM

A small performance tip: Add postbit_banned to $templatesused at the top of newreply.php.

catbaba 01-29-2003 05:01 PM

Quote:

Originally posted by ~*Julie*~
Just 1 question, is there any way to make it so only admin see the banned users post and not Moderators?
Change the lines:
PHP Code:

if ($bbuserinfo['usergroupid']==|| $bbuserinfo['usergroupid']==|| $bbuserinfo['usergroupid']==7) { 

... to ....
PHP Code:

if ($bbuserinfo['usergroupid']==6) { 

That's it! :)

Courage 04-01-2003 09:08 AM

I installed this hack and ituls + Miseable User Hack, but I have a question.

If I suscribed to a thread and a Secretly Ban User make a new post do I receive notification ?

I do not want to receive notification

10x

Courage 04-01-2003 02:04 PM

10x to Erwin, here is the answer to my question:

In admin/functions.php, find:

PHP Code:

AND user.userid<>'$userid' 

Underneath, ADD:

PHP Code:

AND $bbuserinfo[usergroupid]<>'8' 


Change 8 to the usergroupid of the secretly banned members usergroup.

dniMTheory 08-03-2003 10:07 PM

i just installed this today on 2.30. it works perfect after you apply the additions by Xenon from post #54.

The only thing i couldn't figure out was how to prevent the banned members name from showing under the "last post" column.

nice work fellas....clicks install


All times are GMT. The time now is 09:56 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.01245 seconds
  • Memory Usage 1,738KB
  • 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
  • (4)bbcode_php_printable
  • (1)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