Questions tagged [tx-dce]

To be used when referring to non-standard behavior of TYPO3 CMS provided by "Dynamic Content Element" extension instead

tx-dce is a 3rd party extension "Dynamic Content Element" used in

16 questions
1
vote
1 answer

DCE in Gridelements not working (empty fields) - TYPO3 10.4

when i nest a DCE-Element inside a Gridelements-Container, the fields of the rendered DCE are empty and not shown in the frontend. I tried a custom template to resolve it but couldn't. Here is what i got so far:
user7890132
1
vote
2 answers

DCE Container Loop

I'm using the excellent DCE Extension and want to loop twice in the Container through the Child-DCEs using the fields of each Child. In Pseudocode something like this: Container Template:
Oblomow
  • 51
  • 1
  • 8
1
vote
1 answer

TYPO3 DCE (Fluid): How to generate an SVG Object instead of an image tag?

Our TYPO3 users (editors) need to exchange / update SVG files to the TYPO3 website. The svg files are clickable, hence the html tag does not work for them. We decided in favour of the tag, with fallback (Do I use ,…
hey
  • 2,643
  • 7
  • 29
  • 50
0
votes
2 answers

Issues with DCE on TYPO3 upgrade

I have Upgraded typo3 from 9.5.5 to 10.4.19 and DCE from 2.03.x to 2.6.2 After the DCE upgrade, the Image upload field configuration seems wrongly changed (https://nimb.ws/slTyH8). The images are not in those fields and in Frontend the images are…
user12414491
  • 97
  • 12
0
votes
1 answer

Typo3 DCE - Align two or more fields side by side in the backend?

I have a problem with the DCE extension in typo3. Basically, I have the necessity to put some fields of the same argument side by side in the backend so my component doesn't get too long. Is there a way to achieve this?
0
votes
2 answers

TYPO3 DCE use curly bracket inside fluid template file

I have a DCE content element and now I need to add a json object inside this template with the text from the variables. I tried many ways like { or { json }…
0
votes
0 answers

TYPO3 10.4.3: Backend DCE Pages Image upload issue

Does anyone know how to solve this issue in version 10.4.3: Backend issue image upload locked?
0
votes
2 answers

Typo3 V9 select random DCE from whole page to show on specific page

I have an own DCE element and I want to show a random one on the start page. When I select the CType via 10 = CONTENT and select, I must type a pidInList. But I want a CE from the whole site, not from a specific uid. How can iI disable this in the…
user8019861
0
votes
1 answer

Typo3 Fluid (DCE) access to Cookies

is it possible to access $_COOKIES in Fluid? We have a DCE-Element where I want to check if a cookie is set. I know that there are solutions in TypoScript and conditions, but I don't know how to access global typo3-vars via DCE. I hope it exists a…
0
votes
1 answer

TYPO3 Dynamic assigment of DCE template file

I created a "Person" DCE, that holds field describing persons in my website. I have a file based template to display all the person fields. On some page I want show only a subset of the fields. Is it possible to overwrite the dce's file based…
0
votes
1 answer

Read json file from DCE Fluid template

I have a file collection with LibreOffice Documents. For every Document there is metadata file in json format with same file name. I building a DCE that iterates through the file collection and shows links to Documents and the metadata of. So I…
0
votes
1 answer

TYPO3 Fluid File Collection Metadata

I want to access files and associated metadata from a folder based file collection, but debug says metaDataLoaded=false and metaDataProperties is empty. Here my code fluid code from my DCE: {namespace dce=ArminVieweg\Dce\ViewHelpers}
0
votes
1 answer

TYPO3 extension update DCE 1.1 to 1.2 - rte fields are missing

I have updated the extension DCE from 1.0.4 to 1.2.5 as described in https://forge.typo3.org/projects/extension-dce/wiki/Updating-DCE-from-version-below-12#Updating-DCE-from-versions-below-12 (TYPO3 6.2). After updating all field which are…
matin
  • 303
  • 2
  • 13
0
votes
1 answer

TYPO3 DCE to TYPO3FLUX

Hello guys im totally new to TYPO3 and I received a task to rewrite the DCE syntax to flux. Can anybody explain it to me how it works? do I need flux for each?
mY777
  • 229
  • 3
  • 7
  • 19
0
votes
2 answers

Add additional source to Image for further actions

im trying to add an additional source to the dce-image for further actions e.g. an alternate source to perform some JavaScript actions. The wanted output should look like this: The problem…
Slatyoo
  • 130
  • 15
1
2