vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Kick banned user (https://vborg.vbsupport.ru/showthread.php?t=223172)

MaestroTPG 09-14-2009 03:31 PM

Kick banned user
 
I have seen an addon for this once before but it never worked correctly...

Is there a way to log off a user that has been banned. We have folks who are banned and still access the forums because they haven't or will not log off...

Seems there should be some way to log a person off your forum if they are spamming foul language or posting inappropriate materials... As it is now we have to wait until this person decides he/she has done enough damage and logs off.

Any ideas??

Uh.. Mr. and Mrs. Vbulletin developer... maybe a useful addition to version 4.0!!

Lynne 09-14-2009 03:34 PM

I think there is an article in the articles forum on how to not show banned users on your Currently Active Users list. Then you just won't see them. There is a mod to kick a user off, but I seem to recall there was a problem with it though. https://vborg.vbsupport.ru/showthread.php?t=163327

kevcj 09-14-2009 04:21 PM

If I understand it right - with the default permissions - when someone is banned all they see is the "you have been banned" message. They can not see your forums, they can not see the threads,,, nothing. But it looks like they are logged on.

I think its been over a year ago, but I saw a modification that would log members out. But I dont know what ever happened to that modification, if it was kept up to date, or even who the developer was.

TimberFloorAu 09-14-2009 08:11 PM

Funny you should say that Kev.

We have it so banned users get sent to another site, however when you click on the banned users name, and view their profile, they are :

currently searching forums
viewing a thread in some inconspicuous place.

MaestroTPG 09-20-2009 07:49 AM

My issue/concern is the person who is logged in , not banned....... Then thru actions gets banned. This person cannot be taken off your server. I will do a test but I dont believe they are denied access until they first log off.....

I do appreciate the comments!! BTW, I do have the kick plugin installed.. It worked on the very first person we tried it on and there after it stopped! So there ya go! :)

I still hope a live kicker can be included. I am interested in the redirect for banned users
TimberFloorAu. Is that a personal "hack" or a product of some kind?

TimberFloorAu 09-20-2009 08:19 PM

Quote:

Originally Posted by MaestroTPG (Post 1887916)

I still hope a live kicker can be included. I am interested in the redirect for banned users
TimberFloorAu. Is that a personal "hack" or a product of some kind?

Its a mod available on here.

https://vborg.vbsupport.ru/showthrea...edirect+banned

Just add following code to very top of header template:

Code:

<if condition="$bbuserinfo['usergroupid'] == 8">
<meta HTTP-EQUIV="REFRESH" content="0; url=http://www.theybannedme.com">
</if>

Where usergroup 8 is banned usergrp


All times are GMT. The time now is 01:07 AM.

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.00993 seconds
  • Memory Usage 1,725KB
  • 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
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (6)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete