Foros de discusión

Using Asset Publisher

Dimas Purdinanto, modificado hace 8 años.

Using Asset Publisher

Junior Member Mensajes: 29 Fecha de incorporación: 11/08/15 Mensajes recientes
Dear Team,

I'm a little bit confused on using Asset Publisher
I have these word documents uploaded to Liferay, and i have set the asset publisher to show newest document uploaded
(please refer to asset_publisher.png for my setting)

But the problem is, when i clicked "read more..." it doesn't go to the full content of the document
Instead it's only opening the same page

Could you help me on this?

Thank you
thumbnail
David H Nebinger, modificado hace 8 años.

RE: Using Asset Publisher

Liferay Legend Mensajes: 14919 Fecha de incorporación: 2/09/06 Mensajes recientes
Do you have openoffice installed and Liferay pointed at it?

Note that Liferay cannot read office documents on it's own, but if OO is configured Liferay will let OO pull the text content of the doc for indexing.

And, even if OO is available, that doesn't mean Liferay will ever present the content of the word document as a result of "Read more..." links. It is, after all, a word document.
Dimas Purdinanto, modificado hace 8 años.

RE: Using Asset Publisher

Junior Member Mensajes: 29 Fecha de incorporación: 11/08/15 Mensajes recientes
Hi David,

I wasn't mean that liferay should read/open the office document, but rather only to go to a page where i could view the detail info about the document.
Like this (document & media portlet):

I also tried it with a Web Content
So i make let say web content x, show it on asset publisher in abstract mode
But when i click Read More... it just open the same page, not the full content of web content x
thumbnail
Nagendra Kumar Busam, modificado hace 8 años.

RE: Using Asset Publisher (Respuesta)

Liferay Master Mensajes: 678 Fecha de incorporación: 7/07/09 Mensajes recientes
as far as I know there was an issue for read more link of asset publisher on Java 8. what was your Java version

https://issues.liferay.com/browse/LPS-57244
Dimas Purdinanto, modificado hace 8 años.

RE: Using Asset Publisher

Junior Member Mensajes: 29 Fecha de incorporación: 11/08/15 Mensajes recientes
Hi Nagrenda,

I'm using Liferay 6.2 CE GA4 bundled with Tomcat, and my Java version is Java(TM) SE Runtime Environment (build 1.8.0_51-b16)
I've read https://issues.liferay.com/browse/LPS-57244, but i don't see any fixed for Java 8 there. Or should i switched to Java 7?

Please kindly advise, thank you
thumbnail
David H Nebinger, modificado hace 8 años.

RE: Using Asset Publisher (Respuesta)

Liferay Legend Mensajes: 14919 Fecha de incorporación: 2/09/06 Mensajes recientes
yes, switch to 7.
Dimas Purdinanto, modificado hace 8 años.

RE: Using Asset Publisher

Junior Member Mensajes: 29 Fecha de incorporación: 11/08/15 Mensajes recientes
Hi all,

So I've switched to Java 7, the full content got displayed but in the same page where i put the asset publisher.
How if i'd like to display the full content in a new page?

Thank you