Fórumok

How to change the Theme

R Madhu Sudhan Reddy, módosítva 11 év-val korábban

How to change the Theme

New Member Bejegyzések: 11 Csatlakozás dátuma: 2012.07.13. Legújabb bejegyzések
Hi Friends,

I want to use the custom theme in liferay.
Is it possible,If it is possible how to configure it and use it, please give some advice.

Thanks & regards
thumbnail
jaid shaik, módosítva 11 év-val korábban

RE: How to change the Theme

Regular Member Bejegyzések: 171 Csatlakozás dátuma: 2010.10.08. Legújabb bejegyzések
Hi R Madhu Sudhan Reddy,

How to change the Theme


After login with admin credentials Top left you will get ADD options Under select "Manage page" there you will get options..........

Regarding theme how to create custom theme link1

link2

check the above two links....
thumbnail
Jignesh Vachhani, módosítva 11 év-val korábban

RE: How to change the Theme

Liferay Master Bejegyzések: 803 Csatlakozás dátuma: 2008.03.10. Legújabb bejegyzések
You can get simplified information on This blog .
R Madhu Sudhan Reddy, módosítva 11 év-val korábban

RE: How to change the Theme

New Member Bejegyzések: 11 Csatlakozás dátuma: 2012.07.13. Legújabb bejegyzések
Jignesh Vachhani:
You can get simplified information on This blog .


Thank for replay,
I tried the processor what in blog, When I started server I am getting exception,
i.e. The moduleId //unknown/war is not correct for this I want advice.......
thumbnail
Tejas Kanani, módosítva 11 év-val korábban

RE: How to change the Theme

Liferay Master Bejegyzések: 654 Csatlakozás dátuma: 2009.01.06. Legújabb bejegyzések
Hi R Madhu,

If you need details regarding how to create Liferay Custom Theme, check this documentation by Liferay regarding how to create liferay theme in 6.1.

HTH.

Regards,
Tejas
thumbnail
Jignesh Vachhani, módosítva 11 év-val korábban

RE: How to change the Theme

Liferay Master Bejegyzések: 803 Csatlakozás dátuma: 2008.03.10. Legújabb bejegyzések
Which version of LR you are using for theme creation ?
And put some details logs for error.
thumbnail
Muzakir Khan, módosítva 11 év-val korábban

RE: How to change the Theme

Regular Member Bejegyzések: 112 Csatlakozás dátuma: 2012.03.15. Legújabb bejegyzések
R Madhu Sudhan Reddy:
Hi Friends,

I want to use the custom theme in liferay.
Is it possible,If it is possible how to configure it and use it, please give some advice.

Thanks & regards


Yes it is possible..
You can create a new custom Theme, and then you have to copy and paste the 4 folders(css,images,js & templates) of the classic theme into the _diffs folder of newly created custom theme, now you can override any of the property you want to achieve and deploy it. The look and feel of classic theme will be maintained as it is, except the overridden property.

Kind Regards
Khan
thumbnail
David H Nebinger, módosítva 11 év-val korábban

RE: How to change the Theme

Liferay Legend Bejegyzések: 14916 Csatlakozás dátuma: 2006.09.02. Legújabb bejegyzések
You do not copy the stuff from classic...

You edit build.xml in the theme and make classic the parent theme. Then you do a build to get the standard theme files copied in. Then in the _diffs folder, you only create those directories/files that you need changes in.
thumbnail
Muzakir Khan, módosítva 11 év-val korábban

RE: How to change the Theme

Regular Member Bejegyzések: 112 Csatlakozás dátuma: 2012.03.15. Legújabb bejegyzések
David H Nebinger:
You do not copy the stuff from classic...

You edit build.xml in the theme and make classic the parent theme. Then you do a build to get the standard theme files copied in. Then in the _diffs folder, you only create those directories/files that you need changes in.


uh fine.. These many days i was following wrong method..