FreiChat related discussions
How to show friends list in joomla module

Hi Admin,

How to show the friends list in Joomla module which can be clickable to open a chat box?
Is it possible to see all of the friends even online or offline?

I saw that you have done for online friends in one of your demo video.
Please help.

Regards,
Jessie

Hi Admin, How to show the friends list in Joomla module which can be clickable to open a chat box? Is it possible to see all of the friends even online or offline? I saw that you have done for online friends in one of your demo video. Please help. Regards, Jessie

You must be using some module/component for the friend system . You need to integrate freichat with that system .
If you are using JomSocial/CB/CBE , then freichat has already been integrated with them .

You must be using some module/component for the friend system . You need to integrate freichat with that system . If you are using JomSocial/CB/CBE , then freichat has already been integrated with them .
Necessity is the mother of all inventions!

Hi Admin,

I am using Jomsocial.
I want to integrate Freichat with jomsocial community members module.
The idea is we can see all of the online and offline community member.
And still can open a chat box when clicking on any user who is online or offline.
I saw in youtube demo that you are using one module to show online friends then clicking on it to open a chat box.


Please help.


Regards,
Jessie

Hi Admin, I am using Jomsocial. I want to integrate Freichat with jomsocial community members module. The idea is we can see all of the online and offline community member. And still can open a chat box when clicking on any user who is online or offline. I saw in youtube demo that you are using one module to show online friends then clicking on it to open a chat box. Please help. Regards, Jessie

So, you want the chatwindow to open on clicking the user (avatars) in the online friends list as shown in the attached image on the left ?

If yes, you will need to modify that module . We can help you with this customization.

I saw in youtube demo that you are using one module to show online friends then clicking on it to open a chat box.
That was long back, we no longer show the online list inside a module .



So, you want the chatwindow to open on clicking the user (avatars) in the online friends list as shown in the attached image on the left ? If yes, you will need to modify that module . We can help you with this customization. <em>I saw in youtube demo that you are using one module to show online friends then clicking on it to open a chat box.</em> That was long back, we no longer show the online list inside a module .
Necessity is the mother of all inventions!

Yes, I want the chat window to open not only on the online friends but also offline friends.
There is jomsocial "community memebers" module which can show online and offline status of users.
I would like to show such module to open a chat window which still can send offline msg when user is offline.

Please help to modify that module.

Thank you very much.

Regards,
Jessie

Yes, I want the chat window to open not only on the online friends but also offline friends. There is jomsocial "community memebers" module which can show online and offline status of users. I would like to show such module to open a chat window which still can send offline msg when user is offline. Please help to modify that module. Thank you very much. Regards, Jessie

What integration driver did you choose during installation if freichat ?

Was it only Joomla or Joomla with JomSocial

What integration driver did you choose during installation if freichat ? Was it only Joomla or Joomla with JomSocial
Necessity is the mother of all inventions!

I chose Joomla with JomSocial driver during installation.

I chose Joomla with JomSocial driver during installation.

Go to freichat/server/drivers/JSocial.php

Delete the line

AND f.guest=0


around line no. 58 and line no. 75

Go to freichat/server/drivers/JSocial.php Delete the line <code> AND f.guest=0 </code> around line no. 58 and line no. 75
Necessity is the mother of all inventions!

I deleted these two lines in JSocial.php.
May i know what will be the result of deleting these lines?
Where to check the visual output? (in chat box or in jomsocial module?)

Thanks admin.

I deleted these two lines in JSocial.php. May i know what will be the result of deleting these lines? Where to check the visual output? (in chat box or in jomsocial module?) Thanks admin.

I edited the jomsocial module to be clickable and open a chat window using

onclick="javascript:FreiChat.create_chat_window_mesg('<?php echo CStringHelper::escape( $member->getDisplayName() ) ?>','<?php echo $member->id?>'); <!-- testing onclick for chat box-->

It is working for both online and offline users.
But when I send msgs to offline users, they couldn't see offline msgs when they are online.
Please suggest me how can I fix to see new msgs chat windows when user login?


Please help
Thanks admin

I edited the jomsocial module to be clickable and open a chat window using onclick=&quot;javascript:FreiChat.create_chat_window_mesg(&#039;&amp;lt;?php echo CStringHelper::escape( $member-&amp;gt;getDisplayName() ) ?&amp;gt;&#039;,&#039;&amp;lt;?php echo $member-&amp;gt;id?&amp;gt;&#039;); &amp;lt;!-- testing onclick for chat box--&amp;gt; It is working for both online and offline users. But when I send msgs to offline users, they couldn&#039;t see offline msgs when they are online. Please suggest me how can I fix to see new msgs chat windows when user login? Please help Thanks admin

Do they see a blank window instead of the offline messages or are the previous messages(when they were offline) are displayed ?

Do they see a blank window instead of the offline messages or are the previous messages(when they were offline) are displayed ?
Necessity is the mother of all inventions!

Hi Admin,

Users didn't see any chat windows when they comes online.
But when they click on specific users, they see the previous msgs. (as I used the function to show chat window with msgs on click)
Is there any notifications function to alert the users ? (eg: something like new mgs notifications; New Messages from User1!!!)

Thanks

Hi Admin, Users didn&#039;t see any chat windows when they comes online. But when they click on specific users, they see the previous msgs. (as I used the function to show chat window with msgs on click) Is there any notifications function to alert the users ? (eg: something like new mgs notifications; New Messages from User1!!!) Thanks
Users didn't see any chat windows when they comes online.

That is because they did not previously opened the window .

There is no function to check if there are any new messages, you may have to create an ajax request to check that .
&amp;lt;em&amp;gt;Users didn&#039;t see any chat windows when they comes online.&amp;lt;/em&amp;gt; That is because they did not previously opened the window . There is no function to check if there are any new messages, you may have to create an ajax request to check that .
Necessity is the mother of all inventions!

Hi Admin,

In that case, could you please help to create an ajax for facebook like message notifications?
If needed, I will log as a support ticket.

Thanks in advance.

Hi Admin, In that case, could you please help to create an ajax for facebook like message notifications? If needed, I will log as a support ticket. Thanks in advance.

What do you mean by facebook like notification ?
FreiChat already has sound on a new message and it also changes the tab title to "new message from" .

Or do you want desktop notifications ?

What do you mean by facebook like notification ? FreiChat already has sound on a new message and it also changes the tab title to &quot;new message from&quot; . Or do you want desktop notifications ?
Necessity is the mother of all inventions!

I know there is a sound and tab title change.
Need not desktop notifications.
I mean a notification icon showing "new message from who" at the top menu bar or anywhere.
Please help me to create it.

Thanks

I know there is a sound and tab title change. Need not desktop notifications. I mean a notification icon showing &quot;new message from who&quot; at the top menu bar or anywhere. Please help me to create it. Thanks

When click on a notification icon, expand new messages list from who. (eg; user avatar and name)
When click on a that list, open the chat window relating to that message.

When click on a notification icon, expand new messages list from who. (eg; user avatar and name) When click on a that list, open the chat window relating to that message.

That will be a lot of work . I guess you want it to be like how facebook shows notifications of new messages ?

That will be a lot of work . I guess you want it to be like how facebook shows notifications of new messages ?
Necessity is the mother of all inventions!
241
17
0
live preview
enter atleast 10 characters
WARNING: You mentioned %MENTIONS%, but they cannot see this message and will not be notified
Saving...
Saved
With selected deselect posts show selected posts
All posts under this topic will be deleted ?
Pending draft ... Click to resume editing
Discard draft