Foros de discusión

Themes

Suji Laxmi, modificado hace 11 años.

Themes

New Member Mensajes: 19 Fecha de incorporación: 18/10/11 Mensajes recientes
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 hace 11 años.

RE: Themes

Liferay Legend Mensajes: 14919 Fecha de incorporación: 2/09/06 Mensajes recientes
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 hace 11 años.

RE: Themes

New Member Mensajes: 19 Fecha de incorporación: 18/10/11 Mensajes recientes
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 hace 11 años.

RE: Themes

Regular Member Mensajes: 112 Fecha de incorporación: 15/03/12 Mensajes recientes
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