掲示板

Themes

11年前 に Suji Laxmi によって更新されました。

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
11年前 に David H Nebinger によって更新されました。

RE: Themes

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

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
11年前 に Muzakir Khan によって更新されました。

RE: Themes

Regular Member 投稿: 112 参加年月日: 12/03/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