Hi there,
I am unable to find any way to unban/unblock a user if kicked or banned.
From what I am able to tell from other threads, (e.g. http://drupal.org/node/82517), unbanning is done via the edit interface for the chat or chatroom node in question.
Unfortunately, I have no such option included in the edit interface (6.x-2.12 OR 6.x-2.x-dev). Also, I note that I'm basing this on a thread from 2006.. Anyone with some more recent experience?
Thanks.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | unban-967384-3.patch | 2.32 KB | gilgabar |
Comments
Comment #1
Anonymous (not verified) commentedi'll see if i can reproduce this. thanks for the report.
Comment #2
guysung commentedI am having same issue. How do I un-ban a banned user or unblock a user who was kicked out of a chat?
Comment #3
gilgabar commentedIt doesn't work because it is not implemented. There is a stubbed out form implementation for unbanning that uses the wrong variables, but otherwise there does not appear to be any code that handles unbanning or unkicking. The attached patch fixes the chat form implementation and adds some handling for the actual unbanning. It does not deal with unkicking.
The chatroom node type also appears to have some stubbed code for unbanning, but as I am unable to see how it is possible to ban a user from a chatroom node I did not bother implementing that.
Comment #4
Anonymous (not verified) commentedthanks for the patch, i'll review shortly.
Comment #5
Anonymous (not verified) commentedthanks, committed here:
http://drupalcode.org/project/chatroom.git/commit/c80a098