[Remove user] shows page not found , when i tried to remove the user from the private chat.

could any one help me to rectify this?

Comments

maragones’s picture

I have the same problem.
6.x-2.x-dev version.
I think is missing in this function of chatroom.module:

function chatroom_add_js($node){
....
    'banUserPath' => 'chatroom/ajax/user/ban',
    'kickUserPath' => 'chatroom/ajax/user/kick',
    'removeUserPath' => .....

and I think is missing a function like this in chatroom.js,:

Drupal.chatroom.removeUser = function(uid) {...
Anonymous’s picture

Version: 6.x-2.7 » 6.x-2.x-dev

looking into this.

Michali’s picture

I'm having the same problem (in version 6.x-2.9) and I fixed it for as far as I can tell.

I only found this issue after creating a duplicate issue, but mine contains the patch I made:

http://drupal.org/node/841392

Anonymous’s picture

Status: Active » Fixed

i've applied the fix from #841392: Remove user link in the user list of private chat's doesn't work., so this should be fixed.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.