Fórum

Themes

Suji Laxmi, modificado 11 Anos atrás.

Themes

New Member Postagens: 19 Data de Entrada: 18/10/11 Postagens Recentes
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, modificado 11 Anos atrás.

RE: Themes

Liferay Legend Postagens: 14916 Data de Entrada: 02/09/06 Postagens Recentes
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, modificado 11 Anos atrás.

RE: Themes

New Member Postagens: 19 Data de Entrada: 18/10/11 Postagens Recentes
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, modificado 11 Anos atrás.

RE: Themes

Regular Member Postagens: 112 Data de Entrada: 15/03/12 Postagens Recentes
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