Foros de discusión

Customize Blog Portlet in Liferay 6.2

Shreyas Kamthe, modificado hace 9 años.

Customize Blog Portlet in Liferay 6.2

Junior Member Mensajes: 58 Fecha de incorporación: 9/06/14 Mensajes recientes
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, modificado hace 9 años.

RE: Customize Blog Portlet in Liferay 6.2

Expert Mensajes: 358 Fecha de incorporación: 17/11/10 Mensajes recientes
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, modificado hace 9 años.

RE: Customize Blog Portlet in Liferay 6.2

Regular Member Mensajes: 187 Fecha de incorporación: 5/03/12 Mensajes recientes
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, modificado hace 9 años.

RE: Customize Blog Portlet in Liferay 6.2

Junior Member Mensajes: 58 Fecha de incorporación: 9/06/14 Mensajes recientes
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, modificado hace 9 años.

RE: Customize Blog Portlet in Liferay 6.2

Expert Mensajes: 358 Fecha de incorporación: 17/11/10 Mensajes recientes
Check this link emoticon
Shreyas Kamthe, modificado hace 9 años.

RE: Customize Blog Portlet in Liferay 6.2

Junior Member Mensajes: 58 Fecha de incorporación: 9/06/14 Mensajes recientes
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, modificado hace 9 años.

RE: Customize Blog Portlet in Liferay 6.2

Expert Mensajes: 358 Fecha de incorporación: 17/11/10 Mensajes recientes
All the pages related entries get stored in the layout table(Database). you can also export/import pages using lar files to another server.