miteshsc's plugins:
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.
1) Resolved permission issue
2) Removed extra slash from setting.php view file.
Comments
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?
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.
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.
Ok amigo. Não houver inconveniente algum. Assim que tiver novidades posta. Grande abraço.
I'm using elgg 1.8.1, but the chat doesn't come out as expected.
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.
@syaffeq: make sure you have proper permission in elgg data directory.
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.
Dont make it 777, set it 0700. I am recommending you by considering security.
@ miteshsc
Gostaria de ter um chat entre amigos no elgg... Pode me ajudar?
Muito bom!
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
same problem chat not displaying. i am using 1.8.8
<<
same problem chat not displaying. i am using 1.8.8
>>
same problem permission is 777 on elgg data directory
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 !! :)
I'm having the following "ERROR: Vars in views must be an array: group_chat/chat_process_engine"
Any idea for solving this?
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
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?
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..
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
and did you read the big NOTE above about having enough permissions in the data directory?
@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
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
Change mode '0777' to 0777
at file /mod/group_chat/actions/group_chat/process.php
tried this already, still not working :(
I'm using 1.8.9