掲示板

Liferay 6 : How to display all our developed Portlets page once the user lo

12年前 に Ravi Kiran によって更新されました。

Liferay 6 : How to display all our developed Portlets page once the user lo

Junior Member 投稿: 53 参加年月日: 12/04/08 最新の投稿
I am using Liferay 6 for developing Portlets . My question is , on liferay startup i am showing my Custom Login page and once the user Logs in successfully i want to display user all our developed Portlets (6) on a single page .
Please tell me how to achieve this ?? Or the concept name to achive this ??

customize page after login
thumbnail
12年前 に Danial Mustofa Habibi によって更新されました。

RE: Liferay 6 : How to display all our developed Portlets page once the use

Regular Member 投稿: 141 参加年月日: 11/11/01 最新の投稿
Ravi Kiran:
I am using Liferay 6 for developing Portlets . My question is , on liferay startup i am showing my Custom Login page and once the user Logs in successfully i want to display user all our developed Portlets (6) on a single page .
Please tell me how to achieve this ?? Or the concept name to achive this ??

customize page after login



why don't u just private page??
12年前 に Ravi Kiran によって更新されました。

RE: Liferay 6 : How to display all our developed Portlets page once the use

Junior Member 投稿: 53 参加年月日: 12/04/08 最新の投稿
Thanks for your response , i am new to Liferay , i dont know what is that exactly you were refering to , could you please elaborate how to achieve the task as it is very needed for the demo.
thumbnail
12年前 に Danial Mustofa Habibi によって更新されました。

RE: Liferay 6 : How to display all our developed Portlets page once the use

Regular Member 投稿: 141 参加年月日: 11/11/01 最新の投稿
Ravi Kiran:
Thanks for your response , i am new to Liferay , i dont know what is that exactly you were refering to , could you please elaborate how to achieve the task as it is very needed for the demo.



In liferay we are given 2 page,first public page and second is private page
if you want your user login and then automatically show private page after login u can see at http://liferaydemystified.blogspot.com/2011/04/liferay-default-landing-page.html
then to add porlet to you page simply add them with menu on your upper left menu on dockbak...I suggest you read Liferay Administration Guide


Thank's

regards

Danial
thumbnail
12年前 に Hitoshi Ozawa によって更新されました。

RE: Liferay 6 : How to display all our developed Portlets page once the use

Liferay Legend 投稿: 7942 参加年月日: 10/03/24 最新の投稿
Just set the permission on the portlet. Click on the portlet configuration icon on the top right hand corner of the portlet and uncheck the "View" privilege on "Guest" and check "View" privilege on "User".
12年前 に Ravi Kiran によって更新されました。

RE: Liferay 6 : How to display all our developed Portlets page once the use

Junior Member 投稿: 53 参加年月日: 12/04/08 最新の投稿
Thank you very much , i have decided to achieve my requirement this way

create new liferay page e.g. .../web/guest/start and put 6 portlets to this page.


Then configure the start page in portal-ext.properties

default.guest.public.layout.friendly.url = /start


Is that will be a good approach ?? Please share your liferay experience
12年前 に Ravi Kiran によって更新されました。

RE: Liferay 6 : How to display all our developed Portlets page once the use

Junior Member 投稿: 53 参加年月日: 12/04/08 最新の投稿
Logged into account test@liferay.com

Then Navigate to Control Panel.

Selected Page Templates from the left side list availabe under "liferay.com" section.

Clicked on Add Button , Created a New Page named Kiran .

Gave it all the Permissions , Opened that Page Template , and when i tried to Add my Portlets to that Kiran Page , it displayed

Configure this application and place it where desired on the page.

Please let me know what is this ??
12年前 に Ravi Kiran によって更新されました。

RE: Liferay 6 : How to display all our developed Portlets page once the use

Junior Member 投稿: 53 参加年月日: 12/04/08 最新の投稿
Thanks the issue has been resolved .
thumbnail
12年前 に Hitoshi Ozawa によって更新されました。

RE: Liferay 6 : How to display all our developed Portlets page once the use

Liferay Legend 投稿: 7942 参加年月日: 10/03/24 最新の投稿
If you gave all roles permission to view the page, unlogged users can also see the page by just entering the url to the page.