掲示板

End user select theme in ui

thumbnail
11年前 に dave ch によって更新されました。

End user select theme in ui

Regular Member 投稿: 161 参加年月日: 12/02/07 最新の投稿
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
11年前 に David H Nebinger によって更新されました。

RE: End user select theme in ui

Liferay Legend 投稿: 14917 参加年月日: 06/09/02 最新の投稿
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
11年前 に dave ch によって更新されました。

RE: End user select theme in ui

Regular Member 投稿: 161 参加年月日: 12/02/07 最新の投稿
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
11年前 に David H Nebinger によって更新されました。

RE: End user select theme in ui

Liferay Legend 投稿: 14917 参加年月日: 06/09/02 最新の投稿
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
10年前 に Manish Jha によって更新されました。

RE: End user select theme in ui

Junior Member 投稿: 50 参加年月日: 13/02/07 最新の投稿
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.