留言板

Themes

Suji Laxmi,修改在11 年前。

Themes

New Member 帖子: 19 加入日期: 11-10-18 最近的帖子
Hi,

In theme I need to add a link as Choose Theme in home page.
When i click on choose theme,i should able to see all the themes which are available and apply any one theme...(same as functionality like in manage page--look and feel)
so how can i link to that look and feel link in manage page from homepage and
how to customize that manage page jsp.(where can i get that jsp).

Thanks,
Suji
thumbnail
David H Nebinger,修改在11 年前。

RE: Themes

Liferay Legend 帖子: 14915 加入日期: 06-9-2 最近的帖子
A theme is nothing but static resources (for all intents and purposes).

You cannot accomplish this as a theme.

You could, however, create a portlet to do this and embed the portlet into the theme.
Suji Laxmi,修改在11 年前。

RE: Themes

New Member 帖子: 19 加入日期: 11-10-18 最近的帖子
Hi David,
Thanks for ur reply..
But how can i get the functionality of applying theme in portlet.
Could you please tell me the basic flow..

Thanks,
Suji.
thumbnail
Muzakir Khan,修改在11 年前。

RE: Themes

Regular Member 帖子: 112 加入日期: 12-3-15 最近的帖子
Suji Laxmi:
Hi David,
Thanks for ur reply..
But how can i get the functionality of applying theme in portlet.
Could you please tell me the basic flow..

Thanks,
Suji.


Hi
In order to embed Portlet into Theme, you have to make use of theme.runtime(portlet_id), for more info google it..

Regards
Khan