Previous Thread
Next Thread
Print Thread
Rate Thread
Joined: Sep 1999
Posts: 76
Power User
Power User
Offline
Joined: Sep 1999
Posts: 76
Sometimes a ban just isn't enough. Users, after being banned, are still able to edit/change their signature and profile. On more than one occasion now I've had banned users resorting to filling their signature with profanity and changing their avatar to some offensive imagery.

Is there any way to ban a user such that they aren't able to modify such details, especially those that can have an immediate effect on the forum?

Before anyone suggests an IP ban, this particular user has gone through at least 20 IPs in the past month. I don't want to go there.

My final resort is to delete this user, but leave his posts intact as an anonymous username as kind of a deterrant/warning. But doing this means he can register again with the same email address (and the cycle continues). One could argue that he could create an alternate email address anyway, but that would require some effort on his part and I'm counting on him being lazier than me

So before I delete this user I would like to know if there's a way to prevent a banned user from modifying their profile?

Any other suggestions on how to deal with troublesome users are more than welcomed.

Sponsored Links
Joined: Mar 2000
Posts: 21,079
Likes: 3
I type Like navaho
I type Like navaho
Joined: Mar 2000
Posts: 21,079
Likes: 3
I usually require email verification on registration and turn on registration moderation for a while - it stops most eejits from coming back if they know they can't slip past you.

Disallowing profile access for banned members woud be a good mod tho, ubb.classic has had something similar for quite a while now.


- Allen wavey
- What Drives You?
Joined: Aug 2000
Posts: 1,609
Addict
Addict
Offline
Joined: Aug 2000
Posts: 1,609
It would be pretty easy to disallow profile access for banned members. Just as some pages check for groups and if they're admin or moderator, you could add a bit that checks to see if they're banned.

Try this in myhome.php... under:
Code
<br />$userob = new user;<br />

add:
Code
<br />$user = $userob -> authenticate();<br />$Banned = $user['U_Banned'];<br /><br />if ($Banned == '1'){<br />$html -> not_right ("Enter your error message here.");<br />}<br />


You can use the same method in any other page you wish to block banned users from accessing.


Link Copied to Clipboard
Donate Today!
Donate via PayPal

Donate to UBBDev today to help aid in Operational, Server and Script Maintenance, and Development costs.

Please also see our parent organization VNC Web Services if you're in the need of a new UBB.threads Install or Upgrade, Site/Server Migrations, or Security and Coding Services.
Recommended Hosts
We have personally worked with and recommend the following Web Hosts:
Stable Host
bluehost
InterServer
Visit us on Facebook
Member Spotlight
Nettomo
Nettomo
Germany, Bremen
Posts: 417
Joined: November 2001
Forum Statistics
Forums63
Topics37,573
Posts293,925
Members13,849
Most Online5,166
Sep 15th, 2019
Today's Statistics
Currently Online
Topics Created
Posts Made
Users Online
Birthdays
Top Posters
AllenAyres 21,079
JoshPet 10,369
LK 7,394
Lord Dexter 6,708
Gizmo 5,833
Greg Hard 4,625
Top Posters(30 Days)
Top Likes Received
isaac 82
Gizmo 20
Brett 7
WebGuy 2
Morgan 2
Top Likes Received (30 Days)
None yet
The UBB.Developers Network (UBB.Dev/Threads.Dev) is ©2000-2024 VNC Web Services

 
Powered by UBB.threads™ PHP Forum Software 8.0.0
(Preview build 20221218)