vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Banned Users? (https://vborg.vbsupport.ru/showthread.php?t=134670)

Nathan2006 12-23-2006 04:37 PM

Banned Users?
 
Hi,

I have banned a few of my members today but if I use the "Admin login as User" and have a look around I noticed that banned members can still change their email addresses and passwords?

Is there anyway to disable everything on the board and have the banned notice displayed as soon as they view my board?

Thanks for any help :)

Dominic 12-23-2006 07:05 PM

I believe you can, Just go to the Banned usergroup's permissions and edit it. Via Admin panel.

Nathan2006 12-23-2006 08:45 PM

Quote:

Originally Posted by CC_Phantom (Post 1144123)
I believe you can, Just go to the Banned usergroup's permissions and edit it. Via Admin panel.


Hi Yes there is only this option but when set to "no" it still allows banned members to enter the Usercp and only shows the banned message after they have clicked on a link

Quote:

This Usergroup is not a 'Banned' Group (Setting this to no will cause the group to be treated as a banned group, this will prevent the sending of email notifications, show a banned error message on the permission error pages and other unspecified behaviours.)

Dominic 12-24-2006 12:46 PM

Just use a IF statement to hide the "usercp" link, or just go into the templates and add a IF statement for emails / pw.

Code:

<if condition="in_array($bbuserinfo[usergroupid], array(USER_ID))">ICONS / CONTENT HERE.</if>
Replace USER_ID with the usergroup id, to add more then one usergroup just add a comma "," after each one.

- Phantom


All times are GMT. The time now is 07:06 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.00965 seconds
  • Memory Usage 1,715KB
  • 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
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (4)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