Log in

Stats

  • Category: Communication
  • License: GNU General Public License (GPL) version 2
  • Updated: 2012-7-2
  • Downloads: 3645
  • Recommendations: 16

Releases


Previous releases:

Other Projects

miteshsc's plugins:

Group Chat for Elgg 1.8

It allows group member to chat with each other

Last updated 406 days ago

This module will allow group members to chat with each other.

If you like this plugin then please recommend it to other users or do some contribution by clicking on donation link.

Next realease would have more features and more power full.

NOTE: Make sure that you have enough permission in data directory.

Release notes:

1) Resolved permission issue

2) Removed extra slash from setting.php view file.

Comments

  • Macilio Campos 399 days ago

    Estou tendo problemas com a escrita portuguesa pois usamos acentuação nas palavras. Exemplo "coração", "fé", "ôpa". Como posso corrigir?

     

    I'm having problems with writing for Portuguese accent in the words we use. Example "coração", "fé", "ôpa" (heart, faith, oops). How can I fix?

  • miteshsc 399 days ago

    At the moment, it has no support for language other than English. I am working on it and in my next release it will have.

    Sorry for inconvenience.

  • Lance 398 days ago

    I am using 1.8.3 and it doesn't display any text in the chat window. I flushed the caches and did a fresh install again and still no text.

  • Macilio Campos 398 days ago

    Ok amigo. Não houver inconveniente algum. Assim que tiver novidades posta. Grande abraço.

    Ok Miteshsc. No inconvenienceOnce you have placed newsBig hug
  • syaffeq 394 days ago

    I'm using elgg 1.8.1, but the chat doesn't come out as expected.

  • syaffeq 393 days ago

    Hi,

    May I know why this plugins cannot works in IE9 ? and also, I also get the same problem as @tbevel, the text not appear on the chat window.

    Thank You.

  • miteshsc 392 days ago

    @syaffeq: make sure you have proper permission in elgg data directory.

  • syaffeq 390 days ago

    Hi,

    yes, its about the permission, on data site for group_chat, I must changed to mod  777, then restart httpd and do upgrade.php. it works like a charm. Thank You.

  • miteshsc 390 days ago

    Dont make it 777, set it 0700. I am recommending you by considering security.

  • Macilio Campos 390 days ago

    @ miteshsc

    Gostaria de ter um chat entre amigos no elgg... Pode me ajudar?

  • teoos 386 days ago

    Muito bom!

  • Elrond 349 days ago

    Hello,

    I'm having the same problems that one user comment, the chat doesn't display any text. I write, but I can't view that I write. I'm using version 1.8.3.

    Regards

  • harshaaliaschinna 332 days ago

    same problem chat not displaying. i am using 1.8.8

  • pierro78 325 days ago

    <<
    same problem chat not displaying. i am using 1.8.8

    >> 
    same problem permission is 777 on elgg data directory

  • pierro78 325 days ago

    actually I looked into my elgg-data/group_chat and it seems like directories are created with wrong permissions :

    dr----x--t 2 www-data www-data 4096 Jul 29 19:50 43

    so I looked into actions/process.php and changed chmod '0777' with chmod 0777 (according tohttp://php.net/manual/en/function.chmod.php ) and it's working now !! :)

  • Xavier 321 days ago

    I'm having the following "ERROR: Vars in views must be an array: group_chat/chat_process_engine" 

    Any idea for solving this?

  • kisssssss4ever 314 days ago

    I like this chat looks very light but I want for the whole website same as facebook has.

    I used frei-chat worked fine but made my site very slow so I have removed that. Please help me how I can get a light simple chat bar for my website

  • schwulefuesse 278 days ago

    also have the same problem with gtoup chat. chatbox openes but there is no text shown. rights of data folder was set to 777. any ideas?

  • irockbot 272 days ago

    really frustrating plugin..i dont recommend this as it didnt shows the text in the chat box...even the plugin developer still not reply for this problem.. waste of time..

  • costakisc 272 days ago

    why dog a plugin, just because it doesnt work for you, maybe it works for lots of others.....its a difference of plugins and server settings, etc.......i use this plugin and recommend it, its a great plugin and works as expected for me with no errors

     

  • costakisc 272 days ago

    and did you read the big NOTE above about having enough permissions in the data directory?

  • miteshsc 271 days ago

    @schwulefuesse, @irockbot : Sorry for a late reply. Which version of Elgg you are using? As i have been saying you should have enough permission on elgg data directory.

    I have been busy in working on other stuff at the moment, but simultaneously working on modest group chat application for elgg. Hope you guys keep some patience. 

    sorry for inconvenience cause to you.

    Thanks,

    Miteshsc

  • opasiam 250 days ago

    Change mode  '0777' to 0777 

      at file /mod/group_chat/actions/group_chat/process.php

     

    // Check group chat directory. if not exist then creat else use it
        $dataroot = $CONFIG->dataroot;
        if(!is_dir($dataroot.'group_chat')){
            mkdir($dataroot.'group_chat', 0777);
            chmod($dataroot.'group_chat', 0777);
        }
        $groupEntityId =  get_input('groupEntityId');
        if(!is_dir($dataroot.'group_chat'.'/'.$groupEntityId)){
            mkdir($dataroot.'group_chat'.'/'.$groupEntityId, 0777);
            chmod($dataroot.'group_chat'.'/'.$groupEntityId, 0777);
        }

     

    it oK

  • Diana 206 days ago

     

    Change mode  '0777' to 0777 

     at file /mod/group_chat/actions/group_chat/process.php

     

    tried this already, still not working :(

     

  • Diana 206 days ago

    I'm using 1.8.9