I am new to Liferay , is there any good article available for Creating theme for Lifefay 5.2.
and also how to convert theme to *.war file
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The liferay plugins SDK is a good environment for developing themes. The Liferay Wiki has some quick start information about how to use it, also about how to configure liferay to be able to edit the theme “in place”. The documentation (especially the development documentation, even if it’s for 5.1) has more in depth information.
There are Ant Scripts that come with the Plugins SDK that create the *.war file for you. They also do a good job separating your changes from the default theme of/in liferay (as your changes are stored in a “diff” folder, thus easily identifiable. When defaults change, you may need to adapt your changes, but you know exactly what parts you have changed.