Foren

Set Dashboard Page as a Welcome page

Viral Patel, geändert vor 9 Jahren.

Set Dashboard Page as a Welcome page

New Member Beiträge: 2 Beitrittsdatum: 25.11.13 Neueste Beiträge
Dear all,

I need to set dashbaord page of social office as a home page. by default it will shows welcome page. i need to set dashboard page.

what are the steps i need to perform for do this opration
thumbnail
Jesse Rao, geändert vor 9 Jahren.

RE: Set Dashboard Page as a Welcome page

Junior Member Beiträge: 58 Beitrittsdatum: 12.07.10 Neueste Beiträge
Hi Viral,

The portal's homepage is determined by the home URL portal property. The page that users are automatically redirected to after logging in is called the default landing page. You can customize it using the default.landing.page.path portal property:


##
## Default Landing Page
##

    #
    # Set the default landing page path for logged in users relative to the
    # server path. This is the page users are automatically redirected to after
    # logging in. For example, if you want the default landing page to be
    # http://localhost:8080/web/guest/login, set this to /web/guest/login. To
    # activate this feature, set auth.forward.by.last.path to true. To customize
    # the behavior, see com.liferay.portal.events.DefaultLandingPageAction in
    # the "login.events.post" property above.
    #
    # The following variables can be used: ${liferay:screenName} and
    # ${liferay:userId}.
    #
    default.landing.page.path=
    #default.landing.page.path=/web/guest/login
    #default.landing.page.path=/user/${liferay:screenName}/home


So you could use default.landing.page.path=/user/${liferay:screenName}/home or default.landing.page.path=/user/${liferay:screenName}/dashboard or whatever you need.

Btw, you can browse Liferay's portal.properties file here: http://docs.liferay.com/portal/6.2/propertiesdoc/portal.properties.html
thumbnail
Jesse Rao, geändert vor 9 Jahren.

RE: Set Dashboard Page as a Welcome page

Junior Member Beiträge: 58 Beitrittsdatum: 12.07.10 Neueste Beiträge
Note: In addition to the home URL and default landing page, the portal has a default logout page. This is the page users are redirected to after logging out of the portal.

All three properties can be set either via portal properties or via the Control Panel.

Properties:

    company.default.home.url=/web/guest
    default.landing.page.path=
    default.logout.page.path=


To configure these via the Control Panel, navigate to Portal Settings and use the Home URL, Default Landing Page, and Default Logout Page fields on the General tab.
thumbnail
nitin kumar sharma, geändert vor 9 Jahren.

RE: Set Dashboard Page as a Welcome page

New Member Beiträge: 12 Beitrittsdatum: 26.04.13 Neueste Beiträge
Hi Patel,

You can also do the same thing by control panel if your have the admin role.


Please change the default landing page accordingly.

The following setting will take user to his/her private page.

Thanks & Regards,

Nitin Kumar Sharma