Alfresco Forum
cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Activities feed email using ADF viewer?

Hi, we have a customer using ACA for end-users, with a small number administrators using 'Share' to maintain the repo. They like the daily activities feed email, but dont want to link back to Share for viewing docs. Additionally, they authenticate ag...

Hook into share login process

How do I get a hook into the share login process?  And by hook I mean a place I can add some java code.  The POST url on share is /share/page/dologin  But I cannot for the life of me find where that maps to.  Is it a webscript?  Java controller?  Whe...

mangar by Star Contributor
  • 2543 Views
  • 1 replies
  • 0 kudos

Integrate Dynamsoft within alfresco share

We want to integrate dynamsoft within alfresco share for scanning the documents. How do we integrate and render all its services within alfresco share 5.2.f ??Suggestion and comments will help us.alfresco-share  ‌

rahuld by Confirmed Champ
  • 5568 Views
  • 3 replies
  • 0 kudos

Diferent font on document preview alfresco share

Hi everyone,When a preview a document on Alfresco Share the font always change to open sans serif , and when a convert a doc/docx document to PDF, during the transformation the generated PDF document is with different font. This distorts the document...

dnhatsave by Confirmed Champ
  • 1698 Views
  • 0 replies
  • 0 kudos

How to install trash clean in alfresco community 4.2

Hello, I need you to tell me how to install this https://github.com/rjmfernandes/alfresco-trashcan-cleaner on my alfresco 4.2.Unfortunately I have no idea how to do that. I hope they can give me some help.Thanks!

MrNico by Star Contributor
  • 6958 Views
  • 10 replies
  • 1 kudos

How to apply an aspect for all documents in a big repo

Hi Community:Sometimes, I have a painful requirement when dealing with large repositories (let's say more than 10M of documents).I have to apply an aspect (cm:indexControl) and some properties (cm:isIndexed=true, and cm:isContentIndexed=false) on eve...

cesarista by World-Class Innovator
  • 3274 Views
  • 3 replies
  • 1 kudos

Hide field on edit site

I'm trying to hide some fields on create and edit site and I got success in my modification for create-site dialog, however for edit-site dialog, nothing happened and I don't know why.In the below code, I'm removing the options "Public" and "Moderate...