留言板

End user select theme in ui

thumbnail
dave ch,修改在11 年前。

End user select theme in ui

Regular Member 帖子: 161 加入日期: 12-2-7 最近的帖子
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,修改在11 年前。

RE: End user select theme in ui

Liferay Legend 帖子: 14919 加入日期: 06-9-2 最近的帖子
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,修改在11 年前。

RE: End user select theme in ui

Regular Member 帖子: 161 加入日期: 12-2-7 最近的帖子
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,修改在11 年前。

RE: End user select theme in ui

Liferay Legend 帖子: 14919 加入日期: 06-9-2 最近的帖子
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,修改在10 年前。

RE: End user select theme in ui

Junior Member 帖子: 50 加入日期: 13-2-7 最近的帖子
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.