PDA

View Full Version : Banned Users?


Nathan2006
12-23-2006, 04:37 PM
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
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

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.

<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