Foros de discusión

End user select theme in ui

thumbnail
dave ch, modificado hace 11 años.

End user select theme in ui

Regular Member Mensajes: 161 Fecha de incorporación: 7/02/12 Mensajes recientes
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, modificado hace 11 años.

RE: End user select theme in ui

Liferay Legend Mensajes: 14916 Fecha de incorporación: 2/09/06 Mensajes recientes
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, modificado hace 11 años.

RE: End user select theme in ui

Regular Member Mensajes: 161 Fecha de incorporación: 7/02/12 Mensajes recientes
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, modificado hace 11 años.

RE: End user select theme in ui

Liferay Legend Mensajes: 14916 Fecha de incorporación: 2/09/06 Mensajes recientes
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, modificado hace 10 años.

RE: End user select theme in ui

Junior Member Mensajes: 50 Fecha de incorporación: 7/02/13 Mensajes recientes
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.