Fórumok

Theme Developement

thumbnail
angu manikandan, módosítva 11 év-val korábban

Theme Developement

Junior Member Bejegyzések: 72 Csatlakozás dátuma: 2012.07.16. Legújabb bejegyzések
Hi all,

I am using LR 6.1. We have developed and customized 3 themes which I want the end user will apply according to his choice in his screen. The end user would have all the 3 themes and he will select the one of his choice by clicking button in Theme. Is it possible to achieve in LifeRay?
Oliver Bayer, módosítva 11 év-val korábban

RE: Theme Developement

Liferay Master Bejegyzések: 894 Csatlakozás dátuma: 2009.02.18. Legújabb bejegyzések
Hi Angu,

a user with manage pages permission can choose from all deployed themes ootb that means if you haven't changed anything.

Greets Oli
thumbnail
angu manikandan, módosítva 11 év-val korábban

RE: Theme Developement

Junior Member Bejegyzések: 72 Csatlakozás dátuma: 2012.07.16. Legújabb bejegyzések
I created one portlet like that i want to place that plortlet in theme level..........i dnt know how to place in theme..................
Oliver Bayer, módosítva 11 év-val korábban

RE: Theme Developement

Liferay Master Bejegyzések: 894 Csatlakozás dátuma: 2009.02.18. Legújabb bejegyzések
Hi,

you can use $theme.runtime("<Portlet-ID>") to include a portlet in your theme or layout-template.

HTH Oli
thumbnail
angu manikandan, módosítva 11 év-val korábban

RE: Theme Developement

Junior Member Bejegyzések: 72 Csatlakozás dátuma: 2012.07.16. Legújabb bejegyzések
Thanks for Your guidence i got a output...........
thumbnail
Aryan sahu, módosítva 11 év-val korábban

RE: Theme Developement

Junior Member Bejegyzések: 73 Csatlakozás dátuma: 2012.07.24. Legújabb bejegyzések
hi you can use $theme.runtime("your portlet id here");

if you want to know the id click on the portlet configuration tab and click on the sharing tab .you will notice something like this

<script src="http://localhost:2020/html/js/liferay/widget.js" type="text/javascript"></script>
<script type="text/javascript">
Liferay.Widget({ url: 'http://localhost:2020/en_GB/widget/web/guest/hookportlet/-/8'});
</script>

here the portlet id is 8 after /hookportlet/- similarly you can find the id of the portlet and use .
thumbnail
angu manikandan, módosítva 11 év-val korábban

RE: Theme Developement

Junior Member Bejegyzések: 72 Csatlakozás dátuma: 2012.07.16. Legújabb bejegyzések
Onclick functionalities are not working..........it display in theme bt not working just rendering in same page.........
Bradley Wood, módosítva 11 év-val korábban

RE: Theme Developement