Closed (fixed)
Project:
Chatroom
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
10 Nov 2010 at 04:15 UTC
Updated:
10 Apr 2011 at 02:41 UTC
Jump to comment: Most recent, Most recent file
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