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

Forum Posts

Nuxeo LTS 2025 Layouts Global CSS

Hi,I have a Nuxeo LTS 2025 WebUI studio project that I deploy to a Docker container, I have been able to style document layouts as well as layout blocks individually but I am unable to find where I can create/add a global css of classes that I can th...

add a "send email" user Action

Hello, I simply want to add a "send email" button with Nuxeo Studio, just like here : I added an XML extension with : <extension target="org.nuxeo.ecm.platform.actions.ActionService" point="actions">     <action icon="/icons/mail.png" id="sendEmail"...

Julien_A_ by Champ on-the-rise
  • 414 Views
  • 1 replies
  • 0 kudos

An email dilemma?

First I want to thank the people at Astone for contributing this package. With respect to our deployment of Nuxeo this package couldn't have been released at a better time. THANK YOU to everyone involved. As I work with this package I found and inter...

Notification E-mail with attached files

Hi there, I would like to hear your ideas about notification E-mail with attached files. In automation chain, I set the syntax like this : push & pop > push document files > get document files (xpath -> files:files) files > zip (filename -> zipname.z...

pwer21c_ by Champ on-the-rise
  • 453 Views
  • 0 replies
  • 1 kudos

Resolved! Importing "Nuxeo Routing Default" into a Studio project?

I have imported the "Nuxeo Routing Default" workflow referenced in this question It appear the automation chains that "Nuxeo Routing Default" places into my Studio project collide with the "deployed by default" automation chains in v5.6. I changed th...

Nuxeo-Platform-OCR Question

Hi: I'm trying to install 'Nuxeo-platform-ocr' (https://github.com/nuxeo/nuxeo-platform-ocr) , but I do not know where to locate the file 'content_in_doc', so that Nuxeo can use to analyze. I have followed this manual https://github.com/nuxeo/nuxeo-p...

Soni_ by Champ on-the-rise
  • 4571 Views
  • 30 replies
  • 1 kudos

Error when Testing a datasource

Hi, I am following this tutorial In my pom.xml, add the dependency: <dependency> <groupId>org.nuxeo.runtime</groupId> <artifactId>nuxeo-runtime-datasource</artifactId> <scope>test</scope> </dependency> In some circumstances, if ...

Webengine - Override security policies

Hi, I developed a site "WebEngine" which gives access to a specific document type in Nuxeo with a url like "http://localhost:8080/nuxeo/site/depfile/a0454535-107a-43ee-9c4d-75a392d73b85/". I would like to override the security rights that anyone can ...

Retrieving Image with PHP Automation API

I'm attempting to retrieve the image off of a Image document using the document url but have been unsuccessful. I've different variations of the example here but I continuously receive nothing. I know the host is correct, as I've been able to retriev...

dlcervan_ by Champ in-the-making
  • 502 Views
  • 1 replies
  • 2 kudos

brandings - un ou plusieurs ?

Bonjour, est il possible de gérer plusieurs thêmes dans Nuxeo ? en effet dans studio, je crée plusieurs thèmes (branding) mais dans nuxeo je n'en voies qu'un (plus deux autres inconnus "theme nuxeo" et "theme nuxeo raimbow") dans "administration/conf...

vjoussot_ by Star Contributor
  • 786 Views
  • 3 replies
  • 0 kudos

CMIS: Changing default Nuxeo domain mapping?

I have been working with the Marketplace package for Outlook contributed by Astone. The package offers several features which are desirable for our application of Nuxeo DM. The package seems to be working however it only allows me to save emails to t...

Problem : notification e-mail with attached files

Hi, I created a schema "letterbox" with the prefix lb. In my form layouts, I added a field "files:files". Now I would like to send an email with attached files by means of automation chains. I added syntax @{Document['files:files']} in the field of f...

pwer21c_ by Champ on-the-rise
  • 359 Views
  • 0 replies
  • 1 kudos

Resolved! Managing custom directories through the admin center

Hi, I'm trying to make it possible to manage from the UI the content of custom directories, which I couldn't implement as vocabularies since I needed to add some custom columns. It seems like we can contribute directories to the "Vocabularies" admin ...

Nuxeo 5.6 Quartz cluster configuration appears to be broken

Nuxeo 5.6 with postgresql-quartz-cluster template enabled complains that datasource java:comp/env/jdbc/nxquartz_no_tx cannot be retrieved. It appears the problem is caused by the fact that template common-base/conf/Catalina/localhost/nuxeo.xml.nxftl ...

ron_1 by Star Contributor
  • 564 Views
  • 1 replies
  • 0 kudos

How to use Nuxeo DAM as a video streaming service?

Hello all, I have an eLearning platform (PHP) in which I would like to embed videos in the courses pages. I would like to use Nuxeo DAM as our backend tool for managing the media content and also as streaming server, and I need to clear some doubts o...