Current time: 03-18-2010, 10:35 AM Hello There, Guest! (LoginRegister)


 
Thread Rating:
  • 3 Votes - 3.67 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[F] No way to remove a suspension.
09-10-2008, 12:13 AM (This post was last modified: 09-18-2008 04:54 AM by Dennis Tsang.)
Post: #1
[F] No way to remove a suspension.
As far as I can tell, there is no way to remove a posting suspension on a user once it has been added by the warning level system. If this is correct, it is a giant oversight on the part of the MyBB team. If there is something I am missing, I apologize. Please inform me how to remove a suspension on a user.

At this point, I really need to do it. Even an SQL query will suffice.

[Image: signature.png]
Visit this user's website Find all posts by this user
09-10-2008, 12:27 AM
Post: #2
RE: No way to remove a suspension.
UPDATE mybb_users SET suspendposting='0', suspensiontime='0' WHERE uid='x' LIMIT 1;

where x is the id of the user.

I agree that this has been oversighted, however I don't think it's a huge oversight. By default there aren't any warning levels. If there are warning levels, they'd have to first be created by an admin and also be set to 'post suspension' with a value high enough to cause a problem. Then, a moderator or an admin would have to warn a user enough to cause that suspension, then want to revoke it.

As you can see, there is a lot in the process that would have to go a certain way for this to even be a problem, so I don't think this is a huge oversight (we're not perfect). But yes, it should be fixed.

[Image: ryangordon.png]
My Blog - My Mods
Visit this user's website Find all posts by this user
09-10-2008, 12:50 AM (This post was last modified: 09-10-2008 04:22 AM by Bey Brad.)
Post: #3
RE: No way to remove a suspension.
I disagree that this is not a huge oversight. There are so many logical reasons that an administrator would have to revoke a warning, whether it be an apology, a misunderstanding as to the situation, or stranger situations such as my probationary concept.

Unnecessary comments removed. -ZiNgA BuRgA

I hope there will be a fix for this available in 1.4.2 (which, considering all the corrected files, I would hope is released soon). Thanks.
(09-10-2008 12:50 AM)Bey Brad Wrote:  Unnecessary comments removed. -ZiNgA BuRgA

Please don't take it upon yourself to declare what is necessary for me to say and what isn't. Refer to them as "inappropriate" if you must.

[Image: signature.png]
Visit this user's website Find all posts by this user
09-10-2008, 04:34 AM
Post: #4
RE: No way to remove a suspension.
(09-10-2008 12:50 AM)Bey Brad Wrote:  
(09-10-2008 12:50 AM)Bey Brad Wrote:  Unnecessary comments removed. -ZiNgA BuRgA

Please don't take it upon yourself to declare what is necessary for me to say and what isn't. Refer to them as "inappropriate" if you must.

As staff members it is apart of our jobs to moderate these forums, whether or not you like it - you signed that agreement when you registered on these forums

[Image: ryangordon.png]
My Blog - My Mods
Visit this user's website Find all posts by this user
09-10-2008, 07:23 AM
Post: #5
RE: No way to remove a suspension.
(09-10-2008 04:34 AM)Ryan Gordon Wrote:  
(09-10-2008 12:50 AM)Bey Brad Wrote:  
(09-10-2008 12:50 AM)Bey Brad Wrote:  Unnecessary comments removed. -ZiNgA BuRgA

Please don't take it upon yourself to declare what is necessary for me to say and what isn't. Refer to them as "inappropriate" if you must.

As staff members it is apart of our jobs to moderate these forums, whether or not you like it - you signed that agreement when you registered on these forums

Its ticked, not signed. But agreed, if moderators don't moderate the forums, they would be strip off from their rank, isn't that so?
Visit this user's website Find all posts by this user
09-10-2008, 09:53 AM
Post: #6
RE: No way to remove a suspension.
Your comments helps us in absolutely no way, neither does it help you, which, by definition (to my standards at least) is unnecessary (if the term "inappropriate" makes you happier, then feel free to imagine it that way). If you disagree, I'm more than happy to take you up on an offer to discuss this privately.

Anyway, this attempts to resolve this issue (replace your warnings.php with the one attached). There are a few minor problems with this however:
1) It won't revoke bans - these can be done manually anyway. The reason for not doing it is that it's difficult to determine whether a ban was issued manually, or by a warning
2) If you have set up levels like, for example:
30% -> suspend posting for 1 hour
60% -> suspend posting indefinitely
revoking a warning which reduces the level from 70% to 40% will keep the user in suspension, however, it will expire in 1 hour. The reason is because it's difficult to determine when the "1 hour" should be measured from.

Could you, or someone else please double check that these fixes work as expected?


Attached File(s)
.php  warnings.php (Size: 35.36 KB / Downloads: 108)
Visit this user's website Find all posts by this user
09-10-2008, 08:34 PM
Post: #7
RE: No way to remove a suspension.
Zinga, I'll check out the file to make sure it works later today.

Also, I would actually like to discuss some things with you via PM.

[Image: signature.png]
Visit this user's website Find all posts by this user
09-17-2008, 12:22 PM
Post: #8
RE: No way to remove a suspension.
I'm guessing this works fine, so this change has been committed.
Visit this user's website Find all posts by this user
09-17-2008, 12:23 PM
Post: #9
[F] No way to remove a suspension.
Thank you for your bug report.

This bug has been fixed in our internal code repository. Please note that the problem will not be fixed here until these forums are updated.
Visit this user's website Find all posts by this user
11-02-2008, 05:57 PM
Post: #10
RE: [F] No way to remove a suspension.
This fix is not present in the branch.

[Image: ryangordon.png]
My Blog - My Mods
Visit this user's website Find all posts by this user


Forum Jump: