掲示板

Liferay 7 theme development

thumbnail
7年前 に Syed Nasar によって更新されました。

Liferay 7 theme development

Junior Member 投稿: 64 参加年月日: 15/09/03 最新の投稿
Hi ,
I got stuck in liferay 7 theme developing. I want to know whether there is easy way to create theme rather than this.

In addition, is there any way to create theme using plugin sdk as liferay 6.2?
thumbnail
7年前 に Mohammad Azharuddin によって更新されました。

RE: Liferay 7 theme development

Expert 投稿: 492 参加年月日: 12/09/17 最新の投稿
Not sure about the different approach . But it better to use new approach .
thumbnail
7年前 に Boris Gligorijević によって更新されました。

RE: Liferay 7 theme development (回答)

New Member 投稿: 6 参加年月日: 15/08/17 最新の投稿
Syed Nasar:
Hi ,
I got stuck in liferay 7 theme developing. I want to know whether there is easy way to create theme rather than this.

In addition, is there any way to create theme using plugin sdk as liferay 6.2?


Hi Nasar,

I believe you can use the old way of building theme, e.g. with maven or ant (sdk) based tools.
Then just deploy the war file, it should be converted to an osgi bundle by Liferay itself.
I have not tried it, however. Perhaps the better question is - what does not work with the new way?
7年前 に Thirumal Reddy によって更新されました。

RE: Liferay 7 theme development

Regular Member 投稿: 216 参加年月日: 15/12/03 最新の投稿
Hi
are we able to migrate 6.2 theme into 7 directly..?

Thanks..
thumbnail
7年前 に Fernando Fernandez によって更新されました。

RE: Liferay 7 theme development

Expert 投稿: 396 参加年月日: 07/08/22 最新の投稿
Thirumal Reddy:
Hi
are we able to migrate 6.2 theme into 7 directly..?
Thanks..


Probably not. For starters, Velocity is deprecated. Check https://dev.liferay.com/develop/tutorials/-/knowledge_base/7-0/upgrading-themes.

HTH

Fernando
thumbnail
7年前 に Syed Nasar によって更新されました。

RE: Liferay 7 theme development

Junior Member 投稿: 64 参加年月日: 15/09/03 最新の投稿
Hi Boris,

Thank you for the suggestion.
After many struggle, at last I developed theme using ant and deployed successfully.
7年前 に Thirumal Reddy によって更新されました。

RE: Liferay 7 theme development

Regular Member 投稿: 216 参加年月日: 15/12/03 最新の投稿
Hi Syed Nasar,
how you developed.?
if you provide steps it will be helpful for others.

Thanks,
Thirumal.
thumbnail
7年前 に Syed Nasar によって更新されました。

RE: Liferay 7 theme development (回答)

Junior Member 投稿: 64 参加年月日: 15/09/03 最新の投稿
Thirumal Reddy:
Hi Syed Nasar,
how you developed.?
if you provide steps it will be helpful for others.

Thanks,
Thirumal.


1.Setup liferay 7 plugin sdk
2. Inside folder \plugin sdk\dependencies\com.liferay.css.builder \lib , put jars like "com.liferay.frontend.theme.unstyled",etc.
3.In build-common.xml, mention this jar.
4.change ftl to vm in liferay-look-and-feel.xml
5. deploy.
thumbnail
7年前 に Gustavo Oliveira によって更新されました。

RE: Liferay 7 theme development

Junior Member 投稿: 98 参加年月日: 15/09/23 最新の投稿
Syed Nasar:
Hi ,
I got stuck in liferay 7 theme developing. I want to know whether there is easy way to create theme rather than this.



I was wondering the same thing, whats the point of having a developer studio if we cant use it to create the most important feature . I think its temporary.