Ask Questions and Find Answers
Important:
Ask is now read-only. You can review any existing questions and answers, but not add anything new.
But - don't panic! While ask is no more, we've replaced it with discuss - the new Liferay Discussion Forum! Read more here here or just visit the site here:
discuss.liferay.com
Change default page for guest users
Hi,
I would like to generally change the start page for guests (unauthenticated users) to the start page of my organization.
Is there a standard way to achieve this? If not, is there maybe a hack available for it? Or can I at least change the logo on the guest page to the one of my organization?
Many thanks,
Stephan
I would like to generally change the start page for guests (unauthenticated users) to the start page of my organization.
Is there a standard way to achieve this? If not, is there maybe a hack available for it? Or can I at least change the logo on the guest page to the one of my organization?
Many thanks,
Stephan
Hi,
I've never tested it but as it reads in the comment in the portal.properties you can set the default portal url with the following code:
If you want to edit the look and feel of the guest pages you should set up liferay sdk and build your own theme (which can be then assigned to the guest pages).
HTH
I've never tested it but as it reads in the comment in the portal.properties you can set the default portal url with the following code:
company.default.home.url=/web/guestIf you point the url to the relative url of the organization "my organization" it maybe work as you expect it to do.If you want to edit the look and feel of the guest pages you should set up liferay sdk and build your own theme (which can be then assigned to the guest pages).
HTH