Fórum

Online friends across portals

thumbnail
Trausti Thor Johannsson, modificado 14 Anos atrás.

Online friends across portals

New Member Postagens: 4 Data de Entrada: 19/10/09 Postagens Recentes
Hi All,

I am new to liferay, and i really like what I see. One thing that I think might be a bug. I have now created a few portal instances. All works like I want it to. Each portal is separate like it should be, except for the Online friends at the bottom of the screen. All portal users on all portals on the same server are online friends.

As I understand this, I should be able to have many different companies on the same server, with the same installation, all kept separate.

Am I misunderstanding ? How do I have separate portals on the same server ?

Best regards,


Trausti
thumbnail
Lisa Simpson, modificado 14 Anos atrás.

RE: Online friends across portals

Liferay Legend Postagens: 2034 Data de Entrada: 05/03/09 Postagens Recentes
Let's say you have 3 different web sites you're hosting on a single Liferay installation (I say installation because Liferay uses instance ot mean something else)

1) XYZ Corp
2) ABC Corp
3) JKL Corp

Make an org - XYZ and assign all the XYZ members to that org.

Make an org - ABC and assign all the ABC members to that org

Make an org - JKL and assign all the JKL members to that org.

They should stop seeting each other.
thumbnail
Trausti Thor Johannsson, modificado 14 Anos atrás.

RE: Online friends across portals

New Member Postagens: 4 Data de Entrada: 19/10/09 Postagens Recentes
Hi Lisa,

Sorry for the late reply. But I have really tested this. All users in all portals are now with their own Org. Still everyone sees everyone.

If anyone has any ideas....
thumbnail
Amos Fong, modificado 14 Anos atrás.

RE: Online friends across portals

Liferay Legend Postagens: 2047 Data de Entrada: 07/10/08 Postagens Recentes
Hi Trausti,

Redploy the chat portlet, but with a portlet-ext.properties with one of the following buddy strategies that you want.

buddy.list.strategy=all
#buddy.list.strategy=communities
#buddy.list.strategy=friends
#buddy.list.strategy=communities,friends
thumbnail
Trausti Thor Johannsson, modificado 14 Anos atrás.

RE: Online friends across portals

New Member Postagens: 4 Data de Entrada: 19/10/09 Postagens Recentes
Recently I installed a new liferay server totally clean. And by adding

buddy.list.strategy=communities

into the chat portlet config, everything now works as expected.

Thanks all
Senthil Chockalingam, modificado 13 Anos atrás.

RE: Online friends across portals

Junior Member Postagens: 58 Data de Entrada: 18/01/10 Postagens Recentes
Dear Friend,

In the Liferay 5.2.3 chat portlet, Online Friends limit is 20(users). If user is more then 20, they are not are not visible in the Online Count. Please refer the screenshot.

For this i changed the below code in portlet.porperties(\liferay-portal-5.2.3\tomcat-6.0.18\webapps\Chat\WEB-INF\src\)


buddy.list.maxbuddies=500



After this i have restarted the webserver, but there is no change.

So please help us on this.
thumbnail
Vikash Pareek, modificado 11 Anos atrás.

RE: Online friends across portals

New Member Postagens: 15 Data de Entrada: 11/12/12 Postagens Recentes
Hello to all,

I am using liferay 6.1.1 ce.
I have following hierarchy :
1.) default site named "XYZ".
2.) organizations "org_1".
3.) users "user_1" and "user_2".
4.) "user_1" is a member of site "XYZ" and organization "org_1".
5.) "user_2" is member of organization "org_1".
6.) user_1 and user_2 are not friend.
7.) I have checked both user_1 and user_2 are also member of site corresponding to "org_1".
I have add line "buddy.list.strategy=communities" in portlet.properties of chat portlet.

Problem is that both user_1 and user_2 not found each other in online friends.
But if user_1 and user_2 both are the member of default site "XYZ" then both visible online for each other in chat portlet.

Please Suggest what will i have to do for this ?