Foren

End user select theme in ui

thumbnail
dave ch, geändert vor 11 Jahren.

End user select theme in ui

Regular Member Beiträge: 161 Beitrittsdatum: 07.02.12 Neueste Beiträge
Hi all,

I am using LR 6.1. We have developed and customized 7 themes which I want the end user will apply according to his choice in his screen. The end user would have all the 7 themes and he will select the one of his choice. Is it possible to achieve in LifeRay?


Any help will be highly appreciated.


thanks in advance.

regards
dave
thumbnail
David H Nebinger, geändert vor 11 Jahren.

RE: End user select theme in ui

Liferay Legend Beiträge: 14916 Beitrittsdatum: 02.09.06 Neueste Beiträge
Sure. They just go to manage -> page, select the page they want to change and go to the look n feel tab and select the one they want.
thumbnail
dave ch, geändert vor 11 Jahren.

RE: End user select theme in ui

Regular Member Beiträge: 161 Beitrittsdatum: 07.02.12 Neueste Beiträge
Thank You David for the quick response.

But I want to keep my ui as simple as possible since the end user may not be familiar and unaware of such things. Simply I want to keep it as simple as possible, like user can select a theme from a drop down list in a portlet .

Any help will be highly appreciated.

Thanks in advance.

Regards
Dave
thumbnail
David H Nebinger, geändert vor 11 Jahren.

RE: End user select theme in ui

Liferay Legend Beiträge: 14916 Beitrittsdatum: 02.09.06 Neueste Beiträge
Well, that's the great part of Liferay being an open-source system...

You can track down how Liferay does it in the standard way, then lift the implementation details and wrap in your own portlet...
thumbnail
Manish Jha, geändert vor 10 Jahren.

RE: End user select theme in ui

Junior Member Beiträge: 50 Beitrittsdatum: 07.02.13 Neueste Beiträge
Do you want to give user a choice to select theme for current page or whole site ? For example user would select a theme out of 5 themes, let us say A,B,C,D,E.

So we have two requirement here :
1. a portlet with list of available themes.
2. Apply the selected theme to the current page.