掲示板

make apply changes automatically for existed user after changing properties

thumbnail
11年前 に devaraj s によって更新されました。

make apply changes automatically for existed user after changing properties

Regular Member 投稿: 228 参加年月日: 12/05/21 最新の投稿
Hi everyone,

Let me explain the scenario,

1) By default properties of private page, i used to create a user1.

2)changed default layout, portlet, theme for user private page by overriding default properties in portal-ext.properties.

3)restarted server.

4) created another user2, log in as a user2 apply changed to his private page as i expected.

5) login as a use1, but he is getting prolets,themes,layout as he as before.

My requirement is to , I have to maintain same uniformaity for all existed and new users. As in coming days if i add any new feature in user private page it should apply all existed users also.

Please help me how i need to move forward to achieve my requirement.


Thanks in advance
thumbnail
11年前 に Anil Sunkari によって更新されました。

RE: make apply changes automatically for existed user after changing proper

Expert 投稿: 427 参加年月日: 09/08/12 最新の投稿
Hi Devaraj,

It seems your requirement can be easily achieved through the concept which ihave done in past and will share my experience on it.

For this kind of scenarios LIFERAY has concepts called OPEN_TEMPLATE/PRIVATE_TEMPLATE/....

Since your requirement is regerding the private page actions.So, i suggest you to go with PRIVATE_TEMPLATE.
i will just give you a glance.Since i have done it long back.You can get more info from forums

1) Create community with type private and name as 'PRIVATE_TEMPLATE'
2) You need to check/uncheck few options in community settings to act like unique.
3) Now we can add all layouts,portlets,pages....etc....
4) later whoever user you required you just need to map him.So that all those will be automatically effect.

Refer this: http://www.liferay.com/documentation/liferay-portal/5.2/administration/-/ai/using-the-control-panel-1
Regards,
Anil Sunkari
thumbnail
11年前 に devaraj s によって更新されました。

RE: make apply changes automatically for existed user after changing proper

Regular Member 投稿: 228 参加年月日: 12/05/21 最新の投稿
Hi Anil, thanks for response..

I dont want to map any user to any community.. In my requirement 100, 10000 users will get membership, Its not a sense of map all users to again that community page.

If i am wrong plz correct me
thumbnail
11年前 に Anil Sunkari によって更新されました。

RE: make apply changes automatically for existed user after changing proper

Expert 投稿: 427 参加年月日: 09/08/12 最新の投稿
I mean to say ...

My requirement is to , I have to maintain same uniformaity for all existed and new users. As in coming days if i add any new feature in user private page it should apply all existed users also


Based on the above comment it indirectly relates to community behaviour !!!
so i was just suggested you about it.

Please correct me if still i dint get your requirment.

Regards,
Anil Sunkari
thumbnail
11年前 に devaraj s によって更新されました。

RE: make apply changes automatically for existed user after changing proper

Regular Member 投稿: 228 参加年月日: 12/05/21 最新の投稿
Anil Sunkari:
I mean to say ...

My requirement is to , I have to maintain same uniformaity for all existed and new users. As in coming days if i add any new feature in user private page it should apply all existed users also


Based on the above comment it indirectly relates to community behaviour !!!
so i was just suggested you about it.

Please correct me if still i dint get your requirment.

Regards,
Anil Sunkari



Yes yours is true, my requirement indirectly relates same as your idea (community behaviour).

But i wanted to implement new layouts, themes, components should apply directly to existed user private page.

I dont want to maintain another site , this way is something painable.
11年前 に Oliver Bayer によって更新されました。

RE: make apply changes automatically for existed user after changing proper

Liferay Master 投稿: 894 参加年月日: 09/02/18 最新の投稿
Hi Devaraj,

I think you should create the page structure for user groups (not communities). The hardest part is to keep the user group and user pages in sync. Not sure if Liferay v6.1 already has that feature but at least for 5.2.3 we have to implement a custom solution for it.

HTH Oli
thumbnail
11年前 に Anil Sunkari によって更新されました。

RE: make apply changes automatically for existed user after changing proper

Expert 投稿: 427 参加年月日: 09/08/12 最新の投稿
Yes, whatver Oliver said is right. Firstly we have to find any related out-of-box feature existed.
Or
Go ahead with custom implementaion using Listener in hook for sync.

Regards,
Anil Sunkari