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

Forum Posts

Important topics

We now have a float feature on the forums, that I will be testing in the coming days/weeks on Connect to see the behaviour on Categories and Forum boards. The target is obviously to be able to pin a couple of important contents at the top. Unfortunat...

ttoine by Community Manager
  • 424 Views
  • 0 replies
  • 0 kudos

Alfresco Site header title font weight cutomisation

Dear All,I have managed to change the color of header title by overriding the LESS variable @link-title-font-color variable in the theme xml file. I would like to change the font weight to bold from normal for the title text.Using Alfresco Community ...

Best practices for Alfresco SOLR customisation

Hi,can anybody tell me what are best practices to modify Alfresco SOLR behaviour?Which parts can be configured safely without having problems in a next patch/minor/major release?For example, I would like to have a custom tokenizer for the model prope...

jego by Star Contributor
  • 4100 Views
  • 2 replies
  • 0 kudos

Resolved! Missing images after conversion Html to Pdf

Hi all,I have defined rule, which automatically convert html files to pdf.In converted PDFs there are just blank rectangles instead of images.Is this known issue or what is missing on our side ?Thanks

zxdev777 by Confirmed Champ
  • 26819 Views
  • 9 replies
  • 2 kudos

Resolved! Activiti and Apache Struts

Hi all,Does Activiti explorer/ Alfresco Activiti use Apache struts framework in its default installation? Regards and thanks,Jeenu

jeenut by Champ on-the-rise
  • 5393 Views
  • 2 replies
  • 0 kudos

Resolved! Alfresco 5.1 solr4 Tracking failed

Hi,I configured alfresco, share and solr4 wars on tomcat and am able to run share without issues. However I see below solr4 exception. I am able to search existing documents from the search, however, new imported docs are not being picked up. If I de...

janardhanc by Champ on-the-rise
  • 17757 Views
  • 4 replies
  • 1 kudos

User Task Assignee in Alfresco Activiti

Hello all,Does activiti:assignee="${makerid}" not work in Alfresco activiti verison? There is a service task which does: execution.setVariable("makerid", "Jeenu Thomas") ;Following this is a User task where I set the Assignee to ${makerid}. But the u...

jeenut by Champ on-the-rise
  • 2122 Views
  • 2 replies
  • 0 kudos

Log file in Alfresco Activiti

Hi all,Can someone explain how and where can I get to see the output for a 'Console.log(".....")' statement written in a script task in Activiti workflow?  Regards and thanks in advance.

jeenut by Champ on-the-rise
  • 4173 Views
  • 1 replies
  • 0 kudos

REST API ACTIVITI Users mapping

How to ensure single authentication between Activiti and my application.I explain, I want Activiti to recognize my users when I make REST calls on Activiti. I have no idea. Please i need your help.

REST API to fetch all tasks defined in a process

Hi,Can you please help me with the REST API to fetch all tasks defined in a process?I tried to get the list of tasks using below api's but both returned the tasks which are active, whereas i need list of all tasks.http://localhost:8080/activiti-rest/...

sonalik by Champ in-the-making
  • 3253 Views
  • 1 replies
  • 0 kudos

How to get share form value from different fields?

Hello, In my share config custom form, I have defined a validation handler on the field by the javascript file custom-form-handler.js<config>    <forms>        <dependencies>            <js src="/js/custom-form-handler.js"/>        </dependencies>   ...

sprincess by Champ in-the-making
  • 5631 Views
  • 3 replies
  • 0 kudos

disable action in Document Library in Share (amp)

Hi,i want to disable a standard action in the document library.I've got a custom-doclib-extension File in my amp, where i want to hide the standard action with the id "document-edit-offline". I added the disableAction-Evaluator to the action, but not...

sa_ah by Champ in-the-making
  • 7527 Views
  • 5 replies
  • 2 kudos

Disable Rename option in Share

Hi Guys,How can we disable Rename option which appears on hovering on a file or folder name from Share document library in Alfresco 5.1.x?Regards,Kavi

kavilash23 by Champ on-the-rise
  • 4854 Views
  • 3 replies
  • 0 kudos

Resolved! How to hide an action present in another addon

Hi,I have a requirement where I have to hide a custom action specified in an addon that I am using in my code. The action is required for a rule but I want to hide the action from users in document library and document preview page. I have tried the ...

How to write if condition in expression?

Hi Everyone,How can i write an if condition using expressions? I actually want to show some variable values in the documentation of the user task if a boolean is true.Please advice.Thank you