掲示板

I need help with users private and public page

12年前 に nadia surin によって更新されました。

I need help with users private and public page

New Member 投稿: 11 参加年月日: 11/08/27 最新の投稿
I have been trying to find documentation on how to do several things but cant seem to find anything, so please help

I have liferay 6.0 and I would like to know

1. How do I add and delete porlets on users private and public page?
2. Also I do not want users to have control over the porlets so how do I deny access to this?


Thanks you
12年前 に praveen orvakanti によって更新されました。

RE: I need help with users private and public page

Junior Member 投稿: 51 参加年月日: 11/08/10 最新の投稿
Nadia,
Im using Social Office but not Liferay.

But i guess both these work in almost same manner.

So try to login to the Liferay using admin credentials and then you can add or delete portlets from the control panel. Also you can set/edit user privileges accordingly.
12年前 に Michael Harper によって更新されました。

RE: I need help with users private and public page

Junior Member 投稿: 56 参加年月日: 11/08/10 最新の投稿
Nadia,

I've actually switched over to portal from SO, as I couldn't even get the pages in general to work, but I have found the lines needed to put in the portal-ext.properties file to control the Public/Private Users Pages.

I haven't found how to set the default layout of the auto created pages yet (mainly because I haven't taken the time to look yet).

If you set the ****.modifiable lines to =false then the use won't be able to edit the portlets on their private/public pages. The will be able to interact with them, like if they have their own blog or document library, but they won't be able to add and remove the portlets without one of the administrators doing it for them.

##
## Public/Private Users Pages
##
layout.user.private.layouts.auto.create=true
layout.user.private.layouts.enabled=true
layout.user.private.layouts.modifiable=true
layout.user.private.layouts.power.user.required=false
layout.user.public.layouts.auto.create=false
layout.user.public.layouts.enabled=false
layout.user.public.layouts.modifiable=false
layout.user.public.layouts.power.user.required=false
12年前 に nadia surin によって更新されました。

RE: I need help with users private and public page

New Member 投稿: 11 参加年月日: 11/08/27 最新の投稿
Thanks everyone for your responses

Mr. Harper- I used your info and it worked

karthik N- I created site template but now how do assign the templates to s users private and public page?

Thanks
12年前 に karthik N によって更新されました。

RE: I need help with users private and public page

Regular Member 投稿: 106 参加年月日: 11/07/01 最新の投稿
nadia surin:
Thanks everyone for your responses

Mr. Harper- I used your info and it worked

karthik N- I created site template but now how do assign the templates to s users private and public page?

Thanks



Hi,

Go to portal Settings-->Users-->click on the user whom u want to assign site template-->user details will displayed-->click on the pages link(you can see drop down for public and private pages)--> from that drop down u select your site template

Regards,
Karthik
12年前 に Michael Harper によって更新されました。

RE: I need help with users private and public page

Junior Member 投稿: 56 参加年月日: 11/08/10 最新の投稿
Nadia,

I finally figured out how to set up what the default portlets are for a users pages when they first register/are created.

You have to go into your control panel and find out the plugin id of which portlets you want to be defaulted on the page. Then add the lines below to your portal-ext.properties file with the others.

The lines below are the default settings for these options, so you can change them to whatever you want. For me it is going to be easier to set their page layouts by default then assigning the template after they've registered/connected for the first time. Keep in mind though, these settings only affect pages created after they are changed, so if you already have users registered then their pages won't change.

default.user.private.layout.column-1=82,23,11
default.user.private.layout.column-2=29,8
default.user.private.layout.column-3=
default.user.private.layout.column-4=
default.user.private.layout.name=Welcome
default.user.private.layout.template.id=2_columns_ii
default.user.public.layout.column-1=82,3
default.user.public.layout.column-2=33
default.user.public.layout.column-3=
default.user.public.layout.column-4=
default.user.public.layout.name=Welcome
default.user.public.layout.template.id=2_columns_ii
12年前 に nadia surin によって更新されました。

RE: I need help with users private and public page

New Member 投稿: 11 参加年月日: 11/08/27 最新の投稿
I have another question guys hopefully you can help me

I would like to create a private and public page for user with about 5 different pages and portlets.

I read in one forum that I am suppose to create a test community with the layout of my page, which I did.

I then created a LAR file.

Can someone guide me with the exact steps I need to make with this LAR file.
(I hope someone understands this)
12年前 に karthik N によって更新されました。

RE: I need help with users private and public page

Regular Member 投稿: 106 参加年月日: 11/07/01 最新の投稿
you can do that via site templates in UI, by default we can assign public and private pages for all users using site templates