フォーラム

ホーム » Liferay Portal » English » 3. Development

構造的に表示 平面上に表示 ツリー上に表示
スレッド数 [ 前へ | 次へ ]
toggle
Aaron Paxson
Where to put modified "built-in" portlets?
2011/05/22 19:50
答え

Aaron Paxson

ランク: Junior Member

投稿数: 88

参加年月日: 2010/07/27

最近の投稿

I want to start modifying the built-in blog portlet. The files are located in portal-web/docroot/html/portlet/blogs

Where do I put my modified files so as not to break upgrades or portal moves? Do I create html/portlet/blogs under WEB-INF/classes?
Samuel Kong
RE: Where to put modified "built-in" portlets?
2011/05/22 20:44
答え

Samuel Kong

LIFERAY STAFF

ランク: Liferay Master

投稿数: 899

参加年月日: 2008/03/10

最近の投稿

What type of changes are you making? You can probably use a plugin Hook for most of your needs. Take a look specifically at JSP Hook and Portal Service Hook
Aaron Paxson
RE: Where to put modified "built-in" portlets?
2011/05/22 20:50
答え

Aaron Paxson

ランク: Junior Member

投稿数: 88

参加年月日: 2010/07/27

最近の投稿

I'm not sure a hook will be good enough. I want to add additional configuration parameters of the portlet, change/add the JSP display, allow anonymous comments, and maybe add 3 additional fields.
srikanth velugoti
RE: Where to put modified "built-in" portlets?
2011/05/22 22:05
答え

srikanth velugoti

ランク: Junior Member

投稿数: 36

参加年月日: 2009/04/24

最近の投稿

hi aaron,
create an Ext Plugin for the bolgs portlet , it would be a good option i thik.