cancel
Showing results for 
Search instead for 
Did you mean: 

Alfresco 5.1 - The hyperlink in the document

rdv_developer
Champ in-the-making
Champ in-the-making
Hello! We have a problem with hyperlinks in our documents. All hyperlinks isn't active in the document and user can't click these hyperlinks. How to solve this problem?
Thanks a lot
8 REPLIES 8

douglascrp
World-Class Innovator
World-Class Innovator
What documents?
Are you talking about the preview?
What is type of the document you are referring to?

Yes, it's about document's preview. Type of the document: docx or pdf
Screenshot here

umair_altaf
Champ on-the-rise
Champ on-the-rise

Dear Everyone!

I have the same problem - a quick response is very appreciated

douglascrp
World-Class Innovator
World-Class Innovator

Thank you for your response. unfortunately I just started with Alfresco (Community Edition 201711 EA) and dont really know how to install the JAR Module. I also didn't find online a proper guide for this. So far i had few times experience with AMP installations.

douglascrp
World-Class Innovator
World-Class Innovator

All you have to do is to download the source code, and then, using maven, package the project as a jar file.

The information you need to do so is available in the following tutorial Getting Started with the Alfresco Maven SDK | ECMArchitect | Alfresco Developer Tutorials 

Basically, on the project's root folder, execute:

mvn clean install

Then, get the jar file created inside the target folder, and put it inside the alfresco install folder, something like <alfresco-install-folder>/modules/share

After that, restart Alfresco's service and that is basically all you need.

No me funcionó en alfresco 5.2 

douglascrp
World-Class Innovator
World-Class Innovator

Hello.

Sorry, but that is not enough to help you.

You have to specify what exactly you did, if you see any error message in the logs, and even if anything has changed after the install.