Updated freichat vendor lib to 7.2
View Team Webgalli's plugins
info@elgg.org
Security issues should be reported to security@elgg.org!
©2014 the Elgg Foundation
Elgg is a registered trademark of Thematic Networks.
Cover image by Raül Utrera is used under Creative Commons license.
Icons by Flaticon and FontAwesome.
"Updated freichat vendor lib to 7.2" - but on official freichat site (http://evnix.com), the latest avialable version of freichat is 7.0... :)
@evegeniy : https://code.google.com/p/frei-chat/downloads/list
how do you update the 7.0 to the 7.2? I've downloaded the zip file already, so I just need a push in the right direction as to my question.
Thanks
The archive 'fileman.php' was pointed by AVAST as a trojan.
Anyone had this experience?
@Djj :read the upgrade instrauctions in the plugin's home page
@R.Cerceau: couldnot find anything suspicious in that file. Checked it with KIS and Bitdefender. No virus detected.
@R.Cerceau No it is not a trojan :)
Hi,
How to disable this plugin when use mobile version but keep it when use web ?
You need to first get the user agent and then use
to unregister the chat view if its a mobile browser. If you are using any mobile plugin, it should have the code for detecting the useragent.
how to remane plugin to something other
Thank you Team Webgalli, that's a great idea, i just put it in:
function mobilize_setup_handler() {
elgg_unextend_view('page/elements/head', 'chat/chat') ;
and chat didn't show in mobile version. Thank you very much :)
Hi team webgalli, how to set chatroom will display when user login and display:none when user not login / user logout in web version ?
Hay Kunconro.....I where also looking for that disable in mobile option....plz tell me where i have to put that code ?? Thankz..
Hi Blesson, sory for my late reply.
To disable frei-chat in mobile version, like team webgalli said, you must put this code in your mobile start.php .
elgg_unextend_view('page/elements/head', 'chat/chat') ;
You are great kuncoro Thankz
How to display name instead of username on the chat
@haryanto : go through the comments in previous versions. Or check the revised informations in the plugin home page.
This plugin is awesome, I got it unstalled, up and working theme customized for my site and all, but now the theme goes to hell when it's in RTL mode, and doesn't display as it should in a box. but it works fine in LTR mode, minus the punctuation issue with ltr placing punctuation in front of the sentance until you hit space.
sorry reverse the text directions. dyselsic moment. >,<
Hello i have been trying to install this module but are have a few issus what should the db_prefix be set to in the arg.php file?? after selecting Elgg form the drop down box in the installer and click next i am presented with a screen that just say setp1 on it so i have revert to using custom in the drop down box witch seem to wrk and i am presents with the correct screen with has serveral fields db name db password db_prefix ect i have filled in my database detail using elgg_users_sessions in the db_prefix field but the chat moule only seems to wrk as a guest after you log in is say fetching online uses please wait but nothing hapens i belive i have the db_prefix wrong can anyone help cheers
Make the DB details same as that of elgg>engine/settings.php
cheer the db prefix is elgg_
and it works
Dose anyone know witch file and the settings to change the color and size of the chat room tab ?? cheers
When your community is deprived the cat(chat) appears all the same on the page of connection. To solve this problem to edit the file view/default/chat/chat.php lines 15 to add:
And line 34 to add:
wanted freichat not appear in the home page
only after the user did login
what to do?