Raise your queries/suggestions related to Portlet Location Tracker , Document Download Log Hook and Popular Journal Article here.
Blog about Liferay, Java and Selenium automation tool. Mainly writing on Liferay development and administration solutions.
Copyright © 2016 All About Liferay
Hi Jitendra Rajput,
ReplyDeleteI'm new to Liferay and I was trying your document-download-log-hook, and overall it's working fine but I'm having some issues with the Documents and Media File Preview feature. Everytime a file is previewed, the hook is logging multiple rows in the records table. I guess for each page previewed it opens the file one or more times.
Do you have any idea how this could be fixed?
Thanks,
William.
Same methods will be called when you do preview of document and that is the reason count is getting increased when you preview document. For preview also liferay will download document from server to display.
DeleteHi Jitendra.
ReplyDeleteI am trying to follow instructions that you provided for Document Download Log hook. I can find the jar file, but I cannot find the war file. Could you please explain how to get that one.
You can download war and jar for Document Download Log Hook from Liferay market place. Here is the link for the same.
Deletehttps://www.liferay.com/marketplace/-/mp/application/37930491
Hi Jitendra,
ReplyDeleteIs there a version of Document download log hook for liferay 6.2 CE or it already works with CE ?
Hi Patrice,
DeleteThere won't be any much difference between API of 6.2 CE and 6.2 EE. You can create new plugin in 6.2 CE and copy code from existing plugin. Hope this will help you.
Thanks !
Jitendra