掲示板

How to change the Theme

11年前 に R Madhu Sudhan Reddy によって更新されました。

How to change the Theme

New Member 投稿: 11 参加年月日: 12/07/13 最新の投稿
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
11年前 に jaid shaik によって更新されました。

RE: How to change the Theme

Regular Member 投稿: 171 参加年月日: 10/10/08 最新の投稿
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
11年前 に Jignesh Vachhani によって更新されました。

RE: How to change the Theme

Liferay Master 投稿: 803 参加年月日: 08/03/10 最新の投稿
You can get simplified information on This blog .
11年前 に R Madhu Sudhan Reddy によって更新されました。

RE: How to change the Theme

New Member 投稿: 11 参加年月日: 12/07/13 最新の投稿
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
11年前 に Tejas Kanani によって更新されました。

RE: How to change the Theme

Liferay Master 投稿: 654 参加年月日: 09/01/06 最新の投稿
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
11年前 に Jignesh Vachhani によって更新されました。

RE: How to change the Theme

Liferay Master 投稿: 803 参加年月日: 08/03/10 最新の投稿
Which version of LR you are using for theme creation ?
And put some details logs for error.
thumbnail
11年前 に Muzakir Khan によって更新されました。

RE: How to change the Theme

Regular Member 投稿: 112 参加年月日: 12/03/15 最新の投稿
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
11年前 に David H Nebinger によって更新されました。

RE: How to change the Theme

Liferay Legend 投稿: 14918 参加年月日: 06/09/02 最新の投稿
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
11年前 に Muzakir Khan によって更新されました。

RE: How to change the Theme

Regular Member 投稿: 112 参加年月日: 12/03/15 最新の投稿
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..