Forums de discussion

Customize Blog Portlet in Liferay 6.2

Shreyas Kamthe, modifié il y a 9 années.

Customize Blog Portlet in Liferay 6.2

Junior Member Publications: 58 Date d'inscription: 09/06/14 Publications récentes
Hi,

I am using Liferay to Build a Portal and i have a requirement to customize the
Blog Portlet. So can i change the code of the Blog portlet using Hook or does it just allow you to
extend the functionality of the portlet.

Please do reply
thumbnail
Mayur Patel, modifié il y a 9 années.

RE: Customize Blog Portlet in Liferay 6.2

Expert Publications: 358 Date d'inscription: 17/11/10 Publications récentes
Hi Shreyas,

You can start here: http://www.liferay.com/community/wiki/-/wiki/Main/Portal+Hook+Plugins

If you know which portlet you would like to customize you can get the jsps from {LIFERAY_SOURCE_FOLDER}/portal-web/docroot/html/portlet/{portlet-name-here}

You can checkout the portal source from GitHub: GitHub Repository

Thanks.
thumbnail
Mohd Danish, modifié il y a 9 années.

RE: Customize Blog Portlet in Liferay 6.2

Regular Member Publications: 187 Date d'inscription: 05/03/12 Publications récentes
Yes you can customize the blog portlet using the hooks. If you want to give your own implementation to the same, you can create custom portlet and using Blog API you can provide CRUD for the same.
Shreyas Kamthe, modifié il y a 9 années.

RE: Customize Blog Portlet in Liferay 6.2

Junior Member Publications: 58 Date d'inscription: 09/06/14 Publications récentes
Hi,

Thanks a lot Mayur and Danish

I have another small doubt.
Can you tell me the location of the pages of the portal that is created by us ?
I am not able to find them on the drive.

Please do reply
thumbnail
Mayur Patel, modifié il y a 9 années.

RE: Customize Blog Portlet in Liferay 6.2

Expert Publications: 358 Date d'inscription: 17/11/10 Publications récentes
Check this link emoticon
Shreyas Kamthe, modifié il y a 9 années.

RE: Customize Blog Portlet in Liferay 6.2

Junior Member Publications: 58 Date d'inscription: 09/06/14 Publications récentes
Hi Mayur,

Thanks for replying.
I was actually talking about the pages of the sites that we create.
For eg if i create site using the "Site" option in Control Panel where do the
pages get stored on the drive ?

Please do reply
thumbnail
Mayur Patel, modifié il y a 9 années.

RE: Customize Blog Portlet in Liferay 6.2

Expert Publications: 358 Date d'inscription: 17/11/10 Publications récentes
All the pages related entries get stored in the layout table(Database). you can also export/import pages using lar files to another server.